Skip to content

Commit

Permalink
ver 1.0.1 update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
changwoo-lee committed Jan 13, 2024
1 parent a74129b commit ab0fd34
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/bglm_me.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' One of the most important features of this function is that it allows a sparse matrix input for the prior precision matrix of \eqn{X} for scalable computation.
#' As of version 1.0.0, only the Bayesian logistic regression model is supported among GLMs, and
#' function \code{bglm_me()} runs a Gibbs sampler to carry out posterior inference using Polya-Gamma augmentation (Polson et al., 2013).
#' See the below "Details" section below for the model description and Lee et al. (2024) for an application example in environmental epidemiology.
#' See the "Details" section below for the model description and Lee et al. (2024) for an application example in environmental epidemiology.
#'
#' Let \eqn{Y_i} be a binary response, \eqn{X_i} be a \eqn{q\times 1} covariate vector that is subject to spatial exposure measurement error,
#' and \eqn{Z_i} be a \eqn{p\times 1} covariate vector without measurement error.
Expand Down
2 changes: 1 addition & 1 deletion R/blm_me.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' This function fits a Bayesian linear regression model in the presence of spatial exposure measurement error for covariate(s) \eqn{X}.
#' One of the most important features of this function is that it allows a sparse matrix input for the prior precision matrix of \eqn{X} for scalable computation.
#' Function \code{blm_me()} runs a Gibbs sampler to carry out posterior inference; see the below "Details" section below for the model description, and Lee et al. (2024) for an application example in environmental epidemiology.
#' Function \code{blm_me()} runs a Gibbs sampler to carry out posterior inference; see the "Details" section below for the model description, and Lee et al. (2024) for an application example in environmental epidemiology.
#'
#' Let \eqn{Y_i} be a continuous response, \eqn{X_i} be a \eqn{q\times 1} covariate vector that is subject to spatial exposure measurement error,
#' and \eqn{Z_i} be a \eqn{p\times 1} covariate vector without measurement error.
Expand Down
2 changes: 1 addition & 1 deletion R/bspme-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ NULL
#' \item{site_name}{monitoring station name}
#' \item{lon}{monitoring station longitude}
#' \item{lat}{monitoring station latitude}
#' \item{lnNO2}{natural logarithm of daily average NO2 concentrations, measured in parts per billion by volume (ppbv)}
#' \item{lnNO2}{natural logarithm of daily average NO2 concentrations measured in parts per billion by volume (ppbv)}
#' }
NULL

Expand Down
Binary file modified bspme_1.0.1.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion man/NO2_Jan2012.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/bglm_me.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/blm_me.Rd

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

0 comments on commit ab0fd34

Please sign in to comment.