R/gamObj.R

Defines functions gamObj gamObj.gampsth gamObj.gamlockedTrain

Documented in gamObj gamObj.gamlockedTrain gamObj.gampsth

gamObj <- function(object,
                   ...) {

  UseMethod("gamObj")
}

gamObj.gampsth <- function(object,...) {

  evalq(PoissonF, envir=environment(object$lambdaFct))

}

gamObj.gamlockedTrain <- function(object, ...) {
  object$gamFit
}

Try the STAR package in your browser

Any scripts or data that you put into this service are public.

STAR documentation built on May 2, 2019, 11:44 a.m.