Skip to content
/ gppm Public

Implementation of Gaussian Process Panel Modeling in R

License

Notifications You must be signed in to change notification settings

karchjd/gppm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a87a14 · Jun 27, 2018
Jun 27, 2018
Jun 20, 2018
Jun 20, 2018
Jun 20, 2018
Jun 16, 2018
Jun 25, 2018
Jun 21, 2018
Jun 20, 2018
Jun 20, 2018
Jun 20, 2018
Jun 25, 2018
Oct 19, 2017
Jun 19, 2018
Jun 20, 2018
Jun 20, 2018
Jun 21, 2018
Jun 25, 2018
Feb 22, 2018

Repository files navigation

Travis-CI Build Status

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/3.5/Resources/library/gppm/demo"

Learning Gaussian Process Panel Modeling

This dissertation and this paper describe the method.

Getting help

Send an email to [email protected].

About

Implementation of Gaussian Process Panel Modeling in R

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published