R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  note <- "Please cite KFAS in publications by using: \n
  Jouni Helske (2017). KFAS: Exponential Family State Space Models in R. Journal of Statistical Software, 78(10), 1-39. doi:10.18637/jss.v078.i10."
  packageStartupMessage(note)
}

Try the KFAS package in your browser

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

KFAS documentation built on Sept. 8, 2023, 5:56 p.m.