gppmControl: Define settings for a Gaussian process panel model

Description Usage Arguments Value See Also

Description

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

Usage

1
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 May 2, 2019, 6:50 a.m.

Related to gppmControl in gppm...