The paste command in R is used to concatenate strings. You can leverage the paste command to make refreshable label objects for reports and plots, as I describe in my blog post.
Tag Archives: Biostatistics
Testimonials for Monika Wahi’s data science courses on LinkedIn Learning are posted here. Read what learners are saying to help you decide if you want to take the courses!
Time series plots in R are totally customizable using the ggplot2 package, and can come out with a look that is clean and sharp. However, you usually end up fighting with formatting the x-axis and other options, and I explain in my blog post.
Making box plots in R affords you many different approaches and features. My blog post will show you easy ways to use both base R and ggplot2 to make box plots as you are proceeding with your data science projects.
GPower case example shows a use-case where we needed to select an outcome measure for our study, then do a power calculation for sample size required under different outcome effect size scenarios. My blog post shows what I did, and how I documented/curated the results.
Interview preparation for data science jobs can involve taking several simple, actionable steps to make yourself feel confident and ready to answer questions with ease. Read my blog post for my tips and tricks!
Counting rows in SAS and R is approached differently, because the two programs process data in different ways. Read my blog post where I describe both ways.
Native formats in SAS and R of data objects have different qualities – and there are reasons behind these differences. Learn about them in this blog post!