Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Naeemkh committed Jul 11, 2021
1 parent 9d70b1d commit d230b0f
Show file tree
Hide file tree
Showing 80 changed files with 389 additions and 289 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: CausalGPS
Type: Package
Title: Matching on generalized propensity scores with continuous exposures
Version: 0.2.3
Version: 0.2.4
Authors@R: c(
person("Naeem", "Khoshnevis", email = "[email protected]",
role=c("aut","cre"),
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@

## CausalGPS (devloping version)

### Added

### Changed

### Fixed

### Removed

## CausalGPS 0.2.4 (2021-07-11)

### Added

* OpenMP for Rcpp code
* optimized_compile
* log_system_info()
Expand Down
2 changes: 1 addition & 1 deletion R/absolute_corr_fun.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title
#' Check covariate balance
#' Check Covariate Balance Using Absolute Approach
#'
#' @description
#' Checks covariate balance based on absolute correlations for given data sets.
Expand Down
2 changes: 1 addition & 1 deletion R/absolute_weighted_corr_fun.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title
#' Check covariate balance (weighted correlation)
#' Check Weighted Covariate Balance Using Absolute Approach
#'
#' @description
#' Checks covariate balance based on absolute weighted correlations for
Expand Down
2 changes: 1 addition & 1 deletion R/check_covar_balance.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title
#' Check covariate balance
#' Check Covariate Balance
#'
#' @description
#' Checks the covariate balance of original population or pseudo population.
Expand Down
2 changes: 1 addition & 1 deletion R/estimate_gps.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title
#' Estimate GPS values
#' Estimate GPS Values
#'
#' @description
#' Estimates GPS value for each observation using parametric or non-parametric
Expand Down
2 changes: 1 addition & 1 deletion R/estimate_semipmetric_erf.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title
#' Estimate semi exposure-response function (semi-ERF).
#' Estimate Semi-exposure-response Function (semi-ERF).
#'
#' @description
#' Estimates the smoothed exposure-response function using a generalized
Expand Down
2 changes: 1 addition & 1 deletion R/generate_pseudo_pop.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title
#' Generate pseudo population data set
#' Generate Pseudo Population
#'
#' @description
#' Generates pseudo population data set based on user-defined causal inference
Expand Down
2 changes: 1 addition & 1 deletion R/generate_synthetic_data.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title
#' Generate synthetic data for CausalGPS package
#' Generate Synthetic Data for CausalGPS Package
#'
#' @description
#' Generates synthetic data set based on different GPS models and covariates.
Expand Down
2 changes: 1 addition & 1 deletion R/set_logger.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @title
#' Set logger settings
#' Set Logger Settings
#'
#' @description
#' Updates logger settings, including log level and location of the file.
Expand Down
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ reference:
- generate_pseudo_pop
- compile_pseudo_pop
- check_covar_balance
- absolute_corr_fun
- absolute_weighted_corr_fun
- title: Outcome models
contents:
- estimate_npmetric_erf
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

53 changes: 33 additions & 20 deletions docs/articles/CausalGPS.html

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

2 changes: 1 addition & 1 deletion docs/articles/contribution.html

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

2 changes: 1 addition & 1 deletion docs/articles/estimating_gps.html

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

2 changes: 1 addition & 1 deletion docs/articles/faq.html

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

2 changes: 1 addition & 1 deletion docs/articles/generate_synthetic_data.html

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

2 changes: 1 addition & 1 deletion docs/articles/generating_pseudo_population.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

2 changes: 1 addition & 1 deletion docs/articles/notes_on_sl_wrapper.html

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

8 changes: 4 additions & 4 deletions docs/articles/outcome_models.html

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

Loading

0 comments on commit d230b0f

Please sign in to comment.