You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up previously and will make more sense to do when we split catcorr across multiple files. It would be nice to have more modular functionality to make it easy to split out different functional units, particularly for testing purposes.
varcc=catcorr.data(data).options(options).render(selector,options)varchoices=cc.questions[0].choices()// get the histograms when something is selectedvarhistograms=cc.questions[0].select(choices[0]).histograms();
The text was updated successfully, but these errors were encountered:
This came up previously and will make more sense to do when we split catcorr across multiple files. It would be nice to have more modular functionality to make it easy to split out different functional units, particularly for testing purposes.
The text was updated successfully, but these errors were encountered: