scode {cwhstat} | R Documentation |
Generate the significance codes as in summary.lm
scode(p)
p |
Probability |
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
lifted from stats::printCoefmat
Christian W. Hoffmann, christian.hoffmann@wsl.ch, http://www.wsl.ch/staff/christian.hoffmann
for (ii in c(0.005, 0.02,0.0501,0.2)) { scode(ii) }