Description Usage Arguments Author(s) See Also
This is the function used by st to
generate the LaTeX code.
| 1 2 3 | 
| statistic | Name of the statistic used | 
| value | Value of the statistic | 
| pval | p-value | 
| df | The degrees of freedom. Can be a vector with multiple degrees of freedom | 
| digits | The number of digits to be printed | 
| sig | Logical, if TRUE not the real value but only the value compared to levels of 'alpha' is printed. This means that if p is smaller than one of the levels of 'alpha' than that is returned (e.g. p<0.05) else ns is returned. | 
| alpha | A vector specifying the significance levels used by 'sig' | 
| output | Character indicating the output. Can be "Sweave", "knitr" or "plain". Currently the only thing this does is remove "$" signs from output if this is "plain" | 
| parantheses | Logical, should parantheses be printed? | 
Sacha Epskamp <mail@sachaepskamp.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.