search for: kya

Displaying 6 results from an estimated 6 matches for "kya".

Did you mean: kva
2000 Sep 07
6
Writing a tabel in LaTeX-format
I have a vague recollection of seeing a R-function that will output a table or matix in a format suitable for the tabular enviroment in LaTeX. But I cannot find it. Any hints? Bendix ---------------------- Bendix Carstensen Senior Statistician Steno Diabetes Centre Niels Steensens Vej 2 DK-2820 Gentofte Denmark tel: +45 44 43 87 38 mob: +45 28 25 87 38 fax: +45 44 43 73 13 bxc at novo.dk
1999 Oct 01
1
2D wavelet modules exist for R?
Dear R users, did anybody write a 2D wavelet module for R? Thanks. Armin Swiss Federal Institute of Technology http://statwww.epfl.ch/people/roehrl Kya aap statooed hai? http://www.statoo.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "b...
2000 Sep 07
2
read.table
When I read a table (the dimnames of the table are numbers), R reads the column names as: X plus the number (X1,X2,X3,...) and the rownames as the numbers (1,2,3,...) How can I suppress this action? The code and the output: ^^^^^^^^^^^^^^^^^^^^^^^^ > r2<-read.table("h:\\matrix",header=T,dec=",",na.strings="-99") > dimnames(r2) [[1]] [1] "500"
2000 Nov 07
1
coercion of LHS to a list
I'm using R to manipulate some data for testing nebulisers. I have a data frame as follows: Volt ABal 0.4208 A1 0.3982 AF 0.4353 B1 0.3954 BF 0.4355 C1 0.3975 CF 0.4345 I also have a calibration curve loaded Voltage NaF LogNaF 1 0.3588 20 1.30103 2 0.3990 100 2.00000 3 0.4391 500 2.69897 If I try to
2000 Dec 16
1
R-1.2.0 installation problems...
...on 1.0.0 (February 29, 2000) ... > dyn.load("/usr/R-1.2.0/library/ctest/libs/ctest.so") > is.loaded("swilk") [1] TRUE Any help would be appreciated. Greets Diego -- Diego Kuonen http://wap.kuonen.com http://stat.kuonen.com http://www.Statoo.ch Kya aap statooed hai? http://www.Statoo.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not th...
2000 Apr 29
4
S-Plus 2000 <-> R 1.0.1
Good day: Let's say that I have a data frame in S-Plus 2000 (Win98 version). I want to use the same data frame with R on another computer. Questions: 1) Can R read S-Plus data frames? Can S-Plus 2000 read R data frames? 2) How can i move the data frame between the two systems? Do I need to use dump()? Thank you.