summary.sbm {sbd} | R Documentation |
Summarise a linear model
Description
For parametric models only, summarises the linear model coefficients from a
an sbm
object.
Usage
## S3 method for class 'sbm'
summary(object, ...)
Arguments
object |
A size biased model fit of class |
... |
Additional arguments (unused). |
Value
A dataframe with fields estimate
, stdError
,
tValue
, and pValue
.
Examples
data(BCI_speed_data)
mod <- sbm(speed~mass, BCI_speed_data, pdf="lnorm")
summary(mod)
[Package sbd version 0.1.0 Index]