NCStats - Functions to support learning in Northland College statistics courses.
RForge.net

NCStats

About NCStats
SVN access
Download/Files
News
Check results
Package R docs

News/Changelog

0.0-12  ongoing
distrib(): added "forward" and "reverse" to the type= argument.  Modified so that the x-axis labels on the
    normal distribution plots correspond to exact integer standard deviation away from the mean.  This change
    is purely for pedagogical reasons.
hist.formula(): added a ylmts= argument to allow user to set maximum of y-axis separately for each histogram.
Subset(): added.

0.0-11  15Sep08
.First.lib: added to print startup message and check for installed packages.
c.region(): modified by returning a list of values used in the plotting and adding a plot= argument.  These
    two changes allow the user to use c.region to find the plotting values without making the plot.  This was
    needed for the plot.htest() function.
d.region(): modified as described for c.region().
distrib(): modified by adding a show.alt= argument which allows user control of whether the message showing
    alternative code for obtaining the same answer is shown or not.  Defaults to FALSE (don't show message).
    Also added a shade.col= argument to control the color of the shaded area.  Added code to work-around a
    problem of constructing plots when the value of interest is one of the values along the x-axis.
fit.plot.POLY(): added this S3 method to plot polynomial regressions.  It basically calls the SLR method.
fit.plot.TWOWAY(): corrected error when more then 6 line types were needed (max is 18, though).
hist.formula(): added this S3 method of allos plotting of multiple histograms at once.  This replaces mhist().
mhist(): deleted and replaced with hist.formula().
plot.htest(): added this S3 method to provide a visual of the p-value computed for the one-sample z-test (from
    the TeachingDemos package), one-sample t-test, paired t-test, two-sample t-test, and chi-square tests.
residual.plot.POLY(): added this S3 method to plot polynomial residuals.  It basically calls the SLR method.
Summarize(): this replaces the old Summary() and adds the ability to use a formula to get summary statistics
    by levels of a factor.
Summary(): this is now deprecated ... it simply passes its arguments to Summarize.
typeoflm(): added the ability to detect polynomials.
view(): modified by adding which= argument to allow choosing variables/columns to display.


0.0-10  15May08
o Moved to RForge.net

distrib(): modified, now returns answer regardless of plot= argument.
extract.data(): modified, added xdec=, ydec=, and filename= arguments.
lgrep(): added.
rhead(): removed, replaced with view()
view(): added, replaced rhead()


0.0-9   22Apr08
o upgraded to R 2.7.0.
o changed dependencies to include sciplot package.

choose.colors(): added, to allow users to choose among a variety of palettes.  See also palette.choices().
fit.plot.ONEWAY(): modified, uses lineplot.CI() from the sciplots package to allow the plotting of confidence
    intervals on the one-way fit.plot.  Other related controls were also implemented.
fit.plot.TWOWAY(): modified, uses lineplot.CI() from the sciplots package to allow the plotting of confidence
    intervals on the two-way fit.plot.  Other related controls were also implemented.
fit.plot.IVR(): modified, allowed color choices through choose.colors() and placed legend in topright by default.
palette.choices(): added, aids choose.colors().
residual.plot(): modified, changed mdl= argument to object= argument to make more compatible with fit.plot().
    Created SLR, IVR, ONEWAY, and TWOWAY methods.  This caused some over coding but clarified the construction of the
    IVR residual plots and makes more consistent with fit.plot().  Along the way, changed the ONEWAY and TWOWAY to have
    bp= argument that defaults to TRUE so that boxplots of the residuals are shown rather than points.  Also modified
    the colors used in the IVR.
residual.plot.IVR(): added, see also residual.plot().
residual.plot.ONEWAY(): added, see also residual.plot().
residual.plot.SLR(): added, see also residual.plot().
residual.plot.TWOWAY(): added, see also residual.plot().
trans.chooser.ONEWAY(): modified, added bp= argument because of changes to residual.plot().
trans.chooser.TWOWAY(): modified, added bp= argument because of changes to residual.plot().


All prior NEWS in ONEWS file.