Displaying 7 results from an estimated 7 matches for "matthiaswendel".
2008 Jan 09
0
WG: subsetting
-----Urspr?ngliche Nachricht-----
Von: Matthias Wendel [mailto:office at matthiaswendel.de]
Gesendet: Mittwoch, 9. Januar 2008 13:06
An: 'r-help-bounces at r-project.org'
Cc: 'Gabor Grothendieck'
Betreff: AW: [R] subsetting
Thank you, Gabor, for this clarificaton. This is very helpful f?r me.
Matthias
-----Urspr?ngliche Nachricht-----
Von: Gabor Grothendieck [mailt...
2008 Jan 09
2
labels to values
I couldn't find out how the following to solve:
There is a column in a data.frame:
> d[, 'Y6']
[1] 6 3 8 11 8 9 6 8 3 5 10 15 NA 9 8 3 8 16 6 6 NA 10 5 2 7 7 6 16 7 15 7 10 12 8 7 12 12 16 7 6 8 8
15 6 [45] NA 8 99 7 12 8 9 16 7 16 8 7 7 1 15 12 8 7 10 7 8 7 8 9 8 6 6 8 6 16 11 5 11 11 1 11 3 7 7 10
10 10 6 11 [89] 16 NA
2008 Jan 04
2
subsetting
I'm using R Version 2.6.1 under Windows XP.
> search()
[1] ".GlobalEnv" "s" "s" "package:cairoDevice"
[5] "package:datasets" "package:foreign" "package:graphics" "package:grDevices"
[9] "package:gWidgetsrJava"
2007 Dec 28
0
encoding question again
Hi,
I'm running the actual R version in JGR (version 1.5-8 ).
Sys.getlocale(category = "LC_ALL") yields
[1] "LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252"
I want to write some HTML-Code enhanced by statistical results and labels encoded in Latin-1, which I pass to a function. Some
2007 Dec 30
1
Another problem with encoding
Hi
I've imported an spss-file using read.spss. One variable has value like '?rzte'. I thought this is UTF-8 encoded, but it is not
(as the results of iconv and utf8ToInt suggest). Is there any way to find out how these spss-values are encoded?
Regards,
Matthias
2007 Dec 27
1
encoding question again
Hi, R Devils,
I'm running the actual R version in JGR (version 1.5-8 ). Sys.getlocale(category = "LC_ALL") yields
[1] "LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252"
I want to write some HTML-Code enhanced by statistical results and labels encoded in Latin-1, which I pass to a function.
2008 Jan 02
1
WG: AW: Another problem with encoding
Hello, Peter,
I tried it out: iconv(names(attributes(spss[,'Y6'])[[1]][14]), "UTF-8", "LATIN1", sub='byte') yielded
[1] "<c4>rzte Chirurgie"
and c4 corresponds in most encodings to ?. What can I do next? I wonder whether there is a more comfortable way then to change the
occurences of <..> by the adequate character.
Regards,
Matthias