Displaying 3 results from an estimated 3 matches for "turtlehatch".
2012 Oct 04
1
Error not found - for file retrieval with head()
Hi R-listers,
I am in plyr and using the script below and when I try to pull up the .csv
file with head() it does not show up. I am not sure where I am going wrong.
I have also checked the file box for turtlehatch.csv and it still does not
show up when I head(turtlehatch.csv). Am I missing a command?
Please advise, Jean
> devel.index <- function(values, weights=c(1, 2, 3, 4, 5, 6)) {
+ foo <- values*weights
+ return(apply(foo, 1, sum) / apply(values, 1, sum))
+ }
> data.to.analyze$Develop...
2012 Jan 19
2
Interpreting script - write.csv
Hi All,
I am a beginner to R and a prof helped me with some script. I am having
trouble understanding the below line. Is it finding the file
turtlehatch.csv? I do not have my working directory set to this file. If so
I tried ("file.choose") and it did not work. R did nothing in response, no
error message with this entry and the below entry.
Can you please help me interpret? :
write.csv(data.to.analyze, "turtlehatch.csv", row....
2012 May 12
1
masked by GlobalEnv ???
...i R Listers,
I am trying to upload a data file and I received this message. It seems that
I am still able to make graphs and Aeventexhumed still works in the
analysis. Can I ignore this message or do I need to 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:...