search for: varh

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

Did you mean: var
2006 Sep 11
1
graphics: y limit on xyplot
...tebg")) 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), scal...
2001 Sep 18
3
Problem with transfering large files.
...roken pipe". Without this "big files" everything works smoothe. I searched to find anything about this problem but so far without any luck. Source machine : Solaris 8, rsync-2.4.6 Destination machine : FreeBSD 4.1.1, rsync 2.4.6 Command run(from source machine): rsync -vaRH --timeout=2400 --bwlimit=200 --numeric-ids --delete \ -e 'ssh -i /root/.ssh/identity.machine -l root -C -x' \ . copy:machine >> /var/tmp/logg 2>&1 Help apreciated. Regards Lasse
2013 Feb 12
0
error message from predict.coxph
...ected", se.fit=TRUE) # The error appears to be an incorrect subscripting of xbar (and xbar2) in defining dt (and dt2) in one part of predict.coxph: # #if (ncol(y) == 2) { # if (se.fit) { # dt <- (chaz * newx[indx2, ]) - xbar[indx2, ] # *** SHOULD BE JUST xbar # se[indx2] <- sqrt(varh + rowSums((dt %*% object$var) * dt)) * newrisk[indx2] # } #} #else { # j2 <- approx(afit$time, 1:afit.n, newy[indx2, 2], method = "constant", f = 0, yleft = 0, yright = afit.n)$y # chaz2 <- approx(-afit$time, afit$cumhaz, -newy[indx2, 2], method = "constant", rule = 2,...