bsd.extractor: Compute between-subject standard deviation from agemixing...

Description Usage Arguments Value Examples

View source: R/bsd.extractor.R

Description

Returns the between-subject standard deviation from the agemixing model that was fitted with amp.modeller.

Usage

1
bsd.extractor(models, gender = "male")

Arguments

models

The models object from which the between-subject standard deviation must be extracted.

Value

The between-subject standard deviation

Examples

1
2
3
agemix.episodes.df <- agemix.episodes.df.maker(datalist.agemix)
amp.models <- amp.modeller(dataframe = agemix.episodes.df, agegroup = c(15, 30),
                          timepoint = 15, timewindow = 3, start = FALSE, method = "lme4")

wdelva/RSimpactHelp documentation built on Dec. 26, 2019, 3:42 a.m.