View source: R/modelCheck_plots.R
modelCheck_plots | R Documentation |
xx
modelCheck_plots( model, residuals.model, database.model, response.var, explanatory.var, coordinate.name = NULL )
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. |
xx
plots for graphical check of model
xx
xx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.