We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b95e735 + d0d6c9d commit 405458bCopy full SHA for 405458b
vignettes/chisq_test.Rmd
@@ -118,7 +118,7 @@ fli_small %>%
118
119
```{r eval=FALSE}
120
fli_small %>%
121
- specify(origin ~ season) %>% %>% # alt: response = origin, explanatory = season
+ specify(origin ~ season) %>% # alt: response = origin, explanatory = season
122
hypothesize(null = "independence") %>%
123
generate(reps = 1000, type = "permute") %>%
124
calculate(stat = "Chisq") %>%
0 commit comments