Learn R Programming

sasLM (version 0.10.5)

'SAS' Linear Model

Description

This is a core implementation of 'SAS' procedures for linear models - GLM, REG, ANOVA, TTEST, FREQ, and UNIVARIATE. Some R packages provide type II and type III SS. However, the results of nested and complex designs are often different from those of 'SAS.' Different results does not necessarily mean incorrectness. However, many wants the same results to SAS. This package aims to achieve that. Reference: Littell RC, Stroup WW, Freund RJ (2002, ISBN:0-471-22174-0).

Copy Link

Version

Install

install.packages('sasLM')

Monthly Downloads

1,004

Version

0.10.5

License

GPL-3

Maintainer

Kyun-Seop Bae

Last Published

October 2nd, 2024

Functions in sasLM (0.10.5)

DoEdata

Example Datasets
ESTM

Estimate Linear Function
Min

Min without NA
N

Number of observations
LCL

Lower Confidence Limit
LSM

Least Square Means
KurtosisSE

Standard Error of Kurtosis
Max

Max without NA
RRmn

Relative Risk and Score CI of two groups with strata by the MN method
RD

Risk Difference between two groups
OR

Odds Ratio of two groups
ModelMatrix

Model Matrix
QuartileRange

Inter-Quartile Range
Median

Median without NA
RanTest

Test with Random Effects
RRmn1

Relative Risk and Score CI of two groups without strata by by MN method
RDmn

Risk Difference and Score CI between two groups with strata by the MN method
RDinv

Risk Difference between two groups with strata by inverse variance method
PocockBound

Pocock (fixed) Bound for the cumulative Z-test with a final target alpha-value
RRinv

Relative Risk of two groups with strata by inverse variance method
SEM

Standard Error of the Sample Mean
Mean

Mean without NA
SLICE

F Test with Slice
SS

Sum of Square
TTEST

Independent two groups t-test comparable to PROC TTEST
ORcmh

Odds Ratio of two groups with strata by CMH method
RDmn1

Risk Difference and Score CI between two groups without strata by the MN method
ORinv

Odds Ratio of two groups with strata by inverse variance method
ORmn

Odds Ratio and Score CI of two groups with strata by MN method
Pcor.test

Partial Correlation test of multiple columns
REG

Regression of Linear Least Square, similar to SAS PROC REG
PDIFF

Pairwise Difference
UNIV

Univariate Descriptive Statistics
aov2

ANOVA with Type II SS
aov3

ANOVA with Type III SS
Range

Range
SD

Standard Deviation
ORmn1

Odds Ratio and Score CI of two groups without strata by the MN method
lfit

Linear Fit
UCL

Upper Confidence Limit
is.cor

Is it a correlation matrix?
pB

Plot Confidence and Prediction Bands for Simple Linear Regression
mtest

Independent two groups t-test similar to PROC TTEST with summarized input
SkewnessSE

Standard Error of Skewness
Skewness

Skewness
tsum

Table Summary
trimmedMean

Trimmed Mean
cSS

Sum of Square with a Given Contrast Set
WhiteTest

White's Model Specification Test
T3test

Test Type III SS using error term other than MSE
RR

Relative Risk of the two groups
corFisher

Correlation test by Fisher's Z transformation
geoCV

Geometric Coefficient of Variation in percentage
T3MS

Type III Expected Mean Square Formula
geoMean

Geometric Mean without NA
seqCI

Confidence interval with the last Z-value for the group sequential design
af

Convert some columns of a data.frame to factors
ScoreCI

Score Confidence Interval for a Proportion or a Binomial Distribution
vtest

F-Test for the ratio of two groups' variances
tmtest

Independent two means test similar to t.test with summarized input
ztest

Test for the difference of two groups' means
e1

Get a Contrast Matrix for Type I SS
e2

Get a Contrast Matrix for Type II SS
lr0

Simple Linear Regressions with Each Independent Variable
aov1

ANOVA with Type I SS
pD

Diagnostic Plot for Regression
estmb

Estimability Check
g2inv

Generalized type 2 inverse matrix, g2 inverse
lr

Linear Regression with g2 inverse
regD

Regression of Conventional Way with Rich Diagnostics
est

Estimate Linear Functions
pResD

Residual Diagnostic Plot for Regression
e3

Get a Contrast Matrix for Type III SS
bk

Beautify the output of knitr::kable
tsum0

Table Summary 0 independent(x) variable
aspirinCHD

An example data for meta-analysis - aspirin in coronary heart disease
sasLM-package

'SAS' Linear Model
tsum2

Table Summary 2 independent(x) variables
satt

Satterthwaite Approximation of Variance and Degree of Freedom
seqBound

Sequential bounds for cumulative Z-test in Group Sequential Design
tsum1

Table Summary 1 independent(x) variable
tsum3

Table Summary 3 independent(x) variables
Cor.test

Correlation test of multiple numeric columns
CIest

Confidence Interval Estimation
CONTR

F Test with a Set of Contrasts
BEdata

An Example Data of Bioequivalence Study
BY

Analysis BY variable
Diffogram

Plot Pairwise Differences
Coll

Collinearity Diagnostics
CV

Coefficient of Variation in percentage
EMS

Expected Mean Square Formula
GLM

General Linear Model similar to SAS PROC GLM
G2SWEEP

Generalized inverse matrix of type 2 for linear regression
Kurtosis

Kurtosis
CumAlpha

Cumulative Alpha for the Fixed Z-value
ExitP

Exit Probability with cumulative Z-test in Group Sequential Design
Drift

Drift defined by Lan and DeMets for Group Sequential Design
BasicUtil

Internal Functions