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.