Lopez, Dan
2013-Mar-04 20:28 UTC
[R] What package can I use to help me categorize comment responses?
Hi, We have comment questions from a survey that we need to categorize. What package and functions can I use in R to help do this? Daniel Lopez Lawrence Livermore Labs SHRM [[alternative HTML version deleted]]
MacQueen, Don
2013-Mar-04 20:53 UTC
[R] What package can I use to help me categorize comment responses?
Daniel, Looking at CRAN, the following might be useful: memisc Tools for Management of Survey Data, Graphics, Programming, Statistics, and Simulation questionr Functions to make surveys processing easier survey analysis of complex survey samples surveydata Tools to manipulate survey data and possibly questionr Functions to make surveys processing easier samplingbook Survey Sampling Procedures I recently saw an r-help message that mentioned the psych package in regard to surveys. If you're looking specifically at free-form comments, where the respondent can say anything they want, there is I think at least one package designed for analysis of text and/or searching text for key words and the like. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 3/4/13 12:28 PM, "Lopez, Dan" <lopez235 at llnl.gov> wrote: Hi, We have comment questions from a survey that we need to categorize. What package and functions can I use in R to help do this? Daniel Lopez Lawrence Livermore Labs SHRM [[alternative HTML version deleted]] ______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Rolf Turner
2013-Mar-04 21:58 UTC
[R] What package can I use to help me categorize comment responses?
On 03/05/2013 09:28 AM, Lopez, Dan wrote:> Hi, > > We have comment questions from a survey that we need to categorize. What package and functions can I use in R to help do this?There was a fairly recent posting about a package called "qdap" that might be relevant. See: http://cran.r-project.org/web/packages/qdap/index.html cheers, Rolf Turner
Milan Bouchet-Valat
2013-Mar-05 10:20 UTC
[R] What package can I use to help me categorize comment responses?
Le lundi 04 mars 2013 ? 20:28 +0000, Lopez, Dan a ?crit :> Hi, > > We have comment questions from a survey that we need to categorize. > What package and functions can I use in R to help do this?If you are asking for some kind of clustering based on vocabulary, then have a look at the tm package and the articles that present it. If you want an integrated solution with a graphical user interface, then my package RcmdrPlugin.temis performs hierarchical clustering using Ward's method and a Chi-squared distance. My two cents