-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME.Rmd
More file actions
57 lines (40 loc) · 1.52 KB
/
Copy pathREADME.Rmd
File metadata and controls
57 lines (40 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
<!-- badges: start -->
[](https://github.com/karchjd/gppm/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/karchjd/gppm)
<!-- badges: end -->
## Overview
gppm is an implementation of Gaussian process panel modeling.
## Installation
```{r, eval = FALSE}
devtools::install_github("karchjd/gppm")
```
## Examples
For examples, consult the demos. To see a list of all demos do the following:
```{r}
demo(package = "gppm")
```
To run a particular example, you can do the following. Here, exemplified for 'example1linearModel':
```{r, eval=FALSE}
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:
```{r}
system.file("demo", package = "gppm")
```
## Learning Gaussian Process Panel Modeling
This [dissertation][diss] and this [paper][pap] describe the method.
## Getting help
Send an email to j.d.karch@fsw.leidenuniv.nl.
[diss]: https://edoc.hu-berlin.de/handle/18452/18293
[pap]: https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2020.00351/full