Description Usage Arguments Author(s)
Fit several unit modal regression models.
1 2 3 4 5 6 7 8 9 10 | unitModalReg(
formula,
data,
family,
link,
start = NULL,
control = unitModalReg.control()
)
unitModalReg.fit(y, X, family, link, start, control = unitModalReg.control())
|
formula |
symbolic description of the quantile model. |
data |
data.frame contain the variables in the model. |
family |
specify the distribution family name. |
link |
character specification of the link function in the modal regression. Default is |
start |
an optional vector with starting values for all parameters |
control |
a list of control arguments specified via |
y |
numeric vector of response variable. |
X |
numeric matrix. Design matrix for the modal regression. |
André F. B. Menezes andrefelipemaringa@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.