plot.bmrm {bayesMRM}R Documentation

Produce plots of the parameter estimates

Description

Produce plots of the estimated posterior mean and 95% posterior intervals of A,P, Sigma based on the MCMC samples in bmrm.

Usage

## S3 method for class 'bmrm'
plot(x, type = "both", ...)

Arguments

x

an object of class bmrm, the output of the function bmrm

type

name of a variable (default="P"). It should be one of "P"(source composition or profile matrix P), "A"(source contribution matrix A), "both" (both P and A), "Sigma" (error variance).

...

arguments to be passed to methods

Details

The following types of plots are drawn depending on the selected parameters:

Value

plot


[Package bayesMRM version 2.4.0 Index]