View source: R/opsr_null_model.R
opsr_null_model | R Documentation |
Intercept-only model with no error correlation.
opsr_null_model(object, ...)
object |
an object of class |
... |
further arguments passed to |
An object of class "opsr.null" "opsr"
.
sim_dat <- opsr_simulate()
dat <- sim_dat$data
model <- ys | yo ~ xs1 + xs2 | xo1 + xo2
fit <- opsr(model, dat)
fit_null <- opsr_null_model(fit)
summary(fit_null)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.