Learn R Programming

rxode2 (version 2.0.7)

rxPreferredDistributionName: Change distribution name to the preferred distribution name term

Description

This is determined by the internal preferred condition name list .errIdenticalDists

Usage

rxPreferredDistributionName(dist)

Arguments

dist

This is the input distribution

Value

Preferred distribution term

Examples

Run this code
# NOT RUN {
rxPreferredDistributionName("dnorm")

rxPreferredDistributionName("add")

# can be vectorized

rxPreferredDistributionName(c("add","dnorm"))

# }

Run the code above in your browser using DataLab