| simulate_Aliens | R Documentation | 
The Aliens considered here have a size that is varies linearly according to the number of humans they have eaten.
simulate_Aliens(N = 12, intercept = 50, slope = 1.5, sigma2 = 25)
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)  | 
a data.frame containing the simulated data
simulate_Aliens()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.