Learn R Programming

BElikelihood (version 1.1)

print.proLikelihood: 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 proLikelihood
print(x, ...)

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.

Arguments

x

proLikelihood object

...

unused

Examples

Run this code
# \donttest{
data(dat)
cols <- list(subject = 'subject', formula = 'formula', y = 'AUC')
l <- averageBE(dat, colSpec = cols, xlength = 300)
l
# }

Run the code above in your browser using DataLab