Description Usage Arguments Value Author(s)
Perform a forward variable selection procedure as described by John in a glm setting
1 2  | 
y | 
 dependent variable  | 
X | 
 a data.frame of x variables  | 
family | 
 a description of the error distribution and link function to be used in the model. This can be a character string naming a family function, a family function or the result of a call to a family function. (See   | 
Crit | 
 Criterion to be used for variable selection "p.value" or "aic" implemented.  | 
pValueThreshold | 
 a p-value threshold for single term models  | 
pValueLikelihoodRatio | 
 a p-value threshold for the likelihood ratio test  | 
trace | 
 logical printing model selection  | 
returns an object of class inheriting from "glm". See glm
Hans Ole Ørka hans.ole.orka@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.