Description Usage Arguments Details Value Author(s) See Also Examples
model.frame
(a generic function) and its methods return a
data frame with the variables that are used in the
glarma
model.
1 2 | ## S3 method for class 'glarma'
model.frame(formula, ...)
|
formula |
An object of class |
... |
Further arguments passed to or from other methods. |
This is an S3 generic function. It extracts the response variable
vector and the matrix of the explanatory variables from the object of
class "glarma"
, and combines them as a data frame.
A data frame with the variables used in the fitted
glarma
model.
Cenanning Li <cli113@aucklanduni.ac.nz>
coef.glarma
, residuals.glarma
,
fitted.glarma
, glarma
.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.