powered by
Bootstrap average values and correspond standard errors for each predictor in the dominance analysis. Those values are used for general dominance.
bootAverageDominanceAnalysis( x, R, constants = c(), terms = NULL, fit.functions = "default", null.model = NULL, ... )
lm, glm or lmer model
number on bootstrap resamples
vector of predictors to remain unchanged between models. i.e. vector of variables not subjected to bootstrap analysis.
vector of terms to be analyzed. By default, obtained from the model
list of functions which provides fit indices for model. See fit.functions param in dominanceAnalysis function.
fit.functions
dominanceAnalysis
only for linear mixed models, null model against to test the submodels. i.e. only random effects, without any fixed effect.
Other arguments provided to lm or lmer (not implemented yet).
Use summary() to get a nice formatted data.frame object.
summary()
data.frame
# NOT RUN { lm.1<-lm(Employed~.,longley) da.ave.boot<-bootAverageDominanceAnalysis(lm.1,R=1000) summary(da.ave.boot) # }
Run the code above in your browser using DataLab