Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixes #11
  • Loading branch information
DanChaltiel committed Sep 6, 2024
1 parent 3988b95 commit 6aedd95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ jp = joinpoint(nih_sample_data, x=year, y=rate, by=sex, se=se,
run_opts=run_opt, export_opts=export_opt)
names(jp)
#> [1] "aapc" "apc" "data_export" "selected_model"
#> [5] "perm_test" "report" "run_summary"
#> [5] "perm_test" "report"
```

If you'd like to have more information about your joinpoint run, you can use `summary(jp)`.

Note that you can leave the options as default, and that the standard error can be left unfilled:

``` r
Expand Down

0 comments on commit 6aedd95

Please sign in to comment.