Dummy function to inherit global descriptions of parameters
1 2 3 4 5 6 7 8 9 10 11 12 | .inheritParams(
data,
dvar,
mvar,
pvar,
decreasing,
phases,
model,
trend,
level,
slope
)
|
data |
A single-case data frame. See |
dvar |
Character string with the name of the dependent variable. Defaults to the attributes in the scdf file. |
mvar |
Character string with the name of the measurement time variable. Defaults to the attributes in the scdf file. |
pvar |
Character string with the name of the phase variable. Defaults to the attributes in the scdf file. |
decreasing |
If you expect data to be lower in the B phase, set
|
phases |
A vector of two characters or numbers indicating the two
phases that should be compared. E.g., |
model |
Model used for calculating the slope parameter (see Huitema &
McKean, 2000). Default is |
trend |
A logical indicating if a trend parameters is included in the model. |
level |
A logical indicating if a level parameters is included in the model. |
slope |
A logical indicating if a slope parameters is included in the model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.