gppm is an implementation of Gaussian process panel modeling.
devtools::install_github('karchjd/gppm')
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"
This dissertation and this paper describe the method.
Send an email to [email protected].