summary.stim | R Documentation |
stim
objectsSummarize a set of Stability Informed Models
## S3 method for class 'stim' summary(object, ...)
object |
An object of class |
... |
Not used |
A print out containing the results for a set of Stability Informed Models
stim
model <- 'Y~X' stability <- data.frame(X = .3, Y = .3) dat <- data.frame(Y = rnorm(500, 0, 1), X = rnorm(500, 0, 1)) modelFit <- stim(data = dat, model = model, stability = stability) summary(modelFit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.