Description Usage Arguments Details Value See Also Examples
This function verifies whether the arguments fulfill some formal requirements.
1 |
y |
observations:
numeric vector of length |
z |
class labels:
integer vector of length |
dist |
distributional assumption:
character |
phi |
dispersion parameters:
numeric vector of length |
pi |
zero-inflation parameter(s):
numeric vector of length |
gamma |
offset:
numeric vector of length |
test |
resampling procedure:
character |
iter |
(maximum) number of resampling iterations :
positive integer, or |
kind |
resampling accuracy:
numeric between |
... |
settings |
If one or more entries of z
are equal to 1
,
the mixture model can be fitted but not tested.
Accordingly, kind
is replaced by NULL
.
Resampling-based testing cannot reach p
-values below 1/iter
.
If kind
is smaller than 1/iter
, it is replaced by 0
.
This function returns warnings and errors.
It also returns kind
(see details).
This is an internal
function.
The user functions are mixtura
and scrutor
.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.