undefined-class {optimalThreshold} | R Documentation |
An S4 class to represent an 'undefined' distribution.
Description
This class allows to fit an undefined distribution on the marker values x
.
Details
This class is automatically created when the user applies the fit
function with the argument distr="undefined"
. You never have to create manually this class, it is created internally.
Slots
x
a vector of marker values.
n
Length of x vector (including NA values). Numeric argument.
mcmc
This slot allows the main function to k,now whether an MCMC algorithm must be performed to sample the distribution parameters from their posterior distribution.
See Also
fit
for more details on how to fit an undefined distribution.
[Package optimalThreshold version 1.0 Index]