simpleAggrmodel: Fit a simple aggregated model

Description Usage Arguments Value

View source: R/initsFunctions.R

Description

Fit a simple aggregated model

Usage

1
simpleAggrmodel(data, market, n_type, n_basis, n_order, basisFunction)

Arguments

data

Dataset containing group, replicates (if any), time and aggregated signal

market

Market data frame. MUST be a 3 column dataframe with the following order: Group, Type and Number of subjects

n_basis

Number of basis functions for basis expansion

n_order

Order of basis Splines (Default: 4)

basisFunction

Character indicating which basis: 'B-Splines' (default) or 'Fourier'

Value

lm object


gabrielfranco89/aggrmodel documentation built on June 1, 2020, 8:57 a.m.