Description Usage Arguments Details Author(s) See Also Examples
View source: R/deprecated_makesingleSC.R
The makesingleSC function combines multiple single-case data frames into one single-case data frame.
1 | makesingleSC(data, scale = FALSE, type = "add")
|
data |
A vector with measurements, a data frame or a list of data frames. |
scale |
Unused |
type |
By default values with the same measurement are added. If type is set to "mean" or "median", values of the same measurement are replaced with their mean or median. Default is "add". |
The algorithm works the following way:
All values of each single-case are centred with respect to each case's phase A mean.
The phase A values of all single-cases are combined in ascending order of their measurement times.
The phase B values of all single-cases are combined in ascending order of their measurement times.
Phase B values are appended to phase A values. The measurement times of phase B are shifted to start with the next MT after the end of phase A.
Juergen Wilbert
1 2 | ##Function deprecated
## please do not use it!
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.