Skip to content

Commit

Permalink
Merge pull request #185 from bschneidr/main
Browse files Browse the repository at this point in the history
Add cheatsheet content
  • Loading branch information
gergness authored Feb 3, 2025
2 parents 9e416df + 5f1f863 commit 5b29fec
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
^codecov\.yml$
^CRAN-SUBMISSION$
^pkgdown$
^cheatsheet$
4 changes: 4 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ my_model <- survey::svyglm(api99 ~ stype, dstrata)
summary(my_model)
```

## Cheat Sheet

<a href="https://github.com/gergness/srvyr/blob/main/cheatsheet/srvyr.pdf"><img src="man/figures/srvyr-cheatsheet-preview.png" width="630" height="252"/></a><br>

## Learning more
Here are some free resources put together by the community about srvyr:

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ summary(my_model)
#> Number of Fisher Scoring iterations: 2
```

## Cheat Sheet

<a href="https://github.com/gergness/srvyr/blob/main/cheatsheet/srvyr.pdf"><img src="man/figures/srvyr-cheatsheet-preview.png" width="630" height="252"/></a><br>

## Learning more

Here are some free resources put together by the community about srvyr:
Expand Down
Binary file added cheatsheet/srvyr.pdf
Binary file not shown.
Binary file added cheatsheet/srvyr.pptx
Binary file not shown.
Binary file added man/figures/srvyr-cheatsheet-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b29fec

Please sign in to comment.