interpret.salk: Interpret a spatial ALK model formula

Description Usage Arguments

View source: R/dataSetup.R

Description

Reads in a spatial ALK formula and sets up the data for loading into the TMB model.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
interpret.salk(
  sf,
  equalSlopes = FALSE,
  data = NULL,
  minAge,
  maxAge,
  pgf = NULL,
  pred = FALSE,
  atilde = NULL,
  lambda = 0,
  penalty.matrix = NULL,
  penrand = FALSE,
  starting.param = NULL,
  scale,
  stdobj = NULL
)

Arguments

sf

a spatial ALK model formula

equalSlopes

formula or boolean indicating whether to have equal

data

the data

minAge

the minimum age group to fit

maxAge

the maximum age group to fit

pgf

the predicted gaussian field workaround

pred

are we predicting?

atilde

customize the length factor too?

lambda

for penalized smoothing

scale

whether to rescale the fixed effects parameters


jgbabyn/barrierALK documentation built on Dec. 20, 2021, 11:09 p.m.