View source: R/GAMFittingFunc.R
Do not both to write help function
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)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.