Skip to content

Commit

Permalink
Update README for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-long committed Jul 4, 2019
1 parent 76d4810 commit 6f487e5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 22 deletions.
8 changes: 3 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ and `brms`.

## Installation

For the moment, the package has just been submitted to CRAN and may not yet
be available as you read this. If that is the case, please
install from Github.
The package is now available via CRAN.

```r
source("https://install-github.me/jacob-long/interactions")
install.packages("interactions")
```

## Usage
Expand Down Expand Up @@ -131,7 +129,7 @@ issues system over trying to reach out to me in other ways. Pull requests for
contributions are encouraged.

Please note that this project is released with a
[Contributor Code of Conduct](CONDUCT.md). By participating in this project
[Contributor Code of Conduct](https://github.com/jacob-long/interactions/blob/master/CONDUCT.md). By participating in this project
you agree to abide by its terms.

## License
Expand Down
32 changes: 15 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ GLMs, models from the `survey` package, and multilevel models from

## Installation

For the moment, the package has just been submitted to CRAN and may not
yet be available as you read this. If that is the case, please install
from Github.
The package is now available via CRAN.

``` r
source("https://install-github.me/jacob-long/interactions")
install.packages("interactions")
```

## Usage
Expand Down Expand Up @@ -90,23 +88,23 @@ sim_slopes(fiti, pred = hp, modx = wt, jnplot = TRUE)

#> SIMPLE SLOPES ANALYSIS
#>
#> Slope of hp when wt = 4.20 (+ 1 SD):
#> Slope of hp when wt = 2.24 (- 1 SD):
#>
#> Est. S.E. t val. p
#> ------ ----- ------- -----
#> -0.00 0.01 -0.31 0.76
#> Est. S.E. t val. p
#> ------- ------ -------- ------
#> -0.06 0.01 -5.66 0.00
#>
#> Slope of hp when wt = 3.22 (Mean):
#>
#> Est. S.E. t val. p
#> ------ ----- ------- -----
#> -0.03 0.01 -4.07 0.00
#> Est. S.E. t val. p
#> ------- ------ -------- ------
#> -0.03 0.01 -4.07 0.00
#>
#> Slope of hp when wt = 2.24 (- 1 SD):
#> Slope of hp when wt = 4.20 (+ 1 SD):
#>
#> Est. S.E. t val. p
#> ------ ----- ------- -----
#> -0.06 0.01 -5.66 0.00
#> Est. S.E. t val. p
#> ------- ------ -------- ------
#> -0.00 0.01 -0.31 0.76

The Johnson-Neyman plot can really help you get a handle on what the
interval is telling you, too. Note that you can look at the
Expand Down Expand Up @@ -158,8 +156,8 @@ the Github issues system over trying to reach out to me in other ways.
Pull requests for contributions are encouraged.

Please note that this project is released with a [Contributor Code of
Conduct](CONDUCT.md). By participating in this project you agree to
abide by its terms.
Conduct](https://github.com/jacob-long/interactions/blob/master/CONDUCT.md).
By participating in this project you agree to abide by its terms.

## License

Expand Down
Binary file modified man/figures/interact_plot_continuous-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/interact_plot_continuous_points-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/interact_plot_factor-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/j-n-plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f487e5

Please sign in to comment.