Description Details Slots See Also
An S4 class to describe the optimal threshold of a diagnostic marker.
You never have to create this class manually. This class is created internally when the diagThresh function is used.
optThreshThis slot is an object that takes in argument the sampled optimal threshold values. Numeric argument.
pPrevalence specified by the user. Numeric argument.
rRisk threshold preference. Numeric argument.
NSample size.
xEvtThis slot is an object that takes in argument the marker values in the subgroup of patients that developed the event. Numeric argument.
xNoEvtThis slot is an object that takes in argument the marker values in the subgroup of patients that did not develop the event. Numeric argument.
lowEvtThis slot is a logical argument that specifies whether the low values of the marker are associated with the presence of the disease or not.
mcmcChainEvtThis slot is an object that takes in argument the sampled distribution objects in the subgroup of patients that developed the event. list argument.
mcmcChainNoEvtThis slot is an object that takes in argument the sampled distribution objects in the subgroup of patients that did not develop the event. list argument.
tabMCMCChainThis slot is an object that takes in argument all the distribution parameters that were sampled using the MCMC algorithm. mcmc.listOrNull argument.
paraNamesUserDefinedThis slot is an object that takes in argument the list of the distribution parameter names defined by the user in a 'fitUserDefinedDist' object. list argument.
cdfUserDefinedThis slot is an object that takes in argument the list of cumulative distribution functions defined by the user in 'fitUserDefinedDist' objects. list argument.
gradientUserDefinedThis slot is an object that takes in argument the list of gradient functions defined by the user in 'fitUserDefinedDist' objects. list argument.
hessianUserDefinedThis slot is an object that takes in argument the list of hessian functions defined by the user in 'fitUserDefinedDist' objects. list argument.
percentNAThis slot is a numeric object that indicates the percentage of NA values contained in the 'optThresh' slot.
diagThresh for more details on how to estimate the optimal threshold of a diagnostic marker.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.