Learn R Programming

GrowthCurveME (version 0.1.11)

log_mixed_data: Sample logistic growth dataset

Description

A dataset containing the minimum required variables needed to input data into the GrowthCurveME package functions

Usage

log_mixed_data

Arguments

Format

A data frame with 800 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

Examples

Run this code
data(log_mixed_data)

Run the code above in your browser using DataLab