pscores {poth} | R Documentation |
Calculate P-scores from a set of relative effects and standard errors
Description
Calculate P-scores from a set of relative effects and standard errors
Usage
pscores(TE, seTE, small.values = "desirable", trts = NULL)
Arguments
TE |
Matrix of relative effects |
seTE |
Matrix of estimated standard errors for relative effects |
small.values |
A character string specifying whether small
outcome values indicate a beneficial ( |
trts |
optional; vector of treatment names matching order in TE and sds |
Value
named vector of P-scores
[Package poth version 0.2-0 Index]