# pToSign -----------------------------------------------------------------
pToSign = function(x){
ELSE=TRUE
case_when(
(x>0.05) ~ 'ns',
(x<0.0001) ~ '****',
(x<0.001) ~ '***',
(x<0.01)~ '**',
ELSE ~ '*'
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.