Description Usage Arguments Examples
View source: R/funcao_teste_hip_qui_quadrado.R
Plot Chi-Square test for one populational variance
1 2 | plot_chi_test(alpha = 0.05, alternative = "two.sided", df, va, vp,
annotations = TRUE, color = 3)
|
alpha |
significance level for the critical limits |
alternative |
a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". |
df |
degrees of freedom for the sample (default = 10) |
va |
sample variance (default = 10) |
vp |
populational variance under null hypothesis (default = 10) |
annotations |
logical, show annotations in plot figure, TRUE ou FALSE (default = TRUE) |
color |
integer, color theme for plot, from 1 to 7 so far (default = 3) |
1 2 3 4 5 | plot_chi_test(alpha = 0.05,alternative = "two.sided",
df = 20, va = 20,
vp = 15,
annotations = TRUE,
color = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.