Other packages > Find by keyword >

simEd  

Simulation Education
View on CRAN: Click here


Download and install simEd package within the R console
Install from CRAN:
install.packages("simEd")

Install from Github:
library("remotes")
install_github("cran/simEd")

Install by package version:
library("remotes")
install_version("simEd", "2.0.2")



Attach the package and use:
library("simEd")
Maintained by
Barry Lawson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-05-10
Latest Update: 2025-09-03
Description:
Contains various functions to be used for simulation education, including simple Monte Carlo simulation functions, queueing simulation functions, variate generation functions capable of producing independent streams and antithetic variates, functions for illustrating random variate generation for various discrete and continuous distributions, and functions to compute time-persistent statistics.Also contains functions for visualizing: event-driven details of a single-server queue model; a Lehmer random number generator; variate generation via acceptance-rejection; and of generating a non-homogeneous Poisson process via thinning.Also contains two queueing data sets (one fabricated, one real-world) to facilitate input modeling.More details on the use of these functions can be found in Lawson and Leemis (2015) <doi:10.1109/WSC.2017.8248124>, in Kudlay, Lawson, and Leemis (2020) <doi:10.1109/WSC48552.2020.9384010>, and in Lawson and Leemis (2021) <doi:10.1109/WSC52266.2021.9715299>.
How to cite:
Barry Lawson (2017). simEd: Simulation Education. R package version 2.0.2, https://cran.r-project.org/web/packages/simEd. Accessed 18 Sep. 2026.
Previous versions and publish date:
(2026-07-09 07:04), 1.0.0 (2017-05-10 19:11), 1.0.1 (2017-05-24 00:30), 1.0.2 (2017-07-04 21:50), 1.0.3 (2017-11-27 05:05), 2.0.0 (2021-01-28 16:10), 2.0.1 (2023-11-27 00:20)
Other packages that cited simEd R package
View simEd citation profile
Other R packages that simEd depends, imports, suggests or enhances
Complete documentation for simEd
Functions, R codes and Examples using the simEd R package
Some associated functions: accrej . craps . galileo . ibeta . ibinom . icauchy . ichisq . iexp . ifd . igamma . igeom . ilnorm . ilogis . inbinom . inorm . ipois . it . iunif . iweibull . lehmer . meanTPS . msq . quantileTPS . queueTrace . sample . sdTPS . set.seed . simEd-package . ssq . ssqvis . thinning . tylersGrill . vbeta . vbinom . vcauchy . vchisq . vexp . vfd . vgamma . vgeom . vlnorm . vlogis . vnbinom . vnorm . vpois . vt . vunif . vweibull . 
Some associated R codes: PlotContinuous.R . PlotDiscrete.R . accrej.R . compPlot.R . craps.R . galileo.R . generators.R . ibeta.R . ibinom.R . icauchy.R . ichisq.R . iexp.R . ifd.R . igamma.R . igeom.R . ilnorm.R . ilogis.R . inbinom.R . inorm.R . ipois.R . it.R . iunif.R . iweibull.R . lehmer.R . msq.R . queuePlotting.R . queueTrace.R . queueUtils.R . simEd-package.R . ssq.R . ssqvis.R . testRuns.R . thinning.R . tps.R . tylersGrill.R . utils.R . zzz.R .  Full simEd package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

injectoR  
R Dependency Injection
R dependency injection framework. Dependency injection allows a program design to follow the depend ...
Download / Learn more Package Citations See dependency  
downlit  
Syntax Highlighting and Automatic Linking
Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pk ...
Download / Learn more Package Citations See dependency  
eyelinker  
Import ASC Files from EyeLink Eye Trackers
Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for ...
Download / Learn more Package Citations See dependency  
data360r  
Wrapper for 'TCdata360' and 'Govdata360' API
Makes it easy to engage with the Application Program Interface (API) of the 'TCdata360' and 'Govdat ...
Download / Learn more Package Citations See dependency  
hmeasure  
The H-Measure and Other Scalar Classification Performance Metrics
Classification performance metrics that are derived from the ROC curve of a classifier. The package ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA