0.2-0 o R 2.10 / JGR 1-7 compatible o Some minor bug fixes o Changed data.frame sorting function 0.1 o GLM models, with 1. model preview 2. Intuitive model builder 3. diagnostic plots 4. Component residual and added variable plots 5. Anova (type II and III implementing LR, Wald and F tests) 6. Parameter summary tables and parameter correlations 7. Influence and colinearity diagnostics 8. Post-hoc tests and confidence intervals with (or without) adjustments for multiple testing. 9. Custom linear hypothesis tests 10.Effect mean summaries (with confidence intervals), and plots 11.Exports: Residuals, Standardized residuals, Studentized residuals, Predicted Values (linear and link) Cooks distance, DFBETA, DFFITS, hat values, and Cov Ratio 12.Observation weights and subseting o Logistic regression models with all GLM features + ROC plots o Linear regression models with all GLM features + Heteroskedastic robust tests. o Now works with non-JGR consoles o Integrated menu system into the Windows Rgui o Online manual accessible from dialogs 0.0-1 o added new data viewer with excel like editing. a variable view is included assist in the editing of variable properties. o added in variable recoding dialog to Data menu and variable view o added factor editor to Data menu o added data.frame sorting dialog and R function to Data menu o added data.frame merging dialog to Data menu o added frequency dialog to Analysis menu, which returns variable level frequencies o added descriptives dialog to Analysis menu, which creates common descriptive statistic tables including mean, minimum, maximum, standard deviation, skew and kurtosis. Custom statistics can also be included easily within the gui or in the console. Descriptives can also be stratified by any number of variables. o Added Contingency tables dialog, along with support R functions. Prints out contingency tables in a pretty format, along with cell statistics such as expected counts, residuals, standardized residuals, adjusted standardized residuals, row %, column % and cell total %. Stratification by a separate variable is supported.Various statistical tests and effect sizes are implemented, including the chi-squared, likelihood ratio, Fisher's exact, Kruskal-Wallis, and Mantel-Haenszel tests along with the Cramer's V, Kendall's Tau, and Spearman's Rho measures of effect size. Monte Carlo simulated tests are available for the Chi-squared and Fisher's exact tests. Mid p-values are implemented for Monte Carlo and exact tests. o Added data.frame subset dialog. o Added Two sample tests. Currently implements the t-test, ks.test, wilcoxon, resampling (permutation), and the brunner-munzel test. Functions for pretty printing are provided which make the application of these tests to multiple variables much more visibly appealing. o Added One sample tests. Currently implements the t-test and the Shapiro-Wilk. o Added K sample tests. Currently implements ANOVA, Welch ANOVA, and kruskal-wallis. o Added Correlations. Currently implements Pearson's, Spearman's, and Kendall's.