simulate_Aliens: Function simulating the Alien datasets

View source: R/simulate.R

simulate_AliensR Documentation

Function simulating the Alien datasets

Description

The Aliens considered here have a size that is varies linearly according to the number of humans they have eaten.

Usage

simulate_Aliens(N = 12, intercept = 50, slope = 1.5, sigma2 = 25)

Arguments

N

the number of Aliens (default = 12)

intercept

the value for the intercep (default = 50)

slope

the value for the slope (default = 1.5)

sigma2

the value for the error variance (default = 25)

Value

a data.frame containing the simulated data

Examples

simulate_Aliens()


courtiol/LM2GLMM documentation built on July 3, 2022, 7:42 a.m.