dfMerge                 Merges two data frames
dfReadDat               Opens a tab-delimited dat file with typical
                        Curtin lab settings
dfRemoveCases           Removes cases from dataframe
dfRownames              Sets rownames to SubID
dfWriteDat              Saves dataframe as tab-delimited text file with
                        typical Curtin lab parameters
figConfidenceBand       Creates confidence band for regression line
figStripChart           Create strip chart on plot
lmSupport-deprecated    Deprecated Functions in lmSupport Package
modelAssumptions        Assess Linear Model Assumptions
modelBoxCox             Calculates lambda for Box-Cox power
                        transformation
modelCaseAnalysis       Provides graphs and/or tests for problematic
                        cases for a linear model
modelCompare            F-tests for nested models
modelCorrectSE          Calculates White (1980)'s
                        heteroscedascity-corrected SEs and Tests for a
                        linear model
modelEffectSizes        Calculates effect size indices based on Sums of
                        Squares
modelErrors             Returns model errors (residuals) from lm object
modelPredictions        Provides predicted values for sample or new
                        data.  New predictions include SEs
modelR2                 Model R2, adjusted R2 and F-test
modelSummary            summary of results for lm model
varContrasts            Set Factor Contrasts
varDescribe             Provides typical descriptive statistics for
                        data frame
varDescribeBy           Provides common desriptives for dataframe by
                        factor(s)
varParse                Returns a subset of digits from a Number
varPlot                 Creates histogram, optional rug/strip and
                        density plots, and generates univariate
                        descriptive statistics
varRecode               Recode levels of variable
varRegressors           Adds actual numeric regressors for factor to
                        dataframe as new variables
varRename               Rename Variable in Dataframe
varReverse              Reverse score an ordinal or boolean scored
                        item/variable
varScore                Creates a total score from a sum of items
