print.proLikelihood {BElikelihood} | R Documentation |
Print ‘poi’ (mean difference, total standard deviation ratio or within-subject standard deviation ratio) and ‘maxLik’ (corresponding profile likelihood) elements from a proLikelihood object.
## S3 method for class 'proLikelihood'
print(x, ...)
x |
proLikelihood object |
... |
unused |
Output the mean difference, total standard deviation ratio or within-subject standard deviation ratio values (depending on the ‘method’) with the calculated corresponding profile likelihood values.
data(dat)
cols <- list(subject = 'subject', formula = 'formula', y = 'AUC')
l <- averageBE(dat, colSpec = cols, xlength = 300)
l