| coefWriteout | R Documentation |
data.table with bdotsObj parametersCreates an object of class data.table that matches
parameter values for each observation. This can then be
passed to the bdotsRefit function
coefWriteout(bdObj)
bdObj |
An object returned from |
A data.table matching parameter values to observations
## Not run:
fit <- bdotsFit(data = cohort_unrelated,
subject = "Subject",
time = "Time",
y = "Fixations",
group = c("Group", "LookType"),
curveType = doubleGauss(concave = TRUE),
cor = TRUE,
numRefits = 2,
cores = 0,
verbose = FALSE)
parDT <- coefWriteout(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.