RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post
gravatar

therimalaya

Raju Rimal

Recently Published

Diagnostic Plots using ggplot2
This is the diagnostic plot for linear model using ggplot2. The function I create can be used to generate the plot just by passing the model argument. I have not done any error handling till now, sorry for that.
Diagnostic Plots using ggplot2
I tried to use ggplot2 for producing diagnostic plots of a linear model which can also be obtained by using normal plot functions.