-
Notifications
You must be signed in to change notification settings - Fork 0
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
TysonStanley
committed
Aug 4, 2018
1 parent
7ce9b0f
commit dd47596
Showing
8 changed files
with
42 additions
and
20 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 |
---|---|---|
|
@@ -34,3 +34,4 @@ vignettes/*.pdf | |
|
||
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html | ||
rsconnect/ | ||
.Rproj.user |
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,7 +1,7 @@ | ||
Package: rlm | ||
Type: Package | ||
Title: Regressional Analysis and Linear Models | ||
Version: 0.1.0 | ||
Version: 0.1.1 | ||
Author: Tyson S. Barrett | ||
Maintainer: The package maintainer <[email protected]> | ||
Description: Useful functions and the data required for USU's EDUC 7610 course. | ||
|
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,11 +1,9 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export("%>%") | ||
export("%||%") | ||
export(cond_effect) | ||
export(jn) | ||
importFrom(magrittr,"%>%") | ||
importFrom(probemod,jn) | ||
importFrom(purrr,"%||%") | ||
importFrom(stats,lm) | ||
importFrom(stats,setNames) |
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,15 @@ | ||
#' Poverty Data Set | ||
#' | ||
#' A small data set with n = 51 states (and the District of Columbia) regarding poverty rates, | ||
#' teen birth rates, and violent crime rate. | ||
#' | ||
#' @format A data frame with 125 rows and 26 variables: | ||
#' \describe{ | ||
#' \item{State}{State name} | ||
#' \item{poverty_pct}{the poverty rate for the state} | ||
#' \item{birthrate_15-17}{Birth rate for females aged 15 - 17 years old in the state} | ||
#' \item{birthrate_18-19}{Birth rate for females aged 18 - 19 years old in the state} | ||
#' \item{ViolentCrime}{The violent crime rate for the state} | ||
#' \item{TeenBirth}{The overall teen birth rate for the state} | ||
#' } | ||
"poverty" |
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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.