Skip to content

Commit

Permalink
update figures
Browse files Browse the repository at this point in the history
  • Loading branch information
Naeemkh committed Apr 13, 2024
1 parent 0e15b6f commit 46883ac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.Rproj.user/*
.Rhistory
.RData
*.RData
.Ruserdata
inst/doc
tests/testthat/_snaps/*
Expand All @@ -17,4 +18,4 @@ src-i386
functional_tests/supplements/*
*zip_data.RData
*log*
*.rds
*a.rds
6 changes: 3 additions & 3 deletions R/estimate_gps.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ estimate_gps <- function(.data,
gps_mx <- compute_min_max(gps)

# create new data.frame for output
dataset <- setNames(data.frame(.data$id,
response_data,
gps),
dataset <- stats::setNames(data.frame(.data$id,
response_data,
gps),
c("id", response_var, "gps"))
dataset$e_gps_pred <- e_gps_pred
if (length(e_gps_std_pred) == 1){
Expand Down
Binary file removed functional_tests/erf_obj.pdf
Binary file not shown.
Binary file removed functional_tests/matching_1.pdf
Binary file not shown.
Binary file removed functional_tests/matching_2.pdf
Binary file not shown.
Binary file removed functional_tests/matching_3.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion man/estimate_gps.Rd

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

0 comments on commit 46883ac

Please sign in to comment.