bdotsFitter {bdots}R Documentation

Fits Individual Subject Curve

Description

The one subject version of bdotsFit

Usage

bdotsFitter(
  dat,
  curveType,
  rho,
  numRefits = 0,
  verbose,
  getCovOnly = NULL,
  params = NULL,
  splitVars = NULL,
  datVarNames = NULL,
  ...
)

Arguments

dat

data for single subject/group combo

curveType

this is actually a function. Should rename

rho

correlation coefficient

numRefits

number of refit attempts

verbose

not used

getCovOnly

only find covariance matrix from starting parameter values

params

starting parameters, if wanting to add manually

splitVars

variables used to identify group. Might combine with datVarNames

datVarNames

character vector indicating reponse and time values from parent call

...

not used


[Package bdots version 1.2.5 Index]