diff --git a/.Rbuildignore b/.Rbuildignore index 872ae15..527ee1b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ +^CRAN-RELEASE$ ^.*\.Rproj$ ^\.Rproj\.user$ ^\.travis\.yml$ diff --git a/DESCRIPTION b/DESCRIPTION index 6c2335c..b0c4648 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,7 +11,7 @@ Description: A suite of functions for conducting and interpreting analysis calculation of "simple slopes" and Johnson-Neyman intervals. These capabilities are implemented for generalized linear models in addition to the standard linear regression context. -URL: https://github.com/jacob-long/interactions +URL: https://interactions.jacob-long.com BugReports: https://github.com/jacob-long/interactions/issues License: MIT + file LICENSE Encoding: UTF-8 diff --git a/R/johnson_neyman.R b/R/johnson_neyman.R index e3fd7a1..ab1a2ac 100644 --- a/R/johnson_neyman.R +++ b/R/johnson_neyman.R @@ -84,7 +84,7 @@ #' range given by the function. The output of this function will make it clear #' either way. #' -#' One weakness of this method of probing interactions is that it is analagous +#' One weakness of this method of probing interactions is that it is analogous #' to making multiple comparisons without any adjustment to the alpha level. #' Esarey & Sumner (2017) proposed a method for addressing this, which is #' implemented in the `interactionTest` package. This function implements that diff --git a/README.Rmd b/README.Rmd index a63913e..0ebd258 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,7 +22,7 @@ library(jtools) # interactions -[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version-ago/interactions)](https://cran.r-project.org/package=interactions) [![GitHub tag](https://img.shields.io/github/tag/jacob-long/interactions.svg?label=Github)](https://github.com/jacob-long/interactions) [![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/interactions)](https://cran.r-project.org/package=interactions) +[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version-ago/interactions)](https://cran.r-project.org/package=interactions) [![GitHub tag](https://img.shields.io/github/tag/jacob-long/interactions.svg?label=Github)](https://github.com/jacob-long/interactions) [![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/interactions)](https://cran.r-project.org/package=interactions) [![Build Status](https://travis-ci.org/jacob-long/interactions.svg?branch=master)](https://travis-ci.org/jacob-long/interactions) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jacob-long/interactions?branch=master&svg=true)](https://ci.appveyor.com/project/jacob-long/interactions) [![codecov](https://codecov.io/gh/jacob-long/interactions/branch/master/graph/badge.svg)](https://codecov.io/gh/jacob-long/interactions) @@ -61,7 +61,7 @@ source("https://install-github.me/jacob-long/interactions") Unless you have a really keen eye and good familiarity with both the underlying mathematics and the scale of your variables, it can be very -difficult to look at the ouput of regression model that includes an +difficult to look at the output of regression model that includes an interaction and actually understand what the model is telling you. This package contains several means of aiding understanding and doing diff --git a/README.md b/README.md index d325df1..3e5f113 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # interactions -[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version-ago/interactions)](https://cran.r-project.org/package=interactions) +[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version-ago/interactions)](https://cran.r-project.org/package=interactions) [![GitHub tag](https://img.shields.io/github/tag/jacob-long/interactions.svg?label=Github)](https://github.com/jacob-long/interactions) [![Total @@ -42,14 +42,14 @@ yet be available as you read this. If that is the case, please install from Github. ``` r -devtools::install_github("jacob-long/interactions") +source("https://install-github.me/jacob-long/interactions") ``` ## Usage Unless you have a really keen eye and good familiarity with both the underlying mathematics and the scale of your variables, it can be very -difficult to look at the ouput of regression model that includes an +difficult to look at the output of regression model that includes an interaction and actually understand what the model is telling you. This package contains several means of aiding understanding and doing diff --git a/man/figures/interact_plot_continuous-1.png b/man/figures/interact_plot_continuous-1.png index dbcc6d5..c3be9bb 100644 Binary files a/man/figures/interact_plot_continuous-1.png and b/man/figures/interact_plot_continuous-1.png differ diff --git a/man/figures/interact_plot_continuous_points-1.png b/man/figures/interact_plot_continuous_points-1.png index fd1be2e..82b4c91 100644 Binary files a/man/figures/interact_plot_continuous_points-1.png and b/man/figures/interact_plot_continuous_points-1.png differ diff --git a/man/figures/interact_plot_factor-1.png b/man/figures/interact_plot_factor-1.png index 944d0ac..aeadebe 100644 Binary files a/man/figures/interact_plot_factor-1.png and b/man/figures/interact_plot_factor-1.png differ diff --git a/man/figures/j-n-plot-1.png b/man/figures/j-n-plot-1.png index 13e99cb..c6b4e6b 100644 Binary files a/man/figures/j-n-plot-1.png and b/man/figures/j-n-plot-1.png differ diff --git a/man/johnson_neyman.Rd b/man/johnson_neyman.Rd index 3b41bb8..02738df 100644 --- a/man/johnson_neyman.Rd +++ b/man/johnson_neyman.Rd @@ -103,7 +103,7 @@ Usually, the predictor's slope is only significant \emph{outside} of the range given by the function. The output of this function will make it clear either way. -One weakness of this method of probing interactions is that it is analagous +One weakness of this method of probing interactions is that it is analogous to making multiple comparisons without any adjustment to the alpha level. Esarey & Sumner (2017) proposed a method for addressing this, which is implemented in the \code{interactionTest} package. This function implements that