NormalModel: Normal model

Description Usage Arguments Details Value Author(s) Examples

Description

Constructs a Normal distribution model.

Usage

1

Arguments

mean

mean of the distribution

sd

standard deviation of the distribution

Details

The NormalModel function constructs a NormalModel.

Value

An object of class NormalModel (directly extending the Model class).

Author(s)

Maarten Speekenbrink

Examples

1
mod <- NormalModel(mean=1,sd=10)

simdat.base documentation built on May 2, 2019, 5:53 p.m.