search for: quadratev

Displaying 4 results from an estimated 4 matches for "quadratev".

Did you mean: quadratec
2012 May 15
1
Error in eval(expr, envir, enclos) : object 'Rayos' not found???
...pr, envir, enclos) : object 'Rayos' not found Please advise, Jean require(plyr) resp <- read.csv("ABC Arribada R File Dec 12 Jean Jang.csv") envir <- read.csv("Responses Environ. Arribada Dec. 12.csv") resp <- resp[!is.na(resp$Aeventexhumed), ] resp$QuadratEvent <- paste(resp$QuadratID, resp$Aeventexhumed, sep="") resp$QuadratEvent <- as.character(resp$QuadratEvent) envir <- envir[!is.na(envir$Aeventexhumed), ] envir$QuadratEvent <- paste(envir$QuadratID, envir$Aeventexhumed, sep="") envir$QuadratEvent <- as.chara...
2012 May 12
1
masked by GlobalEnv ???
...do something about this? Jean > require(plyr) Loading required package: plyr > turtlehatch <- read.csv(file.choose()) > attach(turtlehatch) The following object(s) are masked _by_ '.GlobalEnv': Aeventexhumed, DeadHatch, ExDate, Hatchlings, MaxHatch, Oldeggs, Quadrat, QuadratEvent, ST0, ST1, ST2, ST3, ST4, Sector, Shells, TotalEggs -- View this message in context: http://r.789695.n4.nabble.com/masked-by-GlobalEnv-tp4628664.html Sent from the R help mailing list archive at Nabble.com.
2012 Oct 07
1
Error - function join()
...have used before but an error seems to be apparent. Has the function "join" been replaced by another word? I tried this before and it didn't work and then worked for me. But now it is not working again. Please advise, Jean > data.to.analyze <- join(responses, envir, by="QuadratEvent") Error: could not find function "join" -- View this message in context: http://r.789695.n4.nabble.com/Error-function-join-tp4645369.html Sent from the R help mailing list archive at Nabble.com.
2012 Oct 08
0
Best method for comparing rectangles sections of beach
...736 0.03812 --- Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 5 observations deleted due to missingness Warning message: In model.matrix.default(mt, mf, contrasts) : variable 'Aeventexhumed' converted to a factor --------- > head(data.to.analyze) QuadratEvent ExDate Sector Quadrat Aeventexhumed ST0 ST1 ST2 ST3 ST4 Shells 1 8.1A Nov. 26, 2010 14 8 A 6 0 1 98 1 72 2 10.1A Nov. 26, 2010 13 10 A 4 0 0 109 1 74 3 14.1A Nov. 18, 2010 20 14...