splitData: splitData

Description Usage Arguments Value

View source: R/blotIt2.R

Description

Split data in independent blocks according to fixed and latent variables as being defined for alignME.

Usage

1
splitData(data, fixed, latent, normalize_input, log)

Arguments

data

data frame with columns "name", "time", "value" and others

fixed

two-sided formula, see alignME

latent

two-sided formula, see alignME

normalize_input

logical, if set to TRUE, the input data will be normalized by dividing all entries belonging to one scaling factor by their respective mean. This prevents convergence failure on some hardware when the data for different latent effects differ by to many orders of magnitude.

Value

list of data frames


dkaschek/blotIt2 documentation built on July 10, 2021, 5:37 a.m.