search for: fdat

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

Did you mean: dat
2007 Jun 08
1
Need Help with robustbase package: fitnorm2 and plotnorm2
...post requesting help to this mailing list. I am new to R. My apologies for any breach in posting etiquette. I am new to this language and just learning my way around. I am attempting to run some sample code and and am confused by the error message: Loading required package: rrcov Error in fitNorm2(fdat[, "FSC-H"], fdat[, "SSC-H"], scalefac = ScaleFactor) : Required package rrcov could not be found. In addition: Warning message: there is no package called 'rrcov' in: library(package, lib.loc = lib.loc, character.only = TRUE, logical = TRUE, > that I get when...
2005 Nov 09
0
annot have zero distances in "corSpatial"
Hi all, I have been attempting this repeated measure analysis where correlation among observations (within each subject) is spatial. My command is: >fdat.lme1<-lme(Lint~Rep+Treatment,data=fdat,random=~1|fldPos,correlation=corLin(form=~lat+lon)) It is generating follwoing error: Error in getCovariate.corSpatial(object, data = data) : Cannot have zero distances in "corSpatial" first I thought that decimal values of latitude/longitude...
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things (and in partiter part), fixes few minor issues and adds a few new features. Details are in the following commits, below is the summary and pull details at the end. Shao - any chance to peek over them ? Most of those are relatively simple changes and well tested, though of course something might have slipped my attention.