View source: R/bdots_validate_sims.R
createData | R Documentation |
Create data for validating different situations in competing bdots implementations ar = 0.8 and sd in ar noise is 0.025
createData(
n = 25,
trials = 100,
pars = EMPIRICAL_START_PARS,
paired = FALSE,
ar1 = FALSE,
manymeans = TRUE,
TIME = seq(0, 1600, by = 4)
)
n |
number of subjects (it actually creates two groups of 25 each for bootstrap) |
trials |
number of trials for binomial method |
pars |
starting parameters for groups, gotten empirically. Probably will never change this value |
paired |
is this paired data? |
ar1 |
do i create ar1 data instead of binomial |
manymeans |
do i do this the right way or the wrong way |
TIME |
time |
Data to create "empirical" data centered around four parameter logistic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.