Displaying 5 results from an estimated 5 matches for "sterreichisch".
2004 Nov 30
6
How to know if a bug was recognised
...ecial characters I found a strange behaviour in R 2.0.1 and equally
in
R : Copyright 2004, The R Foundation for Statistical Computing
Version 2.0.1 (2004-11-15), ISBN 3-900051-07-0
Operating System: Windows 98SE
example:
factor1<-as.factor(c("weiblich","m??nnlich","??sterreichisch","fr??hreif","Gru??
"))
factor1
> factor1
[1] weiblich m\344nnlich \366sterreichisch fr\374hreif
[5] Gru\337
Levels: fr??hreif Gru?? m??nnlich ??sterreichisch weiblich
with best wishes
Heinz T??chler
2004 Nov 30
1
Attn Heinz Tuechler: Re: problem with special characters (ä,ö,ü)
...ge behaviour in R 2.0.1 and equally
>in
>R : Copyright 2004, The R Foundation for Statistical Computing
>Version 2.0.1 (2004-11-15), ISBN 3-900051-07-0
>
>Operating System: Windows 98SE
>
>example:
>factor1<-as.factor(c("weiblich","m??nnlich","??sterreichisch","fr??hreif","Gru??
>"))
>factor1
>> factor1
>[1] weiblich m\344nnlich \366sterreichisch fr\374hreif
>
>[5] Gru\337
>Levels: fr??hreif Gru?? m??nnlich ??sterreichisch weiblich
>
>with best wishes
>
>Heinz T...
2008 Apr 21
2
graphics history
...ssion. Th user can scroll back and see the last graphs (or same graph with some changes in parameters). I did not find out yet how to activate the history by code. Any ideas?
Thanks and best regards,
Norbert
--
**********************************************************
Mag. Norbert Neuwirth
?sterreichisches Institut f?r Familienforschung (?IF) - Universit?t Wien
Austrian Institute for Family Studies - University of Vienna
http://www.oif.ac.at
e-mail: norbert.neuwirth at oif.ac.at
tel: +43-1-4277-489-11
fax: +43-1-4277-9-489
address: A-1010 Wien, Grillparzerstra?e 7/9
2005 Dec 03
1
Correlation matrix from a vector of pairwise correlations
...orresponding correlation matrix?
I tried using the "combn"-function in "combinat" package:
library(combinat)
combn(c(0.1,0.2,0.3,0.4),2)
, but to no avail...
Thank you for your help,
Serguei Kaniovski
--
___________________________________________________________________
??sterreichisches Institut f??r Wirtschaftsforschung (WIFO)
Name: Serguei Kaniovski Postadresse: Postfach 91
Tel.: +43-1-7982601-231 A-1103 Wien
Fax : +43-1-7989386 Standort: Arsenal Objekt 20
Mail: Serguei.Kaniovski at wifo.ac.at A-1030 Wien
http://w...
2005 Dec 04
4
Construct a data.frame in a FOR-loop
Say I have a FOR-loop for computing powers (just a trivial example)
for(i in 1:5)
{
x<-i^2
y<-i^3
}
How can I create a data.frame and a 3D plot of (i,x(i),y(i)), i.e. for
each iteration
Thanks,
Serguei Kaniovski
--
___________________________________________________________________
??sterreichisches Institut f??r Wirtschaftsforschung (WIFO)
Name: Serguei Kaniovski Postadresse: Postfach 91
Tel.: +43-1-7982601-231 A-1103 Wien
Fax : +43-1-7989386 Standort: Arsenal Objekt 20
Mail: Serguei.Kaniovski at wifo.ac.at A-1030 Wien
http://w...