[This article was first published on Xi'an's Og » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
An email from Keith I got this morning:
Professor Robert,
I have loaded the mcsm package to windows.
The following messages appear in the R console:trying URL 'http://cran.stat.ucla.edu/bin/windows/contrib/2.9/mcsm_1.0.zip' Content type 'application/zip' length 193590 bytes (189 Kb) opened URL downloaded 189 Kb package 'mcsm' successfully unpacked and MD5 sums checkedBut when I use the demo command as on page 37 from Introducing Monte Carlo Methods with R, I get:
demo (Chapter.1) Error in demo (Chapter.1): No demo found for topic 'Chapter.1'How do I fix this?
I think the fix is in loading the package by library(mcsm) [each time one needs it] after installing it [only once]…
Filed under: Books, R, Statistics Tagged: Introducing Monte Carlo Methods with R, library, mcsm, R package
To leave a comment for the author, please follow the link and comment on their blog: Xi'an's Og » R.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.