Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Lalovic committed Mar 28, 2024
1 parent 59f667d commit e6b9422
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_github("markolalovic/responsesR")
```

## Examples
Below you'll find two simple examples that illustrate how to create synthetic datasets with responsesR.
Below you'll find two simple examples that illustrate how to create synthetic datasets with responsesR. For further information, refer to the articles on the [package website](https://markolalovic.github.io/responsesR/).

```{r}
library(responsesR)
Expand Down Expand Up @@ -357,6 +357,9 @@ knitr::include_graphics("./man/figures/mapping_normal.png")
knitr::include_graphics("./man/figures/mapping_skew.png")
```

## Further Reading


* [Quick Overview](https://markolalovic.github.io/responsesR/articles/responsesR.html)
* [Function Documentation](https://markolalovic.github.io/responsesR/reference/index.html)
* [Introduction to responsesR package](https://markolalovic.github.io/responsesR/articles/introduction_to_responsesR.html)

13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ install_github("markolalovic/responsesR")
## Examples

Below you’ll find two simple examples that illustrate how to create
synthetic datasets with responsesR.
synthetic datasets with responsesR. For further information, refer to
the articles on the [package
website](https://markolalovic.github.io/responsesR/).

``` r
library(responsesR)
Expand Down Expand Up @@ -599,3 +601,12 @@ responses Y.
</p>

</div>

## Further Reading

- [Quick
Overview](https://markolalovic.github.io/responsesR/articles/responsesR.html)
- [Function
Documentation](https://markolalovic.github.io/responsesR/reference/index.html)
- [Introduction to responsesR
package](https://markolalovic.github.io/responsesR/articles/introduction_to_responsesR.html)

0 comments on commit e6b9422

Please sign in to comment.