print.proLikelihood {BElikelihood} | R Documentation |
Print method for proLikelihood object
Description
Print ‘poi’ (mean difference, total standard deviation ratio or within-subject standard deviation ratio) and ‘maxLik’ (corresponding profile likelihood) elements from a proLikelihood object.
Usage
## S3 method for class 'proLikelihood'
print(x, ...)
Arguments
x |
proLikelihood object |
... |
unused |
Value
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.
Examples
data(dat)
cols <- list(subject = 'subject', formula = 'formula', y = 'AUC')
l <- averageBE(dat, colSpec = cols, xlength = 300)
l
[Package BElikelihood version 1.1 Index]