Coerces the output of the function pairwiseMEP to a data.frame.
# S3 method for pairwiseMEP
as.data.frame(x, row.names = NULL,
optional = FALSE, whichep = NULL, ...)
an object of class “pairwiseMEP” as can be obtained by calling pairwiseMEP
as in as.data.frame
as in as.data.frame
a vector of integers or character strings, indexing which endpoints (which response variables)
from object x
shall be coerced to a data.frame; if omitted (default), all endpoints are coerced to a data.frame
Further arguments to be passed to as.data.frame
A data.frame with columns
numeric, the point estimates
numeric, the lower confidence limits
numeric, the upper confidence limits
character, the name of the groupwise comparison
optional, character, the name of subset of the original data.frame
character, the name of the response variable
character, the name of the method used for calculation of the lower and upper limits, see pairwiseMEP