summary.bru_like | R Documentation |
Summary and print methods for observation models
## S3 method for class 'bru_like'
summary(object, verbose = TRUE, ...)
## S3 method for class 'bru_like_list'
summary(object, verbose = TRUE, ...)
## S3 method for class 'summary_bru_like'
print(x, ...)
## S3 method for class 'summary_bru_like_list'
print(x, ...)
## S3 method for class 'bru_like'
print(x, ...)
## S3 method for class 'bru_like_list'
print(x, ...)
object |
Object to operate on |
verbose |
logical; If |
... |
Arguments passed on to other |
x |
Object to be printed |
bru_obs()
obs <- bru_obs(y ~ ., data = data.frame(y = rnorm(10)))
summary(obs)
print(obs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.