qqPlot(C$Safter)
How can I know the limits of confidence envelope (the dotted lines)? I already ran my code also with
qqPlot(C$Safter, simulate=TRUE)
but I got an error:
Error in q.function(P, ...) : unused argument (simulate = TRUE)
qqPlot(C$Safter)
How can I know the limits of confidence envelope (the dotted lines)? I already ran my code also with
qqPlot(C$Safter, simulate=TRUE)
but I got an error:
Error in q.function(P, ...) : unused argument (simulate = TRUE)