Skip to content

Commit

Permalink
docs: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Nov 10, 2024
1 parent ec6bbc5 commit 913dfc1
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 26 deletions.
4 changes: 2 additions & 2 deletions R/blr-data-hsb.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#' \item{honcomp}{1 if write > 60, else 0}
#' }
#'
#' @source \url{http://www.ats.ucla.edu/stat/spss/whatstat/whatstat.htm}
#' @source \url{https://www.openintro.org/data/index.php?data=hsb}
#'
"hsb2"
"hsb2"
4 changes: 2 additions & 2 deletions R/blr-gains-table.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ plot.blr_gains_table <- function(x, title = "Lift Chart", xaxis_title = "% Popul
#' @param print_plot logical; if \code{TRUE}, prints the plot else returns a plot object.
#'
#' @references
#' \url{https://doi.org/10.1198/tast.2009.08210}
#' \doi{doi.org/10.1198/tast.2009.08210}
#'
#' \url{https://www.ncbi.nlm.nih.gov/pubmed/843576}
#' \url{https://pubmed.ncbi.nlm.nih.gov/843576/}
#'
#' @examples
#' model <- glm(honcomp ~ female + read + science, data = hsb2,
Expand Down
2 changes: 1 addition & 1 deletion R/blr-lorenz-curve.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' Müller M, Rönz B (2000): Credit Scoring using Semiparametric Methods. In: Franke J, Härdle W, Stahl G (Eds.):
#' Measuring Risk in Complex Stochastic Systems. New York, Springer-Verlag.
#'
#' \url{https://doi.org/10.2753/REE1540-496X470605}
#' \doi{doi.org/10.2753/REE1540-496X470605}
#'
#' @examples
#' model <- glm(honcomp ~ female + read + science, data = hsb2,
Expand Down
4 changes: 2 additions & 2 deletions R/blr-pairs.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#' @return A tibble.
#'
#' @references
#' \url{https://doi.org/10.1080/10485259808832744}
#' \doi{doi.org/10.1080/10485259808832744}
#'
#' \url{https://doi.org/10.1177/1536867X0600600302}
#' \doi{doi.org/10.1177/1536867X0600600302}
#'
#' @examples
#' model <- glm(honcomp ~ female + read + science, data = hsb2,
Expand Down
5 changes: 1 addition & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ options(tibble.width = Inf)
<!-- badges: start -->
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/blorr)](https://cran.r-project.org/package=blorr)
[![R-CMD-check](https://github.com/rsquaredacademy/blorr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rsquaredacademy/blorr/actions/workflows/R-CMD-check.yaml)
[![Coverage status](https://codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg)](https://codecov.io/github/rsquaredacademy/blorr?branch=master)
[![Coverage status](https://app.codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg)](https://app.codecov.io/github/rsquaredacademy/blorr?branch=master)

<!-- badges: end -->

Expand Down Expand Up @@ -144,6 +144,3 @@ If you encounter a bug, please file a minimal reproducible example using
[reprex](https://reprex.tidyverse.org/index.html) on github. For questions and
clarifications, use [StackOverflow](https://stackoverflow.com/).

## Code of Conduct

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.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/blorr)](https://cran.r-project.org/package=blorr)
[![R-CMD-check](https://github.com/rsquaredacademy/blorr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rsquaredacademy/blorr/actions/workflows/R-CMD-check.yaml)
[![Coverage
status](https://codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg)](https://codecov.io/github/rsquaredacademy/blorr?branch=master)
status](https://app.codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg)](https://app.codecov.io/github/rsquaredacademy/blorr?branch=master)

<!-- badges: end -->

Expand Down Expand Up @@ -271,9 +271,3 @@ If you encounter a bug, please file a minimal reproducible example using
[reprex](https://reprex.tidyverse.org/index.html) on github. For
questions and clarifications, use
[StackOverflow](https://stackoverflow.com/).

## Code of Conduct

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.
1 change: 0 additions & 1 deletion man/blorr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/blr_gini_index.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/blr_ks_chart.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/blr_pairs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/hsb2.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ blr_regress(y ~ age + duration + previous + housing + default +
Model fit statistics are available to assess how well the model fits the data
and to compare two different models.The output includes likelihood ratio test,
AIC, BIC and a host of pseudo r-squared measures. You can read more about
pseudo r-squared at https://stats.idre.ucla.edu/other/mult-pkg/faq/general/faq-what-are-pseudo-r-squareds/.
pseudo r-squared [here](https://stats.oarc.ucla.edu/other/mult-pkg/faq/general/faq-what-are-pseudo-r-squareds).

#### Single Model

Expand Down

0 comments on commit 913dfc1

Please sign in to comment.