gppmControl: Define settings for a Gaussian process panel model

View source: R/GPPMControl.R

gppmControlR Documentation

Define settings for a Gaussian process panel model

Description

This function is used to specify the settings of a Gaussian process panel model generated by gppm.

Usage

gppmControl(stanModel = TRUE)

Arguments

stanModel

boolean. Should the corresponding stan model be created? Should only be set to FALSE for testing purposes. Not creating the stan model makes model fitting impossible but saves a lot of time.

Value

Settings for a Gaussian process panel model in an object of class 'GPPMControl'

See Also

gppm


gppm documentation built on Aug. 25, 2025, 9:50 a.m.

Related to gppmControl in gppm...