FixedDistribution: Create a fixed distribution. Each sample will be assigned a...

View source: R/distribution.R

FixedDistributionR Documentation

Create a fixed distribution. Each sample will be assigned a fixed value coming from vector 'values'.

Description

Create a fixed distribution. Each sample will be assigned a fixed value coming from vector 'values'.

Usage

FixedDistribution(values)

Arguments

values

covariate values, numeric vector (1 value per sample)

Value

a fixed distribution (1 value per sample)


Calvagone/campsis documentation built on Sept. 6, 2024, 9:04 p.m.