exp_mixed_data {GrowthCurveME} | R Documentation |
Sample exponential growth dataset
Description
A dataset containing the minimum required variables needed to input data into the GrowthCurveME package functions
Usage
exp_mixed_data
Format
A data frame with 240 rows and 3 variables:
- cluster
A character type variable used to specify the clustering of values by a particular metric. Note even when selecting a least-squares, do not leave this variable NA or empty. Instead fill in these values with a single repetitive dummy variable (e.g., '1') for the package to run properly
- time
A numeric type variable for any measurement in time such as minutes, hours, or days
- growth_metric
A numeric type variable for measuring growth such as confluency or cell count
Source
Created through simulation to serve as an example
Examples
data(exp_mixed_data)
[Package GrowthCurveME version 0.1.0 Index]