Displaying 3 results from an estimated 3 matches for "lzg".
Did you mean:
log
2012 Jul 12
0
HAR-RV-CJ Moedel
...q(1, nrow(dollar), by =3), ]
tim = strptime(dollar[,1], "%d/%m/%Y %H:%M");
dollar$day = format(tim, "%Y-%m-%d");
##ddx <- row index for each day
ddx = split(seq.int(nrow(dollar)), dollar$day);
dollarbns = data.frame(day=as.Date(names(ddx)), m=NA, rtn=NA, rv=NA, bv=NA,
zg=NA, lzg=NA, zj=NA, zmj=NA, lzm=NA, zgtp=NA, lzgtp=NA, zmjtp=NA, zjtp=NA,
lzmtp=NA);
for (i in seq_along(ddx)) {
##quotes for day i
x = dollar$mid[ddx[[i]]];
n = length(x);
y = log(x[-1]/x[-n]);#log price difference
y2 = y^2
m = length(y);
z999 = (qnorm(1 - .001))
if (m>=260) {
##ra...
2012 Jan 09
1
par.plot() for repeated measurements
...at except one thing about the
label of the axises. I tried to label both x and y axises using ylab and
xlab options. But the plot only gives variable variables. The labels did not
show up. Below is the code I used. Any comments are appreciated! Thanks.
library(gamlss)
enable2r=read.csv("D:\\lzg\\jointmodel\\enable2r.csv",header=T)
enable2r$ID<-factor(enable2r$ID)
par.plot(factpal~timetodeath2,data=enable2r,sub=ID,ylim=c(45,184),ylab='FACIT-PAL',xlab='Time
to death',color=FALSE,lwd=1)
--
View this message in context: http://r.789695.n4.nabble.com/par-plot-for-repe...
2015 Jul 15
5
Still considering backup utilities
I hear that backuppc does *not* have a native *Doze client. On the other
hand, I know amanda's been around a long time, and it does. Opinions on
amanda, folks?
mark