h_convert_ordinal_model: Convert an ordinal CRM model to the Equivalent Binary CRM...

View source: R/helpers_model.R

h_convert_ordinal_modelR Documentation

Convert an ordinal CRM model to the Equivalent Binary CRM Model for a Specific Grade

Description

[Experimental]

A simple helper function that takes a LogisticLogNormalOrdinal and an integer grade and converts them to the equivalent LogisticLogNormal model.

Usage

h_convert_ordinal_model(x, grade)

Arguments

x

(LogisticLogNormalOrdinal)
the LogisticLogNormalOrdinal model to covert

grade

(integer)
the toxicity grade for which the equivalent model is required.

Value

A LogisticLogNormal model.


Roche/crmPack documentation built on April 30, 2024, 3:19 p.m.