daRawResults | R Documentation |
Provides name functions, base fit values and matrix for models vs predictors importance
daRawResults(
x,
constants = c(),
terms = NULL,
fit.functions = "default",
newdata = NULL,
null.model = NULL,
...
)
x |
a model. |
constants |
a vector of parameter to be fixed on all analysis |
terms |
vector of terms to be analyzed. By default, obtained using the formula of model |
fit.functions |
name of functions to fit. |
newdata |
optional data.frame, that update data used on original model |
null.model |
Null model, for LMM models |
a list with this elements
Name of fit indices
Increment on fit indices, when specific variable is added
Raw fit indices for each model
Vector of levels, compatible with fits and base.fits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.