R/gamObj.R

Defines functions gamObj gamObj.spsth gamObj.slockedTrain

Documented in gamObj gamObj.slockedTrain gamObj.spsth

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

  UseMethod("gamObj")
}

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

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

}

gamObj.slockedTrain <- 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, 4:53 p.m.