Displaying 20 results from an estimated 20000 matches similar to: "compile"
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
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 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",
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
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 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
2003 Apr 08
2
tree plot
Hello helpers
I have this problem. When I plot a regression tree, some words 
are cutted in the figure. There is an attached file tree.ps to 
see what I'm saying. In the right figure some labels are 
cutted. How can I solve this problem?
--
http://adsl.sapo.pt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tree.ps
Type: application/postscript
Size: 4743
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
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
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
2003 Jan 25
1
plot/screen
Dear helpers
I have this code to make 10 plots in the same device
a<-1
split.screen(c(2:5))
for (i in 1:10){
nova.matriz<-a*sigma+(1-a)*S
proj<-calculo.comp(treino,nova.matriz)
print(proj[,1:2])
screen(i)
plot(Re(proj[c(2,3,6,9:11,14,23),1:2]),xlim=range(c(-
15:15)),ylim=range(c(-5:5)),col="black")
points(Re(proj[c(1,4:5,7:8,12:13,15:22,24:27),1:2]),col="red")
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
2003 Apr 23
9
sum
Dear helpers
I have a list where each element is a matrix (the list is 
obtained with lapply). I want to sum those matrices. Is there a 
function to do that? The sum function sums all the elements...
--
http://adsl.sapo.pt
1999 Oct 07
1
Xgobi
I have been trying to get Xgobi to work with the function xgobi( ), but
I keep on getting the message ""Xgobi requires a filename or some data
from stdin" in the DOS-shell. My Xgobi.bat file is :
@echo off
 PATH=c:\windows\
set DISPLAY=195.23.18.11:0.0
set XGOBIDIR=c:/Xgobi3
c:\Xgobi3\xgobi.exe
In R I get:
> xgobi(D1)
C:\RW0642/library/xgobi/scripts/xgobi.bat -vtitle
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 Mar 17
6
projection pursuit
Dear helpers
Does R have a package that performs projection pursuit density estimation? Or 
anyone knows code in Matlab or C for example to do this?
Thank you all
Luis
2001 Aug 15
1
Help with XGobi.
Hi,
I followed the following sequence of commands after installing 'XGobi':
>library(xgobi);
>data(ToothGrowth);
>xgobi(ToothGrowth);
I got the following warning message:
C:/R13 1.0/rw1030/library/xgobi/scripts/xgobi.bat -vtitle 'ToothGrowth' -std mmx
C:/DOCUME~1/h1452992/LOCALS 1/Temp/xgobi-TthGr5705 
Warning message: 
argument `pkg' is deprecated.  Use
2003 Apr 14
2
categorical variables
Dear helpers
I constructed a data frame with this structure
> str(dados1)
`data.frame':   485 obs. of  16 variables:
 $ Emissor         : int  1 1 1 1 1 1 1 1 1 1 ...
 $ Marisca.Rio     : int  1 1 1 1 1 1 1 1 1 1 ...
 $ Per?odo         : int  1 1 1 1 1 1 1 1 1 1 ...
 $ Reproducao      : int  3 3 3 3 3 3 3 3 3 3 ...
 $ Estacao         : int  2 2 2 2 2 2 2 2 2 2 ...
 $ X30cm           : int
2002 Apr 12
1
xgobi
Hi,
Just started with exploring R. Nice ! (for many years using Splus).
I tried to install and activate the package xgobi.
- first download of xgobi.zip
- then the R-command to install:
    install.packages('N:\\d024\\xgobi.zip',CRAN=NULL)
- finally the command to attach the library:
    library(xgobi)
Up to now, everything seemed to work. Also the help. No warnings that
the
2002 Jul 24
2
No subject
Hi, I am trying to use xgobi with R on a windows XP machine.  I downloaded the package, which seems to have worked and started on the tutorial supplied.  The command 
   data(laser)  
works fine
but the command
  xgobi(laser)
returns
   C:/PROGRA~1/R/rw1051/library/xgobi/scripts/xgobi.bat -vtitle 'laser' -std  mmx C:/DOCUME~1/Adam/LOCALS~1/Temp/xgobi-laser19169 
> 
with nothing