NEWS | R Documentation |
RDinv, RRinv, ORinv, ORcmh for stratified or meta analysis of 2x2 are added.
GLM reports adjusted R-squared
QuartileRange returns type 2 IQR by default.
UNIV returns also MAD and type 2 IQR.
Coll caculates like SAS not like SPSS
lfit help updated
RD, RR, OR, RDmn1, RRmn1, ORmn1, RDmn, RRmn, ORmn functions for 2x2 table with or without stratification are added.
Description corrected in satt help.
GLM function's arguments changed: SOLUTION to BETA, LSMEANS to EMEAN
ANOVA funciton is removed, because it is almost a duplicate of GLM function.
GLM function's arguments changed.
Descriptive statistics functions such as N, Mean, SD, SEM, Min, Max, Median, UCL, LCL, trimmedMean, Range, QuartileRange, Skweness, SkewnessSE, Kurtosis, KurtosisSE now accept a non-numeric vector that can be converted to a numeric vector.
A bug with no incercept model in e3
is fixed.
A bug at "adj" option in LSM
fixed, which also affects GLM.
PLOT
option related codes are revised.
UNIV
added for descriptive statistics
G2SWEEP
became faster for large sparse matrix
REG
function warns in case of completely aliased model and data and increases epsilon tolerance to 1e-5.
Diffogram
and plotDiff
option 'Title' removed. Use 'main' option instead.
Descriptive statistic functions (Mean, SD, ...) return NA with inappropriate inputs.
geoMean
and geoCV
added
reverse
option added to PDIFF
Diffogram
added
PLOT
option added to LSM
and PDIFF
LSM
supports grouping when a term is specified.
PDIFF
and est
support common multiple comparison methods, such as "lsd"(no adj), "bon", "tukey", "scheffe", "duncan", and "dunnett".
ESTM
function added.
CONTR
function added.
SLICE
function added.
satt
changed the way of weights calculation. Now, one can give integer weights.
lsm
now properly supports models without intercept.
e2
now properly supports single factor models (Type II SS of Oneway ANOVA) without intercept.
Checks inputs and errors during calculation more.
aov2
and e2
support no intercept model.
aov1
, aov3
, ANOVA
, GLM
handle no intercept model properly.
A column of estimability will be shown when some cofficients are not estimable in REG
and GLM
.
Some errata in help/manual are corrected.
CV
(coefficient of variation) in percentage added.
cSS
has now m
arguments for non-zero mean hypothesis.
A bug with no intercept model in lr
fixed.
Incomplete interaction term names of PDIFF
fixed.
LSM
does not show estimates which are not estimable, and supports more models
est
has more arguments to test estimability
lr0
function for simple linear regressions with each independent variable
lr
function for linear regression with g2 inverse
tsum
warpper function for tsum0
, tsum1
, tsum2
, tsum3
bt
function removed to reomove dependency on knitr
NOINT
option in REG, ModelMatrix is removed. Use conventional R formula.
Order of coefficients (parameters) changed to be more similar to SAS.
T3MS
revived.
EMS
has different arguments from T3MS.
GLM
function now has lsm
option for least square mean
LSM
function added for Least Square Means in SAS
PDIFF
to do pairwise comparison
BY
function to run functions by levels of a variable
tsum0
, tsum1
, tsum2
, tsum3
functions for the summary table of a continuous dependent variable
bk
function to beautify the output of knitr::kable()
bt
function to beautify the output of tsum2, tsum3
G2SWEEP
function epxplained
regD
function optimized
T3MS
renamed as EMS
, because it can handle other types also.
CIest
function's arguments and return values changed.
regD
function added for influence diagnostics
T3test
a bug fixed for one row table
CIest
added for confidence interval estimation
e3
function revised for RANDOM test functionality
satt
added for Satterthwaite approximation
T3MS
added for Type 3 Expected Mean Square formula
T3test
added for hypothesis test with different error term
Unnecessary lines in source removed
Contrast input for cSS
changed from column vectors to row vectors.
REG
can return lfit
result with summarize=FALSE
argument.
Type III SS function improved
Miscellaneous errata corrected
Code refactored
An erratum is fixed
First version
TO DO: Function to be added - e4, aov4
TO DO: Items to be added - R2, R2ADJ - v0.4.1 lr
do this.