processData: Process raw haul data

View source: R/processData.r

processDataR Documentation

Process raw haul data

Description

Process raw haul data

Usage

processData(
  masterDat = NULL,
  Truncate = 0,
  strata.limits = NULL,
  X.pos = NULL,
  X.bin = NULL
)

Arguments

masterDat

Data frame with raw haul data

Truncate

Lower bound of hauls, defaults to 0. Values < Truncate will be turned to 0

strata.limits

Data frame of strata limits

X.pos

Optional matrix of covariates for the positive model, dimensioned as same rows as raw data

X.bin

Optional matrix of covariates for the presence-absence model, dimensioned as same rows as raw data

Value

DataList Data frame of processed data to fit


nwfsc-assess/nwfscDeltaGLM documentation built on July 8, 2023, 4:49 a.m.