Description Usage Arguments Details Value Examples
View source: R/zero_est_core.R
Fits MLE for 1-d Hurdle model under the abk parametrization.
1 |
V |
A matrix of 0/1s, equal to Y != 0. |
Y |
A data matrix of the same size as |
left |
An integer between 1 and |
value_only |
If |
Fits an MLE for the 1-d Hurdle model to Y[,left]
under the abk parametrization.
If value_only == TRUE
, returns the minimized negative log likelihood only.
Otherwise, returns
nll |
A number, the minimized negative log likelihood. |
par |
A vector of 3 numbers, the fitted a, b, and k parameters. |
n |
An integer, the sample size. |
effective_df |
Number 3, the effective degree of freedom. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.