modelCheck_plots: Validation plots for models: lm, glm, glmm, gam,gamm

View source: R/modelCheck_plots.R

modelCheck_plotsR Documentation

Validation plots for models: lm, glm, glmm, gam,gamm

Description

xx

Usage

modelCheck_plots(
  model,
  residuals.model,
  database.model,
  response.var,
  explanatory.var,
  coordinate.name = NULL
)

Arguments

model

a model object, e.g. lm, glm, lme, glmmTMB, gam, lmer, etc

residuals.model

e.g. Any kind of "residuals" function able to extract residuals from a modelresiduals(model,type ="pearson")

database.model

a data.frame used as data input in the model

response.var

the name of response variable between quotes, e.g. "Y"

explanatory.var

a vector with listed the explanatory variables used in the model, e.g. c("X1","X2","X3")

coordinate.name

a vector with listed the names of the column reporting the coordinates. Default is NULL.

Details

xx

Value

plots for graphical check of model

References

xx

Examples

xx

MarcoPittarello/AnalysisTools documentation built on Nov. 4, 2022, 7:35 p.m.