Displaying 3 results from an estimated 3 matches for "comparefit".
Did you mean:
comparefits
2001 Oct 23
1
Rows function in nlme package
The Rows function which is called from plot.compareFits in the nlme package
is not found.
> plot(compareFits(coef(bp.model3),coef(bp.model3M)))
Error in plot.compareFits(compareFits(coef(bp.model3), coef(bp.model3M))) :
couldn't find function "Rows"
>
Can I find it elswhere? Have I missed a required package?
Thanks
Ross Darn...
2001 Nov 17
1
xyplot link missing
...plot.ACF text html latex example
missing link(s): xyplot
plot.Variogram text html latex example
missing link(s): xyplot
plot.augPred text html latex example
missing link(s): xyplot
plot.compareFits text html latex example
<snip>
plot.nffGroupedData text html latex example
plot.nfnGroupedData text html latex example
missing link(s): xyplot
plot.nmGroupedData text html latex example...
2011 Aug 26
1
methods() not listing some S3 plot methods...?
...n at the end of
this email.
As an example, consider:
> require(mgcv)
Loading required package: mgcv
This is mgcv 1.7-6. For overview type 'help("mgcv-package")'.
> methods("plot")
[1] plot.acf* plot.ACF* plot.augPred*
[4] plot.compareFits* plot.data.frame* plot.decomposed.ts*
[7] plot.default plot.dendrogram* plot.density
[10] plot.ecdf plot.factor* plot.formula*
[13] plot.function plot.gam plot.gls*
[16] plot.hclust*...