Displaying 2 results from an estimated 2 matches for "jqrt".
2008 Oct 21
3
R Help
Hi, I have the following code and am using R 2.7.2:
JIBqq <- (Jqrt.IB[2:length(Jqrt.IB)]/Jqrt.IB[1:(length(Jqrt.IB)-1)])-1
JIBqq <- cbind(zoo(JIBqq, Jqrt.time[2:length(Jqrt.time)]))
y.JIBqq <- merge(JIBqq,lag(JIBqq,-1))
> y.JIBqq
JIBqq lag(JIBqq, -1)
2004-06-30 0.003318909 NA
2004-09-30 -0....
2013 Oct 25
1
separate mail_location for system and normal users
How to configure dovecot to use different default mail_location for
system (uid<1_000) and normal users (uid>=1_000)?
I want to to use by default
* classic mailbox in standard location for system users
* maildir in $HOME subdirectory for normal users