Publications by Nicole Radziwill
Object of Type Closure is Not Subsettable
I started using R in 2004. I started using R religiously on the day of the annular solar eclipse in Madrid (October 3, 2005) after being inspired by David Hunter’s talk at ADASS. It took me exactly 4,889 days to figure out what this vexing error means, even though trial and error helped me move through it most every time it happened! I’m so ...
4026 sym R (2044 sym/7 pcs) 10 img
My First R Package (Part 1)
(What does this new package do? Find out here.) I have had package-o-phobia for years, and have skillfully resisted learning how to build a new R package. However, I do have a huge collection of scripts on my hard drive with functions in them, and I keep a bunch of useful functions up on Github so anyone who wants can source and use them. I sourc...
3698 sym R (3317 sym/11 pcs) 2 img
My First R Package (Part 2)
In Part 1, I set up RStudio with usethis, and created my first Minimum Viable R Package (MVRP?) which was then pushed to Github to create a new repository. I added a README: > use_readme_rmd() ✔ Writing 'README.Rmd' ✔ Adding '^README\\.Rmd$' to '.Rbuildignore' ● Modify 'README.Rmd' ✔ Writing '.git/hooks/pre-commit' Things were moving alon...
1983 sym R (439 sym/2 pcs) 6 img
My First R Package (Part 3)
After refactoring my programming so that it was only about 10 lines of code, using 12 functions I wrote an loaded in via the source command, I went through all the steps in Part 1 of this blog post and Part 2 of this blog post to set up the R package infrastructure using testthis in RStudio. Then things started humming along with the rest of the ...
1962 sym R (2662 sym/4 pcs) 6 img
easyMTS R Package: Quick Solver for Mahalanobis-Taguchi System (MTS)
A new R package in development. Please cite if you use it. The post easyMTS R Package: Quick Solver for Mahalanobis-Taguchi System (MTS) appeared first on Quality and Innovation. Related To leave a comment for the author, please follow the link and comment on their blog: R – Quality and Innovation. R-bloggers.com offers daily e-mail update...
588 sym
easyMTS: My First R Package (Story, and Results)
This weekend I decided to create my first R package… it’s here! https://github.com/NicoleRadziwill/easyMTS Although I’ve been using R for 15 years, developing a package has been the one thing slightly out of reach for me. Now that I’ve been through the process once, with a package that’s not completely done (but at least has a firm fou...
2021 sym