miebl_cp {miebl}R Documentation

Compares posterior distributions from different reports

Description

Compares posterior distributions from different reports

Usage

miebl_cp(R1, R2, R3 = NULL, R4 = NULL, R5 = NULL)

Arguments

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

Value

a combined plot of the posterior distributions for each performance criterion

Examples

#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)

[Package miebl version 0.1.0 Index]