daRawResults: Retrieve raw results for dominance analysis.

View source: R/daRawResults.r

daRawResultsR Documentation

Retrieve raw results for dominance analysis.

Description

Provides name functions, base fit values and matrix for models vs predictors importance

Usage

daRawResults(
  x,
  constants = c(),
  terms = NULL,
  fit.functions = "default",
  newdata = NULL,
  null.model = NULL,
  ...
)

Arguments

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

Value

a list with this elements

fit.functions

Name of fit indices

fits

Increment on fit indices, when specific variable is added

base.fits

Raw fit indices for each model

level

Vector of levels, compatible with fits and base.fits


clbustos/dominanceAnalysis documentation built on March 8, 2024, 5:22 a.m.