Description Usage Arguments Value See Also Examples
This functions generates a dataset with desired parameters (number of individuals and number of observations per individual, mean of the parameter, individuality).
| 1 | GenerateUnivariate(nindivs, nobs, betweenM, individuality)
 | 
| nindivs | Indicates how many individuals should be in dataset | 
| nobs | Indicates how many observations per individual should be in dataset | 
| betweenM | Indicates the mean value of the trait. | 
| individuality | Indicates the ratio of between to within individual variation. | 
Data frame with two columns. Identity codes are in the first column and the trait values are in the second column.
Other Operations with datasets: GenerateMultivariate
| 1 | GenerateUnivariate(nindivs=10, nobs=10, betweenM=1000, individuality=2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.