get.power {JATSdecoder} | R Documentation |
get.power
Description
Extracts a priori power and empirial power values from text.
Usage
get.power(x)
Arguments
x |
text string to process. |
Value
Numeric. Identified power values.
See Also
study.character
for extracting multiple study characteristics at once.
Examples
x<-"We used G*Power 3 to calculate the needed sample with
beta error rate set to 12% and alpha error to .05."
get.power(x)
[Package JATSdecoder version 1.2.0 Index]