Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiAtsusaka committed Jan 21, 2025
1 parent 5657976 commit 181aeb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `rankingQ`: Design-Based Methods for Improving Ranking Questions
# `rankingQ`: Design-Based Methods for Improving Ranking Questions <img src="man/figures/logo.png" align="right" width="150"/>

`rankingQ` implements design-based methods for correcting measurement errors in ranking questions due to random responses. `rankingQ` allows users to estimate various ranking-based quantities of interest both non-parametrically and parametrically. `rankingQ` also offers practical tools for detecting the bias and assessing the anchor-ranking question.\
\
Expand All @@ -17,7 +17,7 @@ remotes::install_github(

## Example

The following is a simplified example of how this package can be used. For a full demonstration, visit [https://sysilviakim.com/rankingQ/](https://sysilviakim.com/rankingQ/).
The following is a simplified example of how this package can be used. For a full demonstration, visit <https://sysilviakim.com/rankingQ/>.

``` r
data("identity")
Expand Down
Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions rankingQ.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 44214500-38cf-4925-b908-2220eb259102

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down

0 comments on commit 181aeb4

Please sign in to comment.