powered by
Selection of covariates with given excluded covariates
f3sti(y,x,covch,ind,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,lm0=0)
mx=21,lm=1000,kex=0,sub=T,inr=T,xinr=F,qq=0,lm0=0)
ind1 The excluded covariates
covch The sum of squared residuals and the selected covariates ordered in increasing size of sum of squared residuals
lm0 The current number of approximations.
Dependent variable
Covariates
Sum of squared residuals and selected covariates
The excluded covariates
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.
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.
The current number of approximations
data(leukemia) covch=c(2.023725,1182,1219,2888,0) covch<-matrix(covch,nrow=1,ncol=5) ind<-c(1182,1219,2888) ind<-matrix(ind,nrow=3,ncol=1) m<-1 a<-f3sti(leukemia[[1]],leukemia[[2]],covch,ind,m)
Run the code above in your browser using DataLab