search for: varl

Displaying 6 results from an estimated 6 matches for "varl".

Did you mean: val
2006 Sep 11
1
graphics: y limit on xyplot
...ot;col.whitebg")) name <- "Variable name" symbols <- c(1,2,3,4,5,6,7,8,9) patientp <- c(1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9) varp <- c(826,119,168,90,572,323,122,10,42,900,250,180,120,650,400,130,12,33) visitp <- c(1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3) yall <- c(varp,varl,varm,varh) ylimit <- max(yall)*1.1 xyplot(varp ~ visitp, xlab = "Visit", ylab = name, group = patientp, type = "b", lty = 1, as.table = TRUE, main = list("Placebo",cex = 1.0),...
2005 Oct 27
0
where is Jim Lemon? (PR#8259)
...- 3 b <- 6 prob47 <- data.frame(day=factor(rep(1:k,each=b)),blk=factor(rep(1:b,k)), dryhay <- c(1.5,2.1,1.9,2.8,1.4,1.8,1.8,2.0,2.0,2.7,1.6,2.3,1.9,2.5,2.5,2.6,2.1,2.4)) attach(prob47) (ymat <- matrix(dryhay,nrow=b,ncol=k)) library(concord) page.trend.test(ymat) muL <- b*k*(k+1)2/4 varL <- b*(k2)*(k+1)*(k2 -1)/144 (zL <- (79 - muL)/sqrt(varL)) pnorm(zL,lower=F)
2023 Oct 16
1
Ynt: creating a time series
...CET"), to=as.POSIXct("2022-11-26 23:45:00", tz = "CET"), by = 60 * 15) # (365-31-4)*24*4=31680 - OK length(y2022) length(y2017_11_02)+length(y2017_11_12)+length(y2018)+length(y2019)+length(y2020)+length(y2021)+length(y2022) length(zaman_seti) Le 16/10/2023 ? 12:12, ahmet varl? a ?crit : > Hello everyone, > > ? had 15 minutes of data from 2017-11-02 13:30:00 to 2022-11-26 23:45:00 and number of data is 177647 > > ? would like to ask why my time series are less then my expectation. > > > baslangic <- as.POSIXct("2017-11-02 13:30:00",...
2023 Oct 16
2
creating a time series
Hello everyone, ? had 15 minutes of data from 2017-11-02 13:30:00 to 2022-11-26 23:45:00 and number of data is 177647 ? would like to ask why my time series are less then my expectation. baslangic <- as.POSIXct("2017-11-02 13:30:00", tz = "CET") bitis <- as.POSIXct("2022-11-26 23:45:00", tz = "CET") # zaman_seti <- seq.POSIXt(from = baslangic,
2023 Oct 16
1
creating a time series
...ET"), to=as.POSIXct("2022-11-26 23:45:00", tz = "CET"), by = 60 * 15) # (365-31-4)*24*4=31680 - OK length(y2022) length(y2017_11_02)+length(y2017_11_12)+length(y2018)+length(y2019)+length(y2020)+length(y2021)+length(y2022) length(zaman_seti) Le 16/10/2023 ? 12:12, ahmet varl? a ?crit?: > Hello everyone, > > ? had 15 minutes of data from 2017-11-02 13:30:00 to 2022-11-26 23:45:00 and number of data is 177647 > > ? would like to ask why my time series are less then my expectation. > > > baslangic <- as.POSIXct("2017-11-02 13:30:00",...
2014 Mar 13
2
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Nick, I have committed 0001 as r203788. I'm working on fixes for 0002 - 0014. > After reading through this patch series, I feel like I'm missing > something important. Where's the sort function? It looks like we're > still comparing all functions to all other functions. When you insert functions into std::set or its analogs it does all the job for you. Since