lin_mixed_data: Sample linear growth dataset

lin_mixed_dataR Documentation

Sample linear growth dataset

Description

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

Usage

lin_mixed_data

Format

A data frame with 110 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(lin_mixed_data)

GrowthCurveME documentation built on April 12, 2025, 2:23 a.m.