Displaying 20 results from an estimated 200 matches similar to: "plot/screen"
2003 Jan 28
2
symbol
Dear R helpers
I would like to make a plot where the symbols were the numbers
of the corresponding classes, i.e, samples of class 1 would the
symbol 1, samples of class 2 would have symbol 2,....
Is this possible?
Thank you
Luis
--
Kit SAPO.ADSL.PT Apenas 50 ?.
Adira j? em http://www.sapo.pt/kitadsl
2003 Jul 22
6
variable names
Dear helpers
I want to use rpart several times in a loop to build a classification tree. My problem is that rpart needs a formula as argument and for that the variables need to have names and this doesn't happen in my case. Every iteration in the loop has a different dataset with several variables (ex. 38 or more) and so I can't type the names by hand every time. Is there any function
2011 Nov 18
2
Export Tree for latex
Hello everybody.
I'm trying to send the result of a decision tree for latex, but I do not
get with the package(xtable), there is a package that make this export
Export this for latex
marital.status = Divorced
| educational.num <= 12: <=50K (1795.0/90.0)
| educational.num > 12
| | hours.per.week <= 41: <=50K (302.0/58.0)
| | hours.per.week > 41
| | |
2002 Nov 02
2
Partial Least Squares
Hi everybody!
Is there any package or functions to make Partial Least Squares
analysis with R?
Thanks a lot
Luis
--------------------------------------------
sapo.pt/kitadsl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2002 Nov 14
1
plot rotation
Hi
I made a 3d plot with scatterplot3d, but I would like to rotate
it to achieve the best view of the data. Is this possible?
Thanks a lot
Luis
--------------------------------------------
sapo.pt/kitadsl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2002 Nov 17
1
Xgobi II
Hi again.
Thank you for the tips but I don't know what is a X server. I
remember that I?m working with my own notebook. Is this
possible? I could also try to run it in my faculty.
thanks
Luis
--------------------------------------------
sapo.pt/kitadsl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2002 Oct 15
1
R memory
Hello
I was doing PCA (principal component analysis) with a DNA
expression matrix (7000 rows/38 columns; from golubEsets) but I
had the following problem
"Error:cannot allocate vector of size 397051 Kb
In addition: Warning message:
Reached total allocation of 119Mb: see help(memory.size)"
I've already done some filtering (reduced to 3051 rows) but the
problem remains, only the
2002 Dec 12
1
Anova
Hi,
I have a microarray matrix 3000x70 for example (genes x
experiments). This data has more than 2 classes. I would like
to make some filtering on the genes. For example, I would like
to exclude genes with the same mean expression across all
classes. This is a problem of ANOVA
H0:mu1=mu2=...=muk
H1: at least one is different
First question: Do you think Anova is reasonable for this?
Second
2004 Jul 01
1
Factors.
Hello,
I'm new with R. I need some help; I have a matrix of data to wich i want to
apply the function dudi.acm to perform multiple correspondence analysis.
However to use it all variables must be factors, so how can i turn each column
of the matrix into a factor? I've tried as.factor. It works isolated for each
column, but when I form the matrix of all factors it doesnt work.
Please
2000 Mar 15
1
evaluation is nested too deeply: infinite recursion?
hello R-users,
I'm trying to port from S+4 a library called S2HTML.
generic function HTMLExport, when called for a lm object, uses
HTMLExport.lm which itself calls HTMLExport.list to export the summary.
My problem is that HTMLExport.list may itself call HTMLExport (and so
HTMLExport.list) for components of the lists that are lists themselves
(like "terms" component of an lm object).
2002 Nov 28
2
Logistic Regression with 9 classes
Hello!
I need to classify a data set with 19 variables and 9 classes
using Logistic Regression(on R).
I know that when we have only 2 classes we can use glm() to
estimate the coefficients of the model. But I don?t understand
how can I do a classification task with Logistic Regression on
a data set with 9 classes!
Does anybody know how can I estimate these coefficients (of a
model with 9
2002 Nov 19
0
memory
>Subject: Error: cannot allocate vector of size 554 Kb
> Does anyone know how I can avoid this error?
>
> Error: cannot allocate vector of size 554 Kb
>
> I think my computer should have enough memory to allocate
such vector.
Hi,
I had that problem already. In windows I did this
C:\Programas\R\rw1060\bin\Rgui.exe --max-mem-size=400M
in the icon path of R. You'll
2003 Mar 11
1
MAPE
Hi again
With arima0 the problem was solved but what are the diferences
between arima and arima0?
I have another question. I fit the model to the data and I make
some predictions. But I also want to calculate MAPE based in
the last 3 observations available. Is it possible? Can I obtain
the fitted values from the model?
thanks~
luis
--
SAPO ADSL.PT, apanhe j? o comboio da Banda Larga. Kit
2002 Nov 16
1
Xgobi
Dear helpers,
I'm working with expression matrices (DNA microarrays) and my
professor suggested me to investigate the possibilities of
Xgobi. Searching the net I found that I could use it with R. Is
that true?
How can I do this? I'm working on a Windows ME notebook. I've
already got xgobi.zip from CRAN and xgobi.zip from Professor
Brian Ripley
2002 Nov 17
2
compile
Hi again,
Thanks for the tips on Xgobi. I'll try them. Now I have another
question. There is a package (not submitted to CRAN yet), that
I would like to use, but it has the extension .tar, so it's for
Linux platforms am I rigth? Is it possible from those files to
compile for Windows?
Nice weekend for all
Luis
--------------------------------------------
sapo.pt/kitadsl
2003 Mar 11
1
about yesterday predicted values
I don't understand where is my problem. I tried the problem
suggested by Prof. Brian Ripley
data(USAccDeaths, package="ts")
and it worked. So this is not a machine or configuration
problem. This is my series (dataset1.ts)
Jan Feb Mar Apr May Jun
Jul Aug
1998 20957656 22280838 28048581 32286754 36456729 35575315
34127179 34363108
1999
2002 Nov 05
2
Canonical variates
Hi,
Does anybody know some package or function that computes
canonical variates?
Luis & Janete
--------------------------------------------
sapo.pt/kitadsl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2011 Oct 25
1
alternative option in skewness and kurtosis tests?
I have a question about the D'Agostino skewness test and the Anscombe-Glynn
kurtosis test.
agostino.test(x, alternative = c("two.sided", "less", "greater"))
anscombe.test(x, alternative = c("two.sided", "less", "greater"))
The option "alternative" in those two functions seems to be the null
hypothesis. In the output, the
2011 Feb 22
2
Plotting a functional time series
Hello,
I'm willing to plot a sequence of densities on a 3d graph, something like
-----------------------------------------------------------------
x <- sapply(1:10, function(i)rnorm(1000))
f <- sapply(1:10, function(i)density(x[,i], from=-5,to=5)$y)
grid <- density(x[,1], from=-5,to=5)$x
win.graph()
persp(grid1, 1:10, f,theta=-50, phi=30, d=2)
2010 Jul 16
0
Mixed Conditional Logit with nested data
Hello Everyone,
This is my first attempt to do something in R. As a precursor to a Willingness to Pay analysis, I want to conduct a Mixed Conditional Logit analysis but am unsure how to proceed because of some nesting within my data.
Below is some data and code that illustrate what I’m trying to do. The data are based on responses to a conjoint survey obtained during pilot testing. In the