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:
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✨
card.svg |card.png
procs/json (API)
NEWS
| # 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
Last updated from:546ce987ab. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 186 | ||
| source / vignettes | OK | 212 | ||
| linux-release-x86_64 | OK | 185 | ||
| macos-release-arm64 | OK | 99 | ||
| macos-oldrel-arm64 | OK | 99 | ||
| windows-devel | OK | 164 | ||
| windows-release | OK | 162 | ||
| windows-oldrel | OK | 156 | ||
| wasm-release | OK | 112 |
Exports:freqplotproc_freqproc_meansproc_printproc_regproc_sortproc_transposeproc_ttestregplotttestplot
Dependencies:clicommoncrayonfmtrgluejpeglifecyclemagrittrmvtnormpillarpkgconfigRcppreporterrlangsasLMstringitibbleutf8vctrswithrzip
Data Manipulation Functions
Rendered fromprocs-dm.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-03-20
Started: 2023-06-24
Example 1: Demographics
Rendered fromprocs-example1.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-03-08
Started: 2022-06-26
Example 2: Adverse Events
Rendered fromprocs-example2.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2025-12-17
Started: 2023-06-24
Example 3: Disposition
Rendered fromprocs-example3.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2025-12-17
Started: 2023-09-04
Frequently Asked Questions
Rendered fromprocs-faq.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-03-20
Started: 2022-06-26
Global Options
Rendered fromprocs-globals.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-02-24
Started: 2026-02-24
procs
Rendered fromprocs.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-03-20
Started: 2022-06-26
The Frequency Function
Rendered fromprocs-freq.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-03-11
Started: 2022-06-26
The Means Function
Rendered fromprocs-means.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-03-20
Started: 2022-06-26
The Reg Function
Rendered fromprocs-reg.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-03-20
Started: 2024-03-02
The TTest Function
Rendered fromprocs-ttest.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-02-19
Started: 2023-11-29
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Request a Frequency Plot | freqplot |
| Generates Frequency Statistics | proc_freq |
| Calculates Summary Statistics | proc_means |
| Prints a dataset | proc_print |
| Calculates a Regression | proc_reg |
| Sorts a dataset | proc_sort |
| Transposes a Dataset | proc_transpose |
| Calculates T-Test Statistics | proc_ttest |
| Request Regression Plots | regplot |
| Request T-Test Plots | ttestplot |
