forms | R Documentation |
Note that only the following combinations work, but these are enforced in
Palytic
rather than enforced internally
1. Objects except for PalyticObj, fixed, random, and formula (e.g., Palytic$new)
2. PalyticObj and exactly 1 other parameter
forms(
data,
PalyticObj = NULL,
ids = NULL,
dv = NULL,
time = NULL,
phase = NULL,
ivs = NULL,
interactions = NULL,
time_power = NULL,
correlation = NULL,
family = NULL,
fixed = NULL,
random = NULL,
formula = NULL,
method = "REML",
dropTime = "no",
corFromPalyticObj = TRUE
)
See |
|
Stephen Tueller stueller@rti.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.