search for: cor_

Displaying 3 results from an estimated 3 matches for "cor_".

Did you mean: cor
2016 Jul 15
2
summary() dispatch puzzle
I'm sorry I haven't boiled this down to a more-minimal example yet, but ... I'm working on an S3 method (tidy.merMod, in the 'broom' package). It normally handles 'merMod' objects from the lme4 package, but I'm trying to make it handle 'merModLmerTest' objects from the lmerTest package too. The merModLmerTest class inherits (as an S4) class from the
2013 Oct 27
0
How to avoid this warning message
...n_UL), t(collectMean_DL)),  ... :   appending column names to file the code that saves to the file look like:  write(x="TEMPERATURE",file=paste(Folder,"/Corr_",".txt",sep=""),append="TRUE")     write.table(x=cor(t(Data)),file=paste(Folder,"/Cor_",".txt",sep=""),eol = "\r\n",append="TRUE")     if someone can help on that... I would like to thank you in advance for your reply Regards Alex [[alternative HTML version deleted]]
2016 Jul 18
0
summary() dispatch puzzle
...(Intercept) 251.40510485 6.824556 36.838310 fixed 2 Days 10.46728596 1.545789 6.771485 fixed 3 sd_(Intercept).Subject 24.74044768 NA NA Subject 4 sd_Days.Subject 5.92213326 NA NA Subject 5 cor_(Intercept).Days.Subject 0.06555134 NA NA Subject 6 sd_Observation.Residual 25.59181589 NA NA Residual > which seems consistent at least: You get std.error and statistic for those two terms that you get 'df' and 'p-value from "the go...