Description Usage Arguments Value See Also Examples
This function resamples the data,
fits the semi-supervised mixture model,
and returns the likelihood ratio test statistic.
It is called by mixtura
.
1 | resam.lrts(y, z, dist, phi, pi, gamma, test, pass, ...)
|
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 |
pass |
parameters for parametric bootstrap algorithm |
... |
settings |
This function returns a numeric.
This is an internal
function.
The user functions are mixtura
and scrutor
.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.