pred_model_binout-internal {sMSROC}R Documentation

Predictive model estimation in diagnosis scenarios

Description

Estimation of the predictive models in diagnosis scenarios.

Usage

pred_model_binout(marker, status, meth)

Arguments

marker

vector with the biomarker values.

status

numeric response vector. The highest value is assumed to stand for the subjects having the event under study. The lowest value, for those who do not. Any other value will not be considered.

meth

method for approximating the predictive model P(D|X=x). The options are:

  • “L”, for Linear logistic regression models.

  • “S”, for Smooth models.

Details

Value

The returned value is a list with the two components:

marker

vector containing the ordered marker values.

probs

vector with the probabilities corresponding to each marker value estimated through the predictive model.

See Also

sMS_binout and sMSROC


[Package sMSROC version 0.1.2 Index]