Skip to content

Commit

Permalink
Update helper-model-extraction.R
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson committed Feb 25, 2022
1 parent 7d7c6b8 commit e9ff1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helper-model-extraction.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ model_extraction_helper <- function(.fit_object){

# * Function Factory ----
mod_obj_arima <- function(model_fit_type){
ar_mod <- healthyR.ts:::arima_string(fit_object)
ar_mod <- healthyR.ts::arima_string(fit_object)
return(ar_mod)
}

Expand Down

0 comments on commit e9ff1f2

Please sign in to comment.