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.1")



Attach the package and use:
library("simEd")
Maintained by
Barry Lawson
[Scholar Profile | Author Map]
First Published: 2017-05-10
Latest Update: 2023-11-26
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.1, https://cran.r-project.org/web/packages/simEd. Accessed 29 Mar. 2025.
Previous versions and publish date:
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)
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/1003/1103/1203/1303/1403/1503/1603/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for simEd-20020406080100120140160180200220240TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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