### Name: qqt ### Title: Student's t Quantile-Quantile Plot ### Aliases: qqt ### Keywords: distribution ### ** Examples # See also the lmFit examples y <- rt(50,df=4) qqt(y,df=4) abline(0,1)