htp: high throughput

View source: R/htp.r

htpR Documentation

high throughput

Description

high throughput

Usage

htp(
  data,
  dims,
  dvs,
  phase,
  ids,
  uids,
  time,
  ivs,
  target_ivs,
  interactions = NULL,
  time_power = 1,
  alignPhase = "none",
  correlation = NULL,
  family = gamlss.dist::NO(),
  standardize = list(dvs = FALSE, ivs = FALSE, byids = FALSE),
  fpc = FALSE,
  popsize2 = 0,
  package = "gamlss",
  autoSelect = list(AR = list(P = 3, Q = 3), TO = list(polyMax = 3), DIST = list()),
  whichIC = "BIC",
  sigma.formula = ~1,
  debugforeach = FALSE,
  userFormula = list(fixed = NULL, random = NULL, formula = NULL),
  cores = parallel::detectCores() - 1
)

ICTatRTI/PersonAlytics documentation built on Dec. 13, 2024, 11:06 p.m.