Skip to content

Commit

Permalink
Update helpers.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshay218 committed May 17, 2024
1 parent 05c9b6a commit d3d24c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ transform_parameters <- function(pars, scale_table, theta_indices,scale_par_indi
theta
}


#' @export
add_scale_pars <- function(par_tab, antibody_data, timevarying_demographics=NULL, scale_par_lower=-25,scale_par_upper=25){
if(!is.null(timevarying_demographics)){
timevarying_demographics <- timevarying_demographics %>% arrange(individual, time)
Expand Down

0 comments on commit d3d24c9

Please sign in to comment.