powered by
Robust stepwise selection of covariates
fr1st(y,x,cn=1,cnr=c(1,3,5),p0=0.01,sg=0,nu=1,kmx=0,mx=21,kex=0,sub=T,inr=T,xinr=F,red=F)
pv In order the subset ind, the regression coefficients, the Gaussian P-values, the standard P-values.
res The residuals
stpv The stepwise regression results: covariate, P-value and scale
Dependent variable
Covariates
The constant for Huber's psi-function
The constants for Hampel's three part redescending psi function
The P-value cut-off
Scale value of residuals
The order for calculating the P-value
The maximum number of included covariates
The maximum number of included covariates if the option subset =TRUE is used
The excluded covariates
Logical, if TRUE best subset selected
Logical TRUE to include intercept
Logical TRUE if intercept already included
Logical If true Hampel's three part redescending psi function
data(boston) a<-fr1st(boston[,14],boston[,1:13],kex=7:8)
Run the code above in your browser using DataLab