Important Update: A new video (August 2019) with updated code is posted in this link th-cam.com/video/uIwIdPR3UAc/w-d-xo.html This video is a 2019 re-do of “Discrete Event Simulation (DES) using R“ released 2017 with R script upgraded and deprecated functions removed. R script used in the updated video: app.box.com/s/ylxi6bpq2pkbtt0ahys5b13sj1uxrevl
Stat Pharm - of course! Really appreciate the breakdown and your content. Seems like you have a good knowledge of such things! Appreciate your shared knowledge! This video really helped clarify some of the questions I had after reading the packages Vignette.
interesting to see what happens if we fire one of the administrators! queue status: 36(inf) which you call a bottleneck is the average n of people at the nurse station? for 2 nurses?
Very informative video. Question - Can you please tell how you change a resource value? If I change it, it keeps the same environment unless I start over. I'm also guessing that this is changed in the script instead of the editor itself but would appreciate how you modify resources, etc. Thanks.
Important Update: A new video (August 2019) with updated code is posted in this link th-cam.com/video/uIwIdPR3UAc/w-d-xo.html This video is a 2019 re-do of “Discrete Event Simulation (DES) using R“ released 2017 with R script upgraded and deprecated functions removed. R script used in the updated video: app.box.com/s/ylxi6bpq2pkbtt0ahys5b13sj1uxrevl
Important Update: A new video (August 2019) with updated code is posted in this link th-cam.com/video/uIwIdPR3UAc/w-d-xo.html This video is a 2019 re-do of “Discrete Event Simulation (DES) using R“ released 2017 with R script upgraded and deprecated functions removed. R script used in the updated video: app.box.com/s/ylxi6bpq2pkbtt0ahys5b13sj1uxrevl
My arrival and service rates are deterministic. How can i simulate the queuing system with deterministic arrival and service rates? Help me pls, am a research student
@Aisha Muhammad put a fixed number rather than a distribution in your function. Suppose you want to add a service time of 15 time units: all you need to do is to remove "timeout(function() rnorm(1,5)) %>%" and put "timeout(function() 15) %>%" instead. Hope this helps.
also you are referring to an older video 2017, please use 2019 version th-cam.com/video/uIwIdPR3UAc/w-d-xo.html you can watch the 2 video parts of 2019 version, download the R script and contact me if you still face any issues.
Important Update:
A new video (August 2019) with updated code is posted in this link
th-cam.com/video/uIwIdPR3UAc/w-d-xo.html
This video is a 2019 re-do of “Discrete Event Simulation (DES) using R“ released 2017 with R script upgraded and deprecated functions removed.
R script used in the updated video:
app.box.com/s/ylxi6bpq2pkbtt0ahys5b13sj1uxrevl
Thank you very much.
This is the best you could find on this topic explanation in the TH-cam. Very well done.
thank a lot
So Great Video! If everything was explained like it. Life would be crystal clear
thanks a lot for you really kind comment
Thank you so much for your great video! This is so helpful for my study!!
Wow thank you so much! I work as a Healthcare analyst - excited to apply this!
thanks a lot
Stat Pharm - of course! Really appreciate the breakdown and your content. Seems like you have a good knowledge of such things! Appreciate your shared knowledge!
This video really helped clarify some of the questions I had after reading the packages Vignette.
Your kind words are really what keeps me moving, thanks again.
Amazing. Very helpful tutorial. Thanks for all your support via linkedin
thanks a lot
Wow! Just amazing, I learned something great today!
Glad it was helpful!
interesting to see what happens if we fire one of the administrators! queue status: 36(inf) which you call a bottleneck is the average n of people at the nurse station? for 2 nurses?
thanks for sharing.
My pleasure
It is a really good video. Thank you very much.
thanks a lot
You are the best!
thanks a lot
your accent is wonderful
Thanks a lot
Very informative video. Question - Can you please tell how you change a resource value? If I change it, it keeps the same environment unless I start over. I'm also guessing that this is changed in the script instead of the editor itself but would appreciate how you modify resources, etc. Thanks.
Sorry for my late response. please check the following link with detailed examples r-simmer.org/articles/
THE TRAIN
i tried running the lines as is but i keep getting an error message that says:
Error in env(.) : could not find function "env"
please send me the script you are trying as message to my facebook page
facebook.com/statpharmpage
Same problem with my code
Cool video! Also love the train ;)
Thanks a lot :)
Awesome
Thanks a lot
hello , i tried to run your code but i got Error in env(.) : could not find function "env , please help
Important Update:
A new video (August 2019) with updated code is posted in this link
th-cam.com/video/uIwIdPR3UAc/w-d-xo.html
This video is a 2019 re-do of “Discrete Event Simulation (DES) using R“ released 2017 with R script upgraded and deprecated functions removed.
R script used in the updated video:
app.box.com/s/ylxi6bpq2pkbtt0ahys5b13sj1uxrevl
Important Update:
A new video (August 2019) with updated code is posted in this link
th-cam.com/video/uIwIdPR3UAc/w-d-xo.html
This video is a 2019 re-do of “Discrete Event Simulation (DES) using R“ released 2017 with R script upgraded and deprecated functions removed.
R script used in the updated video:
app.box.com/s/ylxi6bpq2pkbtt0ahys5b13sj1uxrevl
السلام عليكم ممكن يا دكتور تعمل شرح بالعربي لهذا الفيديو لتعم الفائدة اكثر وشكرا
سأحاول باذن الله و اشكرك بشدة
What about the service rate?
Does the data strictly follows normal distribution? Or is normally distributed? Please help me out
My arrival and service rates are deterministic. How can i simulate the queuing system with deterministic arrival and service rates? Help me pls, am a research student
@Aisha Muhammad put a fixed number rather than a distribution in your function. Suppose you want to add a service time of 15 time units: all you need to do is to remove "timeout(function() rnorm(1,5)) %>%" and put "timeout(function() 15) %>%" instead. Hope this helps.
also you are referring to an older video 2017, please use 2019 version th-cam.com/video/uIwIdPR3UAc/w-d-xo.html you can watch the 2 video parts of 2019 version, download the R script and contact me if you still face any issues.
Ok JazakAllah bil Jannah
What about the service rate?
How can i add a name to the activity
Sorry for my late response. please check the following link with detailed examples r-simmer.org/articles/
Great stuff. Thanks! Is anyone aware of similar but more exhaustive tutorials of simmer? Thanks!
here are few case studies
cran.r-project.org/web/packages/simmer/index.html
also this article here but the code need to be updated www.codeproject.com/Articles/1111093/Discrete-Event-Simulation-using-R-Hospital-Capacit