daRawResults: Retrieve raw results for dominance analysis.

Description Usage Arguments Value

View source: R/daRawResults.r

Description

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

Usage

1
2
3
4
5
6
7
8
9
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


dominanceanalysis documentation built on Jan. 13, 2021, 3:47 p.m.