md.norm: md.norm

View source: R/library.R

md.normR Documentation

md.norm

Description

Creates information of a normally distributed numeric covariate with the specified mean and standard deviation. This function call must be added to the md.simparams object.

Usage

md.norm(name, mean = 0, sd = 1)

Arguments

name

name of the covariate

mean, sd

mean and standard deviation

Examples


## Not run: 
library(missDeaths)

sim = md.simparams() +
   md.norm("X", 0, 1) 

## End(Not run)


missDeaths documentation built on Oct. 7, 2024, 1:25 a.m.