Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/linearPredictors.R
Calculates the (unobservable) linear predictors for probability models.
1 2 3 4 | linearPredictors(x, ...)
## S3 method for class 'probit'
linearPredictors( x, ... )
|
x |
model of an appropriate class |
... |
other arguments depending on the method |
It is a generic function with a method for 'probit'.
A matrix with nrow equal to the number of observations and one column: the linear predictors for observations
Ott Toomet otoomet@ut.ee, Arne Henningsen
probit
and probit-methods
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.