Displaying 5 results from an estimated 5 matches for "sterreichisches".
2004 Nov 30
6
How to know if a bug was recognised
Hello!
A problem with special characters seemed to me to be a bug. I sent a mail
to R-windows at r-project.org concerning the problem (see below).
How can I find out, if this is considered as a bug or an error of myself?
Which part of FAQs or documentation did I miss to find the answer?
thanks in advance
Heinz T??chler
-------------------- copy of abovementioned mail ----------
to: R-windows
2004 Nov 30
1
Attn Heinz Tuechler: Re: problem with special characters (ä,ö,ü)
[I tried to send this message privately, but the return address
bounced.]
I think this has been fixed in R-patched, but I doubt if the fix has
been tested in Win98. Could you please download a copy from
<http://cran.r-project.org/bin/windows/base/rpatched.html> and confirm
that it has been fixed?
Duncan Murdoch
On Sat, 27 Nov 2004 23:31:23 +0100, Heinz Tuechler <tuechler at gmx.at>
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://www...
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://www...