boa.plot('trace')
--
View this message in context:
http://r.789695.n4.nabble.com/more-boa-plots-questions-tp3330312p4579163.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/
Can anyone help?
Thanks in advance Emma
--
View this message in context:
http://r.789695.n4.nabble.com/more-boa-plots-questions-tp3330312p016.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
https:/
I have MCMC output chains A and B for example, I want to produce trace plots
for them using the boa command line...
#loads boa
boa.init()
#reads in chains
boa.chain.add(boa.importMatrix('A'), 'A')
boa.chain.add(boa.importMatrix('B'), 'B')
#plot trace plot
problems arise here!
I know I can get tra
3 matches
Mail list logo