simulateLong.R: Simulating longitudal model using only R functions

View source: R/simulation.functions.R

simulateLong.RR Documentation

Simulating longitudal model using only R functions

Description

STUFF

Usage

simulateLong.R(
  loc,
  theta,
  n = 100,
  B = NULL,
  noise = c("Normal", "NIG", "GAL"),
  mixedEffect = FALSE,
  Bmixed = NULL,
  mixedEffectList = NULL,
  operatorType = "Matern",
  boundary = NULL
)

Arguments

theta

list with parameters covariates mu, kappa, sigma_eps, sigma

B

list of matrix with covariates

locs

list of observation locations

Value

A list of outputs.

Examples

  ## Not run: 
  simulateLong.R(...)
  
## End(Not run)

davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.