rev_model: rev_model functions for residual testing and goodness of fit...

Description Usage Examples

View source: R/rev_model.R

Description

rev_model functions for residual testing and goodness of fit testing where the model is glm type or a time series model

Usage

1
rev_model(model_a, ...)

Examples

1
2
3
4
x <- c(1:30); y <- x^2+rnorm(30,0,2); model_ex = lm(y~x);
rev_model(model_a= model_ex)
model_ex_ts # to add an example
rev_model_ts(model_a=model_ex_ts)

violetacln/revaliew documentation built on March 17, 2021, 6:02 p.m.