fitdist | R Documentation |
This is part of the new implementation.
fitdist( X, Y, Z = NULL, offsetx = NULL, offsetz = NULL, weights = NULL, family, control = fitdist.control(...), ... )
X |
model matrix for the count component |
Y |
response vector |
Z |
model matrix for the zero component |
offsetx |
offset for the count component |
offsetz |
offset for the zero component |
weights |
weights for each observation |
family |
specify the distribution to fit |
control |
extra arguments for the fitting process |
list of likelihood and permutation based p-values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.