Skip to content

Commit

Permalink
Update projoint.Rmd
Browse files Browse the repository at this point in the history
Changed the order of input arguments
  • Loading branch information
yhoriuchi committed Aug 18, 2023
1 parent 6d596b3 commit 5311f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/projoint.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Next, we will use `reshape_projoint()` to prepare the data set for the main func
```{r, eval=TRUE}
reshaped_data <- reshape_projoint(
.dataframe = dat,
.idvar = "ResponseId",
.outcomes = c(paste0("choice", 1:8), "choice1_repeated_flipped"),
.outcomes_ids = c("A", "B"),
.alphabet = "K",
.idvar = "ResponseId",
.repeated = TRUE,
.flipped = TRUE)
Expand Down

0 comments on commit 5311f38

Please sign in to comment.