VSEMcreateLikelihood {BayesianTools} | R Documentation |
Create an example dataset, and from that a likelihood or posterior for the VSEM model
Description
Create an example dataset, and from that a likelihood or posterior for the VSEM model
Usage
VSEMcreateLikelihood(likelihoodOnly = F, plot = F, selection = c(1:6, 12))
Arguments
likelihoodOnly |
switch to devide whether to create only a likelihood, or a full bayesianSetup with uniform priors. |
plot |
switch to decide whether data should be plotted |
selection |
vector containing the indices of the selected parameters |
Details
The purpose of this function is to be able to conveniently create a likelihood for the VSEM model for demonstration purposes. The function creates example data –> likelihood –> BayesianSetup, where the latter is the
Author(s)
Florian Hartig
[Package BayesianTools version 0.1.8 Index]