metapsyNNT | R Documentation |
Calculate NNTs (extracted from dmetar
)
metapsyNNT(d, CER, event.e, n.e, event.c, n.c, names, method)
d |
A single numeric or concatenated vector of numerics representing the effect size expressed as Cohen's d or Hedges' g. If this is the only parameter specified in the function, the method by Kraemer and Kupfer is used automatically to calculate NNTs. |
CER |
The control group event ratio. Furukawa's method (Furukawa & Leucht, 2011) to calculate |
event.e |
Single number or numeric vector. The number of (favourable) events in the experimental group. |
n.e |
Single number or numeric vector. The number participants in the experimental group. |
event.c |
Single number or numeric vector. The number of (favourable) events in the control group. |
n.c |
Single number or numeric vector. The number of participants in the control group. |
names |
Optional. Character vector of equal length as the vector supplied to |
method |
The method to be used to calculate the NNT from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.