Learn R Programming

SmartMeterAnalytics (version 1.1.1)

encode_p_val_stars: Encodes p-values with a star rating according to the Significance code:

Description

'.' for p-value < 0.1, '*' for < 0.05, '**' for < 0.01, '***' for < 0.001

Usage

encode_p_val_stars(pval)

Value

character with the encoding

Arguments

pval

the p-value

Author

Konstantin Hopf konstantin.hopf@uni-bamberg.de