coef.lolog | R Documentation |
Extracts estimated model coefficients.
## S3 method for class 'lolog'
coef(object, ...)
object |
A 'lolog' object. |
... |
unused |
# Extract parameter estimates as a numeric vector:
data(ukFaculty)
fit <- lolog(ukFaculty ~ edges)
coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.