-
Hello! Thanks for creating this awesome package! I am currently trying to reshape my data for subgroup analysis for a survey with 5 repeated choice tasks, 2 profiles, and 7 attributes/features, built using the Strezhnev tool. I particularly appreciate the package's capacity for subgroup analysis. Unfortunately, I cannot seem to pass the I suppose this brings me to two questions,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi. I'm sorry for not getting back to you sooner. It's the end of the quarter at my institution, and I have been quite swamped in preparing for the final exam (tomorrow morning) and responding to student questions. Thank you so much for using this package. The comments and questions like yours are welcome to improve the quality of this package!
|
Beta Was this translation helpful? Give feedback.
-
Hello! |
Beta Was this translation helpful? Give feedback.
Hi. I'm sorry for not getting back to you sooner. It's the end of the quarter at my institution, and I have been quite swamped in preparing for the final exam (tomorrow morning) and responding to student questions. Thank you so much for using this package. The comments and questions like yours are welcome to improve the quality of this package!
@estimates
. For example:out <- projoint(cj_data)
and thenout_df <- out@estimates
. You can also save the attributes and levels in a data frame. For example,cj_data <- reshape_projoint(data)
and thenattlevels <- cj_data@labels
.