miebl_cp | R Documentation |
Compares posterior distributions from different reports
miebl_cp(R1, R2, R3 = NULL, R4 = NULL, R5 = NULL)
R1 |
object produced by miebl_re; start from highest performance criterion to lowest |
R2 |
object produced by miebl_re |
R3 |
object produced by miebl_re |
R4 |
object produced by miebl_re |
R5 |
object produced by miebl_re |
a combined plot of the posterior distributions for each performance criterion
#create a miebl output for default 90% desired true mastery
xx<-miebl(10)
#Uses the miebl output for miebl_re for 90% and 80% performance criterion
r1<-miebl_re(xx,mc=90)
r2<-miebl_re(xx,mc=80)
miebl_cp(r1,r2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.