How to create a CDF plot without using the Fit Y by X platform interactively?
hi, Here is an example, using big class data table. In order to get the CDF plot, I have to do a y by x and enable CDF option to get it. My question is how to plot CDF plot without doing y by x plot? I scratched my hair very hard, no vial. Oneway( SendToByGroup( Bygroup Default ), Y( :weight ), SendToByGroup( {:age == 12}, Y( :weight ) ), X( :sex ), SendToByGroup( {:age == 12}, X( :...