Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb committed Mar 31, 2024
1 parent d004f7c commit deeed21
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion R/utils_validate_input_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
if (length(x) != 3L) {
insight::format_error(
"Formula must have one of the following forms:",
" y ~ group (independant samples)",
" y ~ group (independent samples)",
" y ~ 1 (one sample)",
" Pair(x,y) ~ 1 (paired samples)"
)
Expand Down
17 changes: 11 additions & 6 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Falk
Faraggi
Fei
Fo
Fum
Funder
GFI
Gelman
Expand Down Expand Up @@ -82,8 +81,6 @@ Kiesser
Koo
Kruschke
LMM
Labelled
labelled
Lajeunesse
Lakens
Landis
Expand Down Expand Up @@ -126,6 +123,7 @@ Penfield
PloS
Psychometrika
Psychonomic
Pustejovsky
RFI
RMR
RMSEA
Expand All @@ -137,17 +135,21 @@ Ringle
Rosenthal
Rothstein
Rouder
Rouder's
Routledge
Ruscio
SDs
SEM
SMD
SRMR
Sarstedt
Sawilowsky
Schumacker
Schweder
Shachar
Shadish
Shmekels
Speckman
Steiger
Szodorai
Szumilas
Expand All @@ -172,6 +174,7 @@ anova
arXiv
arcsin
biserial
blogspot
bmwiernik
brglm
brms
Expand All @@ -189,21 +192,24 @@ doi
dynamicfit
easystats
effectSize
effectsize’
et
fixest
frac
friedman
ggstatsplot
github
glmmadmb
gtsummary
homoscedasticity
http
https
independant
infty
intraclass
io
jeffrouder
joss
kruskal
labelled
lifecycle
lm
mattansb
Expand Down Expand Up @@ -233,7 +239,6 @@ rescale
rmANOVA
sd
semipartial
shinyapps
statswiki
strengejacke
th
Expand Down
4 changes: 2 additions & 2 deletions vignettes/statistical_power.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ So this is where we focus in this vignette, and pay special attention to the eas
The following section walks through a simple applied example to ensure 1) the concepts surrounding and involved in power are clear and digestible, and 2) that the role and value of the `effectsize` package are likewise clear and digestible.
Understanding both of these realities will allow for more complex extensions and applications to a wide array of research problems and questions.

# Example: Comparing Means of Independant Samples
# Example: Comparing Means of Independent Samples

In addition to relying on the _easystats_ `effectsize` package for effect size calculation, we will also leverage the simple, but excellent `pwr` package for the following implementation of power analysis [@champley2017].

Expand Down Expand Up @@ -164,7 +164,7 @@ Given the prevalence of calculating effect sizes for different applications and
There are many conversions available in the package.
Take a look [here](https://easystats.github.io/effectsize/reference/index.html#effect-size-conversion).

This can also be dne directly by the user using the `t_to_d()` function:
This can also be done directly by the user using the `t_to_d()` function:

```{r}
t_to_d(
Expand Down

0 comments on commit deeed21

Please sign in to comment.