summary.flexreg | R Documentation |
`flexreg`
ObjectsMethods for extracting information from fitted regression model objects of class `flexreg`
.
## S3 method for class 'flexreg'
summary(object, ..., digits = 4)
## S3 method for class 'summary.flexreg'
print(x, ...)
## S3 method for class 'flexreg'
coef(object, ...)
object |
an object of class |
... |
additional arguments. Currently not used. |
digits |
an integer indicating the number of decimal places. Default equal to 4. |
x |
an object of class |
The summary.flexreg
method summarizes the results of flexreg
and flexreg_binom
functions, adding also information from the functions
residuals.flexreg
and WAIC
. The summary.flexreg
method returns an object of class `summary.flexreg`
containing the relevant summary statistics which can subsequently be
printed using the associated print.summary.flexreg
method.
data("Reading")
FB <- flexreg(accuracy.adj ~ iq, data = Reading, n.iter = 1000)
summary(FB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.