search for: nmgroupeddata

Displaying 6 results from an estimated 6 matches for "nmgroupeddata".

Did you mean: nfgroupeddata
2007 Jan 28
1
extra panel arguments to plot.nmGroupedData {nlme}
Greetings, I have a groupedData (nmGroupedData) object created with the following syntax: Soil <- groupedData( ksat ~ conc | soil_id/sar/rep, data=soil.data, labels=list(x='Solution Concentration', y='Saturated Hydraulic Conductivity'), units=list(x='(cmol_c)', y='(cm/s)') ) the original data repres...
2001 Nov 19
1
scope of data in groupedData
...outer = ~ mu.ind, data = in.dat) ... } An example (all arguments are already defined): > gls.loss(theta, test.dat, 6, param.orderings, BIC = T) Error in inherits(data, "data.frame") : Object "in.dat" not found I've traced the error to the function nmGroupedData, specifically: if (missing(data)) { ... } else { # error at next line if (!inherits(data, "data.frame")) { stop("second argument to groupedData must inherit from data.frame") .... Any help is welcome! Finally, here is my overall goal (and I'll...
2007 Apr 27
1
Issues with Sweave and inclusion of graphics from nlme
...report using Sweave but it doesn't work. I have no error message in R (Sweave(my.file_Rnw)) and the plot is generated in R, but when I want to see the pdf (I'm using TexnicCenter) of my report, there is an error message and no pdf file is generated. It seems that the plot generated by plot.nmGroupedData is not found by TexnicCenter. Does anyone have an idea on how to solve this problem? Thank you, Caroline
2001 Nov 17
1
xyplot link missing
...tex 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, correct? That's what the old mailing list messages (1999) suggest. Thanks, -- Shravan Vasishth Dept. of Linguistics Ohio State University 222 Oxley Hall,...
2000 Jul 24
1
How to use groupedData() within a function?
Dear Group: I have been trying to write an R function within which the function groupedData() would be used. The following is a sample program: ####################### sid<-rep(1:6,times=2) time<-c(1:12) trt<-rep(letters[1:3],times=4) tem<-data.frame(sid,time,trt) test1.fun<- function(dat=dat) { groupedData(time ~ trt|sid, data=dat) } test1.fun(dat=tem)
2011 Aug 26
1
methods() not listing some S3 plot methods...?
...lot.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* plot.spec [40] plot.stepfun plot.stl*...