search for: yolande

Displaying 13 results from an estimated 13 matches for "yolande".

2012 Aug 03
5
replacement has length zero. In addition: Warning message: In max(i) : no non-missing arguments to max; returning -Inf
Hi, Here is my data, the first 10 rows > u=regCond_all[1:10,] > dput(u) structure(c(999, 999, 999, 999, 999, 999, 999, 999, 999, 999, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 1.9, 2, 1.97, 1.99, 1.83, 1.78, 1.6, 1.52, 1.52, 1.36, 10.53, 9.88, 9.88, 10.53, 10.53, 10.53, 5.26, 9.88, 10.53, 10.53, 5.4, 5.57, 5.46, 5.34, 5.5, 5.59, 5.62, 5.76, 6.23, 6.19,
2012 Jul 16
4
Error in as.xts
...1 4 > diveData_2009 <- as.xts( d1,order.by=as.POSIXct(strptime(paste(d$date, d$TIME ), "%d/%m/%Y %H:%M") )) Error in xts(x, order.by = order.by, frequency = frequency, ...) : NROW(x) must match length(order.by) I could not figure out how to correct it Thank you for your help Yolande [[alternative HTML version deleted]]
2012 Jul 20
2
convert date to a factor
Hello, I would like to convert date as a factor to represent time in a repeated measure situation in the following code. How would I do that? > d <- read.csv(file.path(dataDir,"data.csv"), as.is=T,stringsAsFactors = FALSE) > d[1:2,] id date a b c y 1 1 8/6/2008 Red 15 B 22 2 1 8/6/2008 Green 15 B
2012 Jul 31
3
time series line plot: Error in plot.window(...) : invalid 'xlim' value
Hello, This should be pretty simple but I cannot get it right. Please point to the right code. Thanks. > last <- read.csv(file.path(dataDir,"plot1.csv"), as.is=T,stringsAsFactors = FALSE) > last date r_wvht 1 8/6/2008 0.9766667 2 8/8/2008 0.7733333 3 8/11/2008 1.4833333 4 8/13/2008 1.5766667 5 8/14/2008 1.3900000 6 8/18/2008 0.7800000 7 8/20/2008
2010 Jul 08
1
download gplots and caTools
..."gplots") Loading required package: caTools Error: package 'caTools' could not be loaded In addition: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'caTools' any help is greatly appreciated Yolande [[alternative HTML version deleted]]
2012 Aug 01
1
add text to a plot, create character labels
...t=45,adj=1,labels=as.character(c("2008-01-08","2008-08-10","2008-08-22","2008-09-03", "2008-09-15")), xpd=T, cex=0.8) Error: unexpected numeric constant in "text(axTicks(1),par("usr)[3]-2,srt=45,adj=1,labels=as.character(c("2008" Yolande [[alternative HTML version deleted]]
2012 Jul 17
3
NA instead of time stamp
I was wondering why I get <NA> instead of the timestamp in the following. Thanks. > dataDir <- file.path(wd) > localRaw <- read.csv(file.path(dataDir,"LOCAL.csv"), as.is=T,stringsAsFactors = FALSE) > localRaw[1:2,] Year Month Day hour minute second Temp1mab Temp7mab Temp14mab Salinity1mab 1 2009 10 5 0 0 0 11.288 13.675 13.743 33.513
2010 Jul 20
1
library ts
Hi, I could not locate library ts in the CRAN website. Please help. Yolande [[alternative HTML version deleted]]
2012 Jul 19
1
expert opinion on lmer
Hello, I have the following design, counts were collected at different transects, different depths and different sites at different times. Time is continuous and assumed to be random, all the others are categorical fixed where transect is nested within depth which is nested within site. I would like an expert opinion about the following code where intercept is modeled as random (I am not sure
2012 Jul 29
1
readRDS, In as.double.xts(fishReport$count) : NAs introduced by coercion
Hello, I looked in the R-help but could not find an archive addressing the following. I would like to convert a character to numeric after reading a file with RDS extension. After using as.numeric, I checked if it is numeric. It was not converted. Please help. Here is my code >Report <- readRDS(file="RDS/Report.RDS") > Report[1:2,] dive_id date
2012 Jul 18
2
loop searching the id corresponding to the given index (timestamp)
...ot;, "Black Surfperch,", "Kelp Surfperch,", "Kelp Greenling,", "grass rockfish,")), .Names = c("name_2009", "name_2008", "description"), row.names = c(NA, 15L), class = "data.frame") Thank you for your insight and help, Yolande [[alternative HTML version deleted]]
2023 Jun 03
2
PAM Offline Authentication in Ubuntu 22.04...
Hi friends! The tests you did with "time" awakened in me the idea of looking for something related to timeout related to winbind. Searching the smb.conf manual I found the "winbind request timeout" parameter, whose default value is 60 seconds. Wouldn't it make sense to adjust to a shorter period? P.S.: I don't have a test environment at the moment, so I can't test
2008 May 15
8
Call for help with Wine 1.0 testing
Hi Folks, One key goal for Wine 1.0 is that all of its conformance tests run successfully on nearly all systems. We would really like your help in figuring out how close we are to that goal. To that end, if you are comfortable with checking Wine out via git, could you please visit this page: http://wiki.winehq.org/MakeTestFailures and follow the instructions there? (It's really simple;