Displaying 3 results from an estimated 3 matches for "kunnskapssenteret".
2009 Feb 24
2
using perl regular expression
Hello everybody!
I'm using Perl regular Expression for find pattern in my data set.
The pattern is: NaQxy, where a=E, F, G or H and xy != 29. I have tried this:
pattern <- "^N[E-H]Q[0-9]{2,2}"
index <- grep(pattern, X, perl=T) #where X is my vector
But the problem is the xy should not be 29. How can I solve this problem.
Thanks!!!
Regards,
Katrine
[[alternative
2009 Jan 21
0
Linux 64-bit server crashes on large dataset
Hello everybody!
We have a problem with a linux server that crashes when we try to read large datasets in R.
The R code is as followed:
komplett <- read.spss("komplett2003aar.sav", to.data.frame =TRUE, reencode ="Latin1")
The information about the linux server is:
Linux version 2.6.24-19-generic (buildd at king) (gcc version 4.2.3
(Ubuntu 4.2.3-2 ubuntu7)
We had a
2009 Sep 18
1
Updating R-code in own package
Hey everybody!
We have created our own package, and need to do some corrections in the R-code of one of the function included in the package.
How can I do that. I have read a manual how to create an R package, but I can't find anything about updating R-code in the package.
Best regards,
Katrine
[[alternative HTML version deleted]]