GAMFittingFunc: Do not both to write help function

Description Usage

View source: R/GAMFittingFunc.R

Description

Do not both to write help function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
GAMFittingFunc(
  resultsBaseFolder = "./Results/GAM",
  sealPhotoDataFile = system.file("extdata", "processed", "OriginalSealsKm.rds", package
    = "SealCoxProcess"),
  sealTransectDataFile = system.file("extdata", "processed",
    "OigardTablesTransformed.rds", package = "SealCoxProcess"),
  satelliteDataFolder = system.file("extdata", "processed", package = "SealCoxProcess"),
  sealType = "hooded",
  covariate.fitting = "linear",
  covariates.type = "band1",
  additional_comment = "",
  grid.pixelsize = 0.2,
  leaveOutTransect = FALSE,
  transectAsCountDomain = FALSE,
  noSamp = 1000,
  subSampPerSamp = 5,
  results.CI.level = 0.95,
  parallelize.numCores = 10,
  parallelize.noSplits = 2 * parallelize.numCores,
  delete.temp = TRUE,
  save.data = TRUE,
  fam = "negbin",
  CVFold = list(0, 0, 0)
)

PointProcess/SealPupProduction-JRSSC-code documentation built on Jan. 27, 2020, 10:06 p.m.