cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
emma_121
Level I

Calculating & Positive Response

I have some Consumer Research data, in which the answer set was an agreement scale (Agree Strongly, Agree, Agree Slightly, Disagree Slightly, Disagree and Disagree Strongly). How do I combine the % totals for all the positive respondents (i.e. those that selected any of the Agree answer sets) in JMP?

I have attached an Excel example for reference.

If possible, an interactive explanation would be great.

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
ledi_trutna
Level IV

Re: Calculating & Positive Response

There is a column property called Supercategories where you can define the levels of the response that you want to group together into the positive response.  This property is used in the categorical platform when analyzing your survey data. 

If you have multiple columns you would like to apply the supercategories property to, define it for one, and use Standardize Attributes to copy the property to the other response columns. 

View solution in original post

2 REPLIES 2
Thierry_S
Super User

Re: Calculating & Positive Response

Hi,
It looks like you may be able to get what you need by simply creating a new Column with the formula: (Sum (N Agree Strongly, N Agree, N Agree Slightly)/ Total N). You can then format the output as Percent (Column Info > Format > Percent).
Is that you were looking for?
Best,
TS
Thierry R. Sornasse
ledi_trutna
Level IV

Re: Calculating & Positive Response

There is a column property called Supercategories where you can define the levels of the response that you want to group together into the positive response.  This property is used in the categorical platform when analyzing your survey data. 

If you have multiple columns you would like to apply the supercategories property to, define it for one, and use Standardize Attributes to copy the property to the other response columns. 

Recommended Articles