https://github.com/cran/heplots
Revision 64a3e14b4094c69be38cc97aadf56cd440206114 authored by Michael Friendly on 05 December 2012, 00:00:00 UTC, committed by Gabor Csardi on 05 December 2012, 00:00:00 UTC
1 parent 61320fe
Raw File
Tip revision: 64a3e14b4094c69be38cc97aadf56cd440206114 authored by Michael Friendly on 05 December 2012, 00:00:00 UTC
version 1.0-2
Tip revision: 64a3e14
NAMESPACE
# last modified 11 December 2006 by J. Fox
# last modified 16 December 2009 by M. Friendly
# last modified  2 January 2010 by M. Friendly: export cross3d
# last modified 27 January 2010 by M. Friendly: export statList etc
# last modified 5 Aug 2010 by M. Friendly: export etasq, gsorth, termMeans
# last modified 4 Oct 2010 by M. Friendly: trans.colors
export(heplot, heplot3d, heplot1d, ellipse3d.axes, mark.H0, cross3d, statList, covList, colMeansList, arrow3d,
	etasq, gsorth, termMeans, trans.colors,
	robmlm, robmlm.default, robmlm.formula)
S3method(heplot, mlm)
S3method(heplot3d, mlm)
S3method(pairs, mlm)
S3method(heplot1d, mlm)
S3method(etasq,lm)
S3method(etasq,mlm)
S3method(etasq,Anova.mlm)
S3method(vcov,mlm)
S3method(print,robmlm)
S3method(summary,robmlm)

back to top