Skip to content

Commit 66cfa21

Browse files
docs: fix url links
1 parent 913dfc1 commit 66cfa21

File tree

11 files changed

+7
-21
lines changed

11 files changed

+7
-21
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
^hex_blorr\.png$
1414
^cran-comments\.md$
1515
^\.github$
16+
^Meta$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
.RData
44
.Ruserdata
55
inst/doc
6+
/doc/
7+
/Meta/

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: blorr
22
Type: Package
33
Title: Tools for Developing Binary Logistic Regression Models
4-
Version: 0.3.0.9000
4+
Version: 0.3.1
55
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0001-9220-9669"))
77
Description: Tools designed to make it easier for beginner and intermediate users to build and validate
@@ -29,7 +29,7 @@ Suggests:
2929
vdiffr,
3030
xplorerr
3131
License: MIT + file LICENSE
32-
URL: URL: https://blorr.rsquaredacademy.com/, https://github.com/rsquaredacademy/blorr
32+
URL: https://blorr.rsquaredacademy.com/, https://github.com/rsquaredacademy/blorr
3333
BugReports: https://github.com/rsquaredacademy/blorr/issues
3434
VignetteBuilder: knitr
3535
Encoding: UTF-8

R/blr-gains-table.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ plot.blr_gains_table <- function(x, title = "Lift Chart", xaxis_title = "% Popul
128128
#' @param print_plot logical; if \code{TRUE}, prints the plot else returns a plot object.
129129
#'
130130
#' @references
131-
#' \doi{doi.org/10.1198/tast.2009.08210}
132-
#'
133131
#' \url{https://pubmed.ncbi.nlm.nih.gov/843576/}
134132
#'
135133
#' @examples

R/blr-lorenz-curve.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#' Müller M, Rönz B (2000): Credit Scoring using Semiparametric Methods. In: Franke J, Härdle W, Stahl G (Eds.):
1717
#' Measuring Risk in Complex Stochastic Systems. New York, Springer-Verlag.
1818
#'
19-
#' \doi{doi.org/10.2753/REE1540-496X470605}
20-
#'
2119
#' @examples
2220
#' model <- glm(honcomp ~ female + read + science, data = hsb2,
2321
#' family = binomial(link = 'logit'))

R/blr-pairs.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
#'
77
#' @return A tibble.
88
#'
9-
#' @references
10-
#' \doi{doi.org/10.1080/10485259808832744}
11-
#'
12-
#' \doi{doi.org/10.1177/1536867X0600600302}
13-
#'
149
#' @examples
1510
#' model <- glm(honcomp ~ female + read + science, data = hsb2,
1611
#' family = binomial(link = 'logit'))

man/blorr.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/blr_gini_index.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/blr_ks_chart.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/blr_pairs.Rd

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/introduction.Rmd

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

185185
#### Single Model
186186

0 commit comments

Comments
 (0)