Description Usage Arguments Value
A couple of methods for location-scale regression models from the lmls()
function are provided.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S3 method for class 'lmls'
coef(object, predictor = c("location", "scale"), ...)
## S3 method for class 'lmls'
fitted(object, predictor = c("location", "scale"), ...)
## S3 method for class 'lmls'
predict(
object,
newdata = NULL,
predictor = c("location", "scale"),
type = c("link", "response"),
...
)
## S3 method for class 'lmls'
residuals(object, type = c("deviance", "pearson", "response"), ...)
## S3 method for class 'lmls'
vcov(object, predictor = c("location", "scale"), ...)
|
object |
A location-scale regression model from the |
predictor |
The predictor to work on. Either |
... |
Currently ignored. |
newdata |
A data frame (or list or environment) with the covariate
values at which the predictions are computed. If |
type |
Used by
|
A numeric vector for residuals()
. For the other methods, a numeric vector
if the argument predictor
is either "location"
or "scale"
, or a list
with the names location
and scale
if it is both.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.