R/reprocess_ss.R

Defines functions reprocess_ss

#' @export
reprocess_ss <- function(x, param){
  output <- x
  output[3] <- attr(x, "lik_sum_stats") * param
  return(output)
}
AnthonyEbert/StartNetwork documentation built on April 24, 2020, 3:28 a.m.