Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcdermott committed Dec 14, 2023
1 parent 7f67608 commit e5a2a95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ provides a number of examples in the help documentation. (Also available by
typing `?ggcoefplot` or `?ggiplot` in your R console.) But here are a few
quickstart examples to whet your appetite.

Start by loading the **ggfixest** packages.
Start by loading the **ggfixest** package.

```{r pkgload}
library(ggfixest)
```

Note this automatically loaded **ggplot2** and **fixest** too as required
dependencies. As the package name suggests, **ggfixest** _only_ supports
Note that this automatically loads **ggplot2** and **fixest** as required
dependencies too. As the package name suggests, **ggfixest** _only_ supports
**fixest** model objects.^[For other model classes, a more generic visualization
package/tool like
[**see**](https://easystats.github.io/see/articles/parameters.html) or
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ number of examples in the help documentation. (Also available by typing
`?ggcoefplot` or `?ggiplot` in your R console.) But here are a few
quickstart examples to whet your appetite.

Start by loading the **ggfixest** packages.
Start by loading the **ggfixest** package.

``` r
library(ggfixest)
#> Loading required package: ggplot2
#> Loading required package: fixest
```

Note this automatically loaded **ggplot2** and **fixest** too as
required dependencies. As the package name suggests, **ggfixest** *only*
Note that this automatically loads **ggplot2** and **fixest** as required
dependencies too. As the package name suggests, **ggfixest** _only_
supports **fixest** model objects.[^1]

### Coefficient plots
Expand Down

0 comments on commit e5a2a95

Please sign in to comment.