search for: rongguiwong

Displaying 5 results from an estimated 5 matches for "rongguiwong".

2004 Sep 21
3
how to take this experiment with R?
How about: x <- data.frame(matrix(rnorm(1550),c(50,31))) model <- step(lm(x[,1] ~ as.matrix(x[,2:31]))) --Matt -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch]On Behalf Of rongguiwong Sent: Monday, September 20, 2004 20:52 PM To: r-help at stat.math.ethz.ch Subject: [R] how to take this experiment with R? This message uses a character set that is not supported by the Internet Service. To view the original message content, open the attached message. If the text doesn't di...
2004 Oct 18
3
how to study the code of R
i want to study R programming by studying the existing code from R itself,but i don't know how to read the code,can any one give me some guide? my R is installed in /usr/lib/R/ [ronggui at mylinux ronggui]$ /usr/lib/R/ afm bin doc etc include library modules share > version _ platform i586-mandrake-linux-gnu arch i586 os linux-gnu system i586,
2004 Nov 06
3
how to read this matrix into R
the following the the lower.tri matrix in a file named luxry.car and i want to read it in R as a lower.tri matrix.how can i do? i have try to use help.search("read"),but no result what i want. 1.000 0.591 1.000 0.356 0.350 1.000
2004 Nov 03
2
how to compute condition index?
is there any existing function for computing condition index? " analysing multivariate data" say that we can use condition index to check multicollinearity.saying that we can get it via SVD. The elements of the diagnoal matrix are the standard deviations of the uncorrelated vectors. the condition index is the ratio of the largest of these numbers to the smallest. so if i have a data
2004 Sep 26
2
how to set options (variables) permanently
Hi, after starting Emacs/ESS/R environment I tried to launch "edit" or "fix". This normally should fire up the $editor, isn't it. Instead of this I regularily I run into an error that there something wrong with $editor. ----------------------------------------------- > op <- options(); str(op) Amongst many entries you'll find this: $ editor