bayesMRMApp: Shiny App for exploring the results of Bayesian multivariate...

Description Usage Arguments Examples

View source: R/bayesMRMApp.R

Description

Call Shiny to show the results of Bayesian analysis of multivariate receptor modeling in a web-based application. This object contains

Usage

1

Arguments

x

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

Examples

1
2
3
4
5
6
## Not run: 
data(Elpaso); Y=Elpaso$Y ; muP=Elpaso$muP ; q=nrow(muP)
out.Elpaso <- bmrm(Y,q,muP, nAdapt=1000,nBurnIn=5000,nIter=5000,nThin=1)
bayesMRMApp(out.Elpaso)

## End(Not run)

mansukoh/bayesMRM documentation built on March 19, 2021, 3:50 p.m.