Displaying 5 results from an estimated 5 matches for "xcui".
Did you mean:
cui
2010 Nov 11
1
change axis labels and text size in "splom"
Hi everyone:
I'm using "splom" to draw scatterplot matrix. I'm wondering how can I change the axis labels to c(1,10,100,1000,...)
instead of c(1,2,3,...), and also how can I change the text size (for labels)?
Thanks a lot!
xcui
2011 Mar 07
2
use "caret" to rank predictors by random forest model
Hi,
I'm using package "caret" to rank predictors using random forest model and draw predictors importance plot. I used below commands:
rf.fit<-randomForest(x,y,ntree=500,importance=TRUE)
## "x" is matrix whose columns are predictors, "y" is a binary resonse vector
## Then I got the ranked predictors by ranking
2010 Nov 12
1
can not produce graph using "splom"
Hi,
I wrote a function basically to first read an input data file, then open an pdf file and draw graph using "splom". When testing, I ran the function line by line, it can produce nice plot, but with like 50 warnings. However, whenever I ran this function as a whole, it can not produce any plot, the pdf file has nothing in it. It seems the "splom" function even hasn't
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
David Winsemius, MD
West Hartford, CT
------------------------------
Message: 86
Date: Mon, 22 Nov 2010 15:55:50 -0500 (EST)
From: Xiaoqi Cui <xcui at mtu.edu>
To: r-help <r-help at r-project.org>
Subject: [R] R package "kernlab" can not be properly loaded
Message-ID:
<1590317927.1718871290459350354.JavaMail.root at marlbed.merit.edu>
Content-Type: text/plain; charset=utf-8
Hi,
I tried to load the package "kern...
2010 Nov 22
2
R package "kernlab" can not be properly loaded
Hi,
I tried to load the package "kernlab" under R-v11 and R-v10, however it gave error message:
Error in library.dynam(lib, package, package.lib) :
shared library 'kernlab' not found
In addition: Warning message:
package 'kernlab' was built under R version 2.12.0
Error: package/namespace load failed for 'kernlab'
Has anybody loaded this successfully before?