Skip to content

karchjd/gppm

Repository files navigation

R-CMD-check Codecov test coverage

Overview

gppm is an implementation of Gaussian process panel modeling.

Installation

devtools::install_github("karchjd/gppm")

Examples

For examples, consult the demos. To see a list of all demos do the following:

demo(package = "gppm")

To run a particular example, you can do the following. Here, exemplified for ‘example1linearModel’:

demo("example1linearModel", package = "gppm")

However, the recommended approach is to look at the source directly. To locate the demo folder in which all examples resides on your computer, do the following:

system.file("demo", package = "gppm")
#> [1] "/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/gppm/demo"

Learning Gaussian Process Panel Modeling

This dissertation and this paper describe the method.

Getting help

Send an email to j.d.karch@fsw.leidenuniv.nl.

About

Implementation of Gaussian Process Panel Modeling in R

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published