Learn R Programming

coala (version 0.1.1)

feat_sample: Creates a feature that represents the sampling from one population

Description

Creates a feature that represents the sampling from one population

Usage

feat_sample(sizes, time = "0")

Arguments

sizes
The number of individuals that are sampled per population, given as a numeric vector.
time
The time at which the sample is taken.

Value

  • The feature, which can be added to a model using `+`.