Displaying 6 results from an estimated 6 matches for "veks".
Did you mean:
eks
2008 Apr 30
2
Can R do rts (Regular Time Series) like S-Plus?
Dear readers,
S-Plus have a rts function (Regular Time Series), which is used like so:
fveks<-read.csv('http://louise.hoffman.googlepages.com/veks.csv',header=TRUE,sep=',')
attach(fveks)
acf(ts.intersect(rts(HC.f),rts(Ta.f),rts(GR.f),rts(W.f)))
Warning the csv file is 750kB.
Can the same be done in R?
Lots of love =)
Louise
2009 Jun 15
2
function inside ifelse
Hi,
Could you tell me, if it's possible to create ifelse and put function
inside, for example:
code{
ifelse ((is.na(vek)), call_fun_1(arguments), call_fun_2(arguments))
call_fun_1 <- function(arguments)
{ sth...
}
}
--
View this message in context: http://www.nabble.com/function-inside-ifelse-tp24035739p24035739.html
Sent from the R help mailing list archive at Nabble.com.
2013 Feb 11
0
Windows 7 against Samba+LDAP does not work with some passwords
Dear all,
I have installed Samba (3.6.6) on Debian wheezy and configured it to
authenticate against LDAP (encrypted passwords, no lanman). I want
simple shares with user security. I have configured PAM/NSS from the
same LDAP and it works fine.
WinXP works fine, smbclient works fine, but Windows 7 only works for
SOME passwords. Some work, some do not.
Samba is configured with restricted LDAP
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2023 Jan 11
0
New CRAN package announcement: azlogr
I am excited to announce that `azlogr` is published on CRAN!
This package?enables logging in 'R' by extending the functionality of 'logger' package. There is an option to add additional custom meta-data while logging, which can sometimes be helpful.?Logging messages are displayed on console and optionally they are sent to 'Azure Log Analytics' workspace in real-time.
The
2023 Jan 11
0
New CRAN package announcement: azlogr
I am excited to announce that `azlogr` is published on CRAN!
This package?enables logging in 'R' by extending the functionality of 'logger' package. There is an option to add additional custom meta-data while logging, which can sometimes be helpful.?Logging messages are displayed on console and optionally they are sent to 'Azure Log Analytics' workspace in real-time.
The