View source: R/misc_functions.R
calc_test_txt | R Documentation |
This function generates a descriptive string for a hypothesis test based on the provided test value and the specified alternative hypothesis type.
calc_test_txt(u, alternative = "two.sided")
u |
The hypothesized value for the coefficient in the null hypothesis. |
alternative |
The alternative hypothesis type. Must be one of "two.sided", "less", or "greater". Default is "two.sided". |
A string describing the hypothesis test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.