View source: R/fitted.censReg.R
fitted.censReg | R Documentation |
Extracts the fitted values from a censored regression object: method for "censReg" object.
## S3 method for class 'censReg' fitted(object, suppress.na.action = FALSE, type = c("response", "link", "mean"), ...)
object |
an object of class "censReg"—output from |
suppress.na.action |
logical, suppress the effects of the
|
type |
the type of fitted value. To get fitted values on the original scale of the response, use "response." For back-transformed log-normal fitted values, use "link." To get the unbiased estimates of the mean for log-normal data, use "mean." Note that "link" and "mean" do not work for the common-log distribution. |
... |
further arguments passed to or from other methods. |
The fitted values from the regression.
censReg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.