When data that are frequencies (counts) are listed in several columns of your data table, you must transform the data into the form that you need for logistic regression. For example, the Ingots2.jmp data table (see Ingots2.jmp Sample Data Table) has columns Nready and Nnotready. These columns give the number of ingots that are ready to roll and ingots that are not ready to roll for each combination of Heat and Soak values.
Ingots2.jmp Sample Data Table
1.
Select Help > Sample Data Library and open Ingots2.jmp.
2.
Select Tables > Stack.
3.
Select Nready and NNotReady from the Select Columns list and click Stack Columns.
4.
This creates the new table in Stacked Data Table. Label is the response (Y) column and Data is the frequency column.
Stacked Data Table

Help created on 9/19/2017