Skip to content

Commit

Permalink
🪲fix error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
pierucci committed Nov 23, 2016
1 parent 18a0538 commit 779cb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/examples/example_update.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ summary(ndt)

new_tab2 <- data.frame(
age_init = 40:45,
.weights = runif(41)
.weights = runif(6)
)
ndt2 <- update(res, newdata = new_tab2)

Expand Down
2 changes: 1 addition & 1 deletion man/update-model.Rd

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

0 comments on commit 779cb0e

Please sign in to comment.