-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
98 changed files
with
4,688 additions
and
1,152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ cache_test_data | |
^\.travis\.yml$ | ||
^codecov\.yml$ | ||
^\.github$ | ||
^\.lintr$ | ||
^data-raw$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
pull_request: | ||
branches: | ||
- master | ||
- main | ||
|
||
name: test-coverage | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
linters: with_defaults( | ||
line_length_linter(100), | ||
object_name_linter = NULL, | ||
object_length_linter(50) | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,27 @@ | ||
Package: supernova | ||
Type: Package | ||
Title: Judd, McClelland, & Ryan Formatting for ANOVA Output | ||
Version: 2.3.0 | ||
Date: 2021-01-12 | ||
Version: 2.4.0 | ||
Date: 2021-05-03 | ||
Authors@R: c( | ||
person("Adam", "Blake", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-7881-8652")), | ||
person("Jeff", "Chrabaszcz", role = "aut"), | ||
person("Ji", "Son", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-4258-4791")), | ||
person("Jim", "Stigler", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-6107-7827")) | ||
) | ||
person( | ||
"Adam", "Blake", | ||
email = "[email protected]", | ||
role = "aut", | ||
comment = c(ORCID = "0000-0001-7881-8652")), | ||
person( | ||
"Jeff", "Chrabaszcz", | ||
role = "aut"), | ||
person( | ||
"Ji", "Son", | ||
email = "[email protected]", | ||
role = "aut", | ||
comment = c(ORCID = "0000-0002-4258-4791")), | ||
person( | ||
"Jim", "Stigler", | ||
email = "[email protected]", | ||
role = c("cre", "aut"), | ||
comment = c(ORCID = "0000-0001-6107-7827"))) | ||
Encoding: UTF-8 | ||
LazyData: yes | ||
Description: Produces ANOVA tables in the format used by Judd, McClelland, and Ryan | ||
|
@@ -18,18 +31,26 @@ Description: Produces ANOVA tables in the format used by Judd, McClelland, and R | |
License: GPL-3 | ||
Depends: R (>= 3.5.0) | ||
Suggests: | ||
testthat (>= 2.1.0), | ||
covr, | ||
tibble, | ||
tidyr, | ||
car, | ||
lme4 | ||
covr, | ||
lintr, | ||
lme4, | ||
testthat (>= 2.1.0), | ||
vdiffr, | ||
tidyr | ||
Imports: | ||
rlang, | ||
ggplot2, | ||
tibble, | ||
cli, | ||
magrittr, | ||
vctrs, | ||
purrr, | ||
rlang, | ||
stringr, | ||
purrr | ||
vctrs, | ||
pillar, | ||
methods | ||
RoxygenNote: 7.1.1 | ||
URL: https://github.com/UCLATALL/supernova | ||
BugReports: https://github.com/UCLATALL/supernova/issues | ||
Roxygen: list(markdown = TRUE) | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
#' Data from introductory statistics students at a university. | ||
#' | ||
#' Students at a university taking an introductory statistics course were asked to complete this | ||
#' survey as part of their homework. | ||
#' | ||
#' @format A data frame with 157 observations on the following 16 variables: | ||
#' \describe{ | ||
#' \item{Sex}{Sex of participant.} | ||
#' \item{RaceEthnic}{Racial or ethnic background.} | ||
#' \item{FamilyMembers}{Members of immediate family (excluding self).} | ||
#' \item{SSLast}{Last digit of social security number (NA if no SSN).} | ||
#' \item{Year}{Year in school: 1=First, 2=Second, 3=Third, 4=Fourth, 5=Other} | ||
#' \item{Job}{Current employment status: 0=not working, 1=part-time job, 2=full-time job} | ||
#' \item{MathAnxious}{Agreement with this statement "In general I tend to feel very anxious about mathematics": 2=Strongly Agree, 1=Agree, 0=Neither Agree nor Disagree, -1=Disagree, -2=Strongly Disagree} | ||
#' \item{Interest}{Interest in statistics and the course: 2=very interested in course and statistics, 1=somewhat interested, 0=no interest, -1=dread the course.} | ||
#' \item{GradePredict}{Prediction for final grade in the course from the university's grade points per unit: 4.0=A, 3.7=A-, 3.3=B+, 3.0=B, 2.7=B-, 2.3=C+, 2.0=C, 1.7=C-, 1.3=Below C- } | ||
#' \item{Thumb}{Length in mm from tip of thumb to the crease between the thumb and palm.} | ||
#' \item{Index}{Length in mm from tip of index finger to the crease between the index finger and palm.} | ||
#' \item{Middle}{Length in mm from tip of middle finger to the crease between the middle finger and palm.} | ||
#' \item{Ring}{Length in mm from tip of ring finger to the crease between the middle finger and palm.} | ||
#' \item{Pinkie}{Length in mm from tip of pinkie finger to the crease between the pinkie finger and palm } | ||
#' \item{Height}{Height in inches.} | ||
#' \item{Weight}{Weight in pounds.} | ||
#' } | ||
"Fingers" | ||
|
||
|
||
#' Tables data | ||
#' | ||
#' Data about tips collected from an experiment with 44 tables at a restaurant. | ||
#' | ||
#' @format A data frame with 44 observations on the following 2 variables. | ||
#' \describe{ | ||
#' \item{TableID}{A number assigned to each table.} | ||
#' \item{Tip}{How much the tip was.} | ||
#' } | ||
"Tables" | ||
|
||
|
||
#' Servers data | ||
#' | ||
#' Data about tips collected from an experiment with 44 servers at a restaurant. | ||
#' | ||
#' Note: these data will be removed in future versions in favor of \code{\link{Tables}}. | ||
#' | ||
#' @format A data frame with 44 observations on the following 2 variables. | ||
#' \describe{ | ||
#' \item{ServerID}{A number assigned to each server.} | ||
#' \item{Tip}{How much the tip was.} | ||
#' } | ||
"Servers" | ||
|
||
|
||
#' Data from an experiment about smiley faces and tips | ||
#' | ||
#' Tables were randomly assigned to receive checks that either included or did not include a drawing | ||
#' of a smiley face. Data was collected from 44 tables in an effort to examine whether the added | ||
#' smiley face would cause more generous tipping. | ||
#' | ||
#' @format A data frame with 44 observations on the following 3 variables. | ||
#' \describe{ | ||
#' \item{TableID}{A number assigned to each table.} | ||
#' \item{Tip}{How much the tip was.} | ||
#' \item{Condition}{Which experimental condition the table was randomly assigned to.} | ||
#' } | ||
"TipExperiment" | ||
|
||
|
||
#' Students at a university were asked to enter a random number between 1-20 into a survey. | ||
#' | ||
#' Students at a university taking an introductory statistics course were asked to complete this | ||
#' survey as part of their homework. | ||
#' | ||
#' @format A data frame with 211 observations on the following 1 variable: | ||
#' \describe{ | ||
#' \item{Any1_20}{The random number between 1 and 20 that a student thought of.} | ||
#' } | ||
"Survey" | ||
|
||
|
||
#' Teacher effectiveness data | ||
#' | ||
#' These are hypothetical data for a small study comparing the effectiveness of three different | ||
#' teachers. Each teacher was randomly assigned a group of 35 high school students and asked to | ||
#' teach a 5-day unit on a new science topic for which none of the students had any prior knowledge. | ||
#' All three teachers used the same curriculum materials and lesson plans, and student learning was | ||
#' assessed using a common 30-item test at the end of the unit. The research question was: Were some | ||
#' teachers more effective than others? Did teachers differ in the amount of learning they were able | ||
#' to produce in their students? | ||
#' | ||
#' @format A data frame with 105 observations on the following 2 variables: | ||
#' \describe{ | ||
#' \item{teacher}{coded as A, B, or C} | ||
#' \item{outcome}{each student's score on the outcome test} | ||
#' } | ||
"class_data" |
Oops, something went wrong.