Skip to content

Commit

Permalink
<- to =
Browse files Browse the repository at this point in the history
  • Loading branch information
gpitt71 committed Apr 26, 2024
1 parent 7d7971c commit 41b8275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ac.model=predict(ac.model.fit,
sum(ac.model$reserve)
#205305.7
ap.model<- predict(ap.model.fit,
ap.model= predict(ap.model.fit,
ckj.fc.model = 'a',
ckj.order = c(0,1,0))
Expand All @@ -101,7 +101,7 @@ sum(ap.model$reserve)
#215602.8
apc.model<-predict(apc.model.fit,
apc.model= predict(apc.model.fit,
gk.fc.model = 'a',
ckj.fc.model = 'a',
gk.order = c(1,1,0),
Expand Down

0 comments on commit 41b8275

Please sign in to comment.