Package: procs 1.0.9

procs: Recreates Some 'SAS®' Procedures in 'R'

Contains functions to simulate the most commonly used 'SAS®' procedures. Specifically, the package aims to simulate the functionality of 'proc freq', 'proc means', 'proc ttest', 'proc reg', 'proc transpose', 'proc sort', and 'proc print'. The simulation will include recreating all statistics with the highest fidelity possible.

Authors:David Bosak [aut, cre], Diyu Yang [aut], Athenkosi Nkonyeni [aut], Kevin Kramer [ctb], Brian Varney [ctb], Duong Tran [ctb], Yifei Chen [ctb]

procs_1.0.9.tar.gz
procs_1.0.9.zip(r-4.7)procs_1.0.9.zip(r-4.6)procs_1.0.9.zip(r-4.5)
procs_1.0.9.tgz(r-4.6-any)procs_1.0.9.tgz(r-4.5-any)
procs_1.0.9.tar.gz(r-4.7-any)procs_1.0.9.tar.gz(r-4.6-any)
procs_1.0.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
procs/json (API)

# Install 'procs' in R:
install.packages('procs', repos = c('https://dbosak01.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/dbosak01/procs/issues

Pkgdown/docs site:https://procs.r-sassy.org

On CRAN:

Conda:

9.05 score 10 stars 2 packages 90 scripts 915 downloads 10 exports 21 dependencies

Last updated from:546ce987ab. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK193
source / vignettesOK201
linux-release-x86_64OK180
macos-release-arm64OK119
macos-oldrel-arm64OK147
windows-develOK161
windows-releaseOK154
windows-oldrelOK170
wasm-releaseOK111

Exports:freqplotproc_freqproc_meansproc_printproc_regproc_sortproc_transposeproc_ttestregplotttestplot

Dependencies:clicommoncrayonfmtrgluejpeglifecyclemagrittrmvtnormpillarpkgconfigRcppreporterrlangsasLMstringitibbleutf8vctrswithrzip

Frequently Asked Questions
Index | Content | Why did you write the procs package? | Are these functions validated? | Why is the output different? | Can you do N-way tables? | Can these procedures create plots? | Does the package support Cochran-Mantel-Haenszel Statistics? | What about PROC COMPARE? | Are there any other statistics procedures coming? | How do I get my statistics into a report? | How do I order my frequencies?

Last update: 2026-03-20
Started: 2022-06-26

procs
Key Functions | How to Use | Frequency Statistics | Summary Statistics | Hypothesis Testing | Other Functions | Next Steps

Last update: 2026-03-20
Started: 2022-06-26

The Reg Function
Create Sample Data | Basic Regression | Statistics Options | Output Dataset Options | Interactive Report Options | By Groups | Multiple Models | Data Shaping | Regression Plots

Last update: 2026-03-20
Started: 2024-03-02

Data Manipulation Functions
Transpose | Default Transpose | Prefix and Suffix | Name Columns From Data | By Groups | Sort | Sort By | Sort Order | Keep | Options | Sorting Non-alphabetically | Sorting Missing Values

Last update: 2026-03-20
Started: 2023-06-24

The Means Function
Create Sample Data | Get Summary Statistics | Selected Variables | Statistics Options | Output Datasets | Grouping | Class | By | Multiple Groups | By and Class | Weight | Where Expression | Data Shaping

Last update: 2026-03-20
Started: 2022-06-26

The Frequency Function
Create Sample Data | Get Frequencies | Control Columns | Cross Tabulation | Cross Tabulation Options | Multiple Tables | Distinct Values | Weighted Frequencies | Where Expression | Statistics Options | Output Datasets | Output Ordering | Data Shaping | Frequency Plots | Default Plots | Customized Plots

Last update: 2026-03-11
Started: 2022-06-26

Example 1: Demographics
Program | Output | Log

Last update: 2026-03-08
Started: 2022-06-26

Global Options
Turn On/Off Interactive Report | Control Sorting Behavior | Log Printing

Last update: 2026-02-24
Started: 2026-02-24

The TTest Function
Create Sample Data | One Sample T-Test | Two Sample T-Test | Paired T-Test | By Groups | Output Datasets | Data Shaping | Plots

Last update: 2026-02-19
Started: 2023-11-29

Example 2: Adverse Events
Program | Output | Log

Last update: 2025-12-17
Started: 2023-06-24

Example 3: Disposition
Program | Output | Log

Last update: 2025-12-17
Started: 2023-09-04