Description Usage Arguments Value
View source: R/initsFunctions.R
Fit a simple aggregated model
1 | simpleAggrmodel(data, market, n_type, n_basis, n_order, basisFunction)
|
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' |
lm object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.