Description Usage Arguments Value NOTE
View source: R/CreateScoreFun.R
This function creates a suitable score function for the fitting process of a probabilistic index model.
1 | CreateScoreFun(Z, Y, link = c("probit", "logit", "identity"), W = NULL)
|
Z |
the model matrix of pseudo-observations |
Y |
a vector with the response of the pseudo-observations |
link |
a character vector indicating the link function to be used. |
W |
a vector with weights. |
a function used for estimating the coefficients by the estimator functions.
This function is not exported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.