Hi,

In lattice, is it possible to get qqplot for t
distribution in different panels with different dfs.
For example,

# in panel 1
qqmath(~x, distribution=function(p) qt(p, df=3))

# in panel 2
qqmath(~x, distribution=function(p) qt(p, df=5))

etc...

Thanks,

Mahbub.

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to