createData_feb: Create artificial fixation data (February)

View source: R/feb_create_data.R

createData_febR Documentation

Create artificial fixation data (February)

Description

Create data for validating different situations in competing bdots implementations ar = 0.8 and sd in ar noise is 0.025

Usage

createData_feb(
  n = 25,
  trials = 100,
  pars = EMPIRICAL_START_PARS,
  paired = FALSE,
  pairMag = 0.05,
  ar1 = FALSE,
  manymeans = TRUE
)

Arguments

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?

pairMag

how much variability between paired subjects

ar1

do i create ar1 data instead of binomial

manymeans

do i do this the right way or the wrong way

Details

Data to create "empirical" data centered around four parameter logistic


collinn/eyetrackSim documentation built on March 28, 2023, 7:09 a.m.