| summary.sbm | R Documentation |
For parametric models only, summarises the linear model coefficients from a
an sbm object.
## S3 method for class 'sbm'
summary(object, ...)
object |
A size biased model fit of class |
... |
Additional arguments (unused). |
A dataframe with fields estimate, stdError,
tValue, and pValue.
data(BCI_speed_data)
mod <- sbm(speed~mass, BCI_speed_data, pdf="lnorm")
summary(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.