This is my modest space on the internet where I write about statistics and using R. I assume anyone reading this site is probably looking for help, hence the tagline “help with learning statistics.” I find that teaching statistical concepts helps me better understand the concepts myself. So this blog is mostly about me trying to solidify and expand my statistical knowledge. But if it helps others, so much the better!
Thanks,
Clay Ford
Hello Mr. Ford,
I found your blog in a search for resources addressing the generation of (fake) data for analysis. Are you aware of any texts that treat this subject from an introductory level, including understanding and choosing appropriate probability distributions, etc.)?
You may want to check out the book An Introduction to Statistical Computing: A Simulation-based Approach by Voss. I have never read it and it looks expensive, but it appears it might be a resource for generating fake data. See chapter 2, Simulating Statistical Models.
Hi Clay,
I found you after having read several articles you wrote on analyzing Categorical data using R posted on the UVa Library Services website. On two occassions now I was at a loss trying to understand what my professor (or Agresti) was talking about (or why it mattered). Then I read your articles working through basic analyses and afterwards engaging with the finer details in my notes and the textbook made a lot more sense. Thanks for taking the time to write so clearly. I appreciate it.
Regards,
Kyle
Thank you for the kind words, Kyle. Glad I could help.
Hi Clay, I just found your tutorial on quantile regression in R (https://data.library.virginia.edu/getting-started-with-quantile-regression/) and wanted to thank you. It has been so useful! I’m excited that it led me to your blog, here, to learn more about some techniques that I’ve not yet used in R. Many thanks for such a clear and helpful overview — I really enjoy how you step through concepts logically and completely!
Thank you! It makes me happy that you found it useful.
Hi Clay, I just saw your r codes on github about effects plot: https://github.com/clayford/effects_pkg. Both the rscript and the rmarkdown files gives error when running the codes. The rscript as far gives error because of the data set babies is not available and the markdown gives several erros. Do you have the opportunity to update them? I would really appreciate it!
Hi. I just saw this comment. I have updated the GitHub repo so the Rmd file compiles and have added the babies data set. The effects package has been updated quite a bit since 2016 but the code still seems to work ok.
Thanks,
Clay