Learn R Programming

gppm (version 0.3.0)

gppmControl: 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)

Value

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

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.

See Also

gppm