Learn R Programming

dmtools (version 0.2.5)

create_norm: Estimating laboratory values

Description

Estimating laboratory values

Usage

create_norm(vals, low, high, ds_norm, normal, abnormal, clsig)

Arguments

vals

A double vector. The laboratory values.

low

A double scalar. The minimum.

high

double scalar. The maximum.

ds_norm

An estimate of the laboratory values from the dataset.

normal

An option for the normal estimate, for example, "NORMAL".

abnormal

An option for the abnormal estimate, for example, "ABNORMAL".

clsig

An option for the clinical significant estimate, for example, "CLISIG".

Value

A vector with the auto estimate.