Skip to content

Commit

Permalink
Updated vignettes (fixed links, added reference)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikosmidis committed Oct 10, 2019
1 parent 076e621 commit b33b360
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2019-10-10.
Once it is accepted, delete this file and tag the release (commit 4582510f56).
This package was submitted to CRAN on 2019-10-11.
Once it is accepted, delete this file and tag the release (commit 076e6210ff).
2 changes: 1 addition & 1 deletion vignettes/adjacent.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Adjacent category logit models using **brglm2**"
author: "[Ioannis Kosmidis](http://www.ucl.ac.uk/~ucakiko/)"
author: "[Ioannis Kosmidis](http://www.ikosmidis.com)"
date: "05 February 2019"
output: rmarkdown::html_vignette
bibliography: brglm2.bib
Expand Down
2 changes: 1 addition & 1 deletion vignettes/brglm2.bib
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Article{kosimdis:2019,
@Article{kosmidis:2019,
title = {Mean and median bias reduction in generalized linear
models},
author = {Ioannis Kosmidis and Euloge Clovis {Kenne Pagui} and
Expand Down
7 changes: 5 additions & 2 deletions vignettes/iteration.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Bias reduction in generalized linear models"
author: "[Ioannis Kosmidis](http://www.ucl.ac.uk/~ucakiko/), [Euloge Clovis Kenne Pagui](http://homes.stat.unipd.it/eulogecloviskennepagui/en/content/home) and [Nicola Sartori](https://homes.stat.unipd.it/nicolasartori/)"
author: "[Ioannis Kosmidis](http://www.ikosmidis.com), [Euloge Clovis Kenne Pagui](http://homes.stat.unipd.it/eulogecloviskennepagui/en/content/home) and [Nicola Sartori](https://homes.stat.unipd.it/nicolasartori/)"
date: "29 April 2017"
output: rmarkdown::html_vignette
bibliography: brglm2.bib
Expand Down Expand Up @@ -49,7 +49,7 @@ package. @kosmidis:10 describe a parallel
quasi [Newton-Raphson](https://en.wikipedia.org/wiki/Newton%27s_method)
procedure.

Most of the material in this vignette comes from a presentation by [Ioannis Kosmidis](https://www.ucl.ac.uk/~ucakiko/) at the [useR! 2016 international R User conference](http://user2016.org) at University of Stanford on 16 June 2016. The presentation was titled "Reduced-bias inference in generalized linear models" and can be watched online at this [link](https://channel9.msdn.com/Events/useR-international-R-User-conference/useR2016/brglm-Reduced-bias-inference-in-generalized-linear-models).
Most of the material in this vignette comes from a presentation by [Ioannis Kosmidis](http://www.ikosmidis.com) at the useR! 2016 international conference at University of Stanford on 16 June 2016. The presentation was titled "Reduced-bias inference in generalized linear models" and can be watched online at this [link](https://channel9.msdn.com/Events/useR-international-R-User-conference/useR2016/brglm-Reduced-bias-inference-in-generalized-linear-models).

# Generalized linear models

Expand Down Expand Up @@ -267,6 +267,9 @@ where $[A]_j$ denotes the $j$th row of matrix $A$ as a column vector, $v'_i = V'

The first version of the vignette has been written by Ioannis Kosmidis. Eugene Clovis Kenne Pagui and Nicola Sartori contributed the first version of the section "Median bias-reducing adjusted score functions", and Ioannis Kosmidis brought the expressions for the median bias-reducing adjustments in the reduced form that is shown above and is implemented in `brglmFit`.

@kosmidis:2019 provides more details about mean and median bias reduction in generalized linear models.


# Citation
If you found this vignette or **brglm2**, in general, useful, please consider citing **brglm2** and the associated paper. You can find information on how to do this by typing `citation("brglm2")`.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/multinomial.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Multinomial logistic regression using **brglm2**"
author: "[Ioannis Kosmidis](http://www.ucl.ac.uk/~ucakiko/)"
author: "[Ioannis Kosmidis](http://www.ikosmidis.com)"
date: "01 July 2017"
output: rmarkdown::html_vignette
bibliography: brglm2.bib
Expand Down
2 changes: 1 addition & 1 deletion vignettes/separation.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Detecting separation and infinite estimates in binomial response GLMs"
author: "[Ioannis Kosmidis](http://www.ucl.ac.uk/~ucakiko/)"
author: "[Ioannis Kosmidis](http://www.ikosmidis.com)"
date: "16 May 2017"
output: rmarkdown::html_vignette
bibliography: brglm2.bib
Expand Down

0 comments on commit b33b360

Please sign in to comment.