print.proLikelihood: Print method for proLikelihood object

View source: R/printplot.R

print.proLikelihoodR 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



BElikelihood documentation built on May 29, 2024, 2:45 a.m.