From 67f05f68ce525200dc70b27f36fc985a7f2fc87a Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 8 Feb 2016 14:19:09 -0500 Subject: initial commit --- man/sparsestep.path.Rd | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 man/sparsestep.path.Rd (limited to 'man/sparsestep.path.Rd') diff --git a/man/sparsestep.path.Rd b/man/sparsestep.path.Rd new file mode 100644 index 0000000..43625d5 --- /dev/null +++ b/man/sparsestep.path.Rd @@ -0,0 +1,23 @@ +% Generated by roxygen2 (4.1.1): do not edit by hand +% Please edit documentation in R/path.sparsestep.R +\name{sparsestep.path} +\alias{sparsestep.path} +\title{Path algorithm for the SparseStep model} +\usage{ +sparsestep.path(x, y, max.depth = 10, intercept = TRUE, normalize = TRUE, + ...) +} +\arguments{ +\item{x}{matrix of predictors} + +\item{y}{response} + +\item{max.depth}{maximum recursion depth} + +\item{...}{further arguments to sparsestep()} +} +\description{ +Fits the entire regularization path for SparseStep using a +Golden Section search. +} + -- cgit v1.2.3