powered by
Stepwise selection of covariates
f3st(y,x,m,kexmx=100,p0=0.01,nu=1,kmn=0,kmx=0,mx=21,lm=1000,kex=0,sub=T,inr=T,xinr=F,qq=0)
covch The sum of squared residuals and the selected covariates ordered in increasing size of sum of squared residuals.
lai The number of rows of covch
Dependent variable
Covariates
The number of iterations
The maximum number of covariates in an approximation
The P-value cut-off
The order statistic of Gaussian covariates used for comparison
The minimum number of included covariates irrespective of cut-off P-value
The maximum number of included covariates irrespective of cut-off P-value.
The maximum number covariates for an all subset search
The maximum number of approximations.
The excluded covariates
Logical if TRUE best subset selected
Logical if TRUE include intercept if not present
Logical if TRUE intercept already present
The number of covariates to choose from. If qq=0 the number of covariates of x is used.
data(leukemia) a<-f3st(leukemia[[1]],leukemia[[2]],m=2,kexmx=5,kmn=5,sub=TRUE)
Run the code above in your browser using DataLab