Displaying 4 results from an estimated 4 matches for "nffgroupeddata".
Did you mean:
nfgroupeddata
2001 Nov 17
1
xyplot link missing
...k(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
<snip>
These missing links occur only because S(PLUS) has xyplot but R does not...
1998 Mar 23
4
Placement of attributes
..., 52.3, 50.3, 50.9,
+ 51.8, 51.4, 46.4, 44.8, 49.2, 62.1, 62.6, 64, 59.7, 60, 59, 68.6,
+ 65.8, 69.7, 63.2, 62.8, 62.2, 64.8, 65, 65.4, 43.7, 44.2, 43,
+ 67.5, 67.2, 66.9, 61.5, 61.7, 62.3, 70.8, 70.6, 71, 64.1, 66.2,
+ 64, 72.1, 72, 71.1, 62, 61.4, 60.5)),
+ class = c("nffGroupedData", "nfGroupedData", "groupedData", "data.frame"),
+ row.names = 1:54,
+ formula = score ~ 1 | Worker,
+ labels = list(y = "Productivity score"),
+ inner = ~ Machine)
R> Machines
Grouped Data: score ~ 1 | Worker
Worker Machine score
1 1 A...
2011 Aug 26
1
methods() not listing some S3 plot methods...?
...lot.gam plot.gls*
[16] plot.hclust* plot.histogram* plot.HoltWinters*
[19] plot.intervals.lmList* plot.isoreg* plot.lm
[22] plot.lme* plot.lmList* plot.medpolish*
[25] plot.mlm plot.nffGroupedData* plot.nfnGroupedData*
[28] plot.nls* plot.nmGroupedData* plot.pdMat*
[31] plot.ppr* plot.prcomp* plot.princomp*
[34] plot.profile.nls* plot.ranef.lme* plot.ranef.lmList*
[37] plot.shingle* plot.simulate.lme*...
2006 Mar 09
1
Suppress legend in plotting groupedData
Dear All,
I would be grateful if you can tell how can I suppress the legend (automatically created) when I plot a groupedData.
suppose that I have data farme df_0 which contains the following columns: ID represents the clusters, t represents time of observation, Y: the variable of interest and X a binary covariate. Then:
df_1 <- groupedData(Y ~ t | ID)
plot(df_1,