Return the symbol related to the p-value: 0 '***
' 0.001 '**
' 0.01 '*
' 0.05 '.
' 0.1 ' ' 1. Values above p = 1
will return NA
.
p_symbol(p, emptychar = " ")
p | p value |
---|---|
emptychar | text to show when |
Text
The lifecycle of this function is questioning. We are no longer convinced that this function is the optimal approach (but we do not know yet what a better approach would be), or whether this function should be in our AMR
package at all.
On our website https://msberends.gitlab.io/AMR you can find a comprehensive tutorial about how to conduct AMR analysis, the complete documentation of all functions (which reads a lot easier than here in R) and an example analysis using WHONET data.