similar to: replacement and extraction functions

Displaying 20 results from an estimated 100 matches similar to: "replacement and extraction functions"

2000 Jan 20
2
Which Linux distribution?
I'm an user of R for Windows (95/NT PENTIUM I and II) mostly for educational purposes. I thinking of moving to Linux, is there any Linux distribution in which R works better? or it would have to work fine in any Linux distribution? Thanks for any hint ************************************************************* * Eusebio Arenal Guti?rrez * * Departamento
2012 Jun 28
3
Sobre survival analysis
Hola Estoy tratando de correr un survival analysis usando un Cox regression model. Tengo una duda respecto a la organizacion del script. Tengo una variable que es -tamano del individuo- y quiero ver si hay diferencia en sobrevivencia respecto a tamano. Como diseno de campo los tamanos fueron ubicados de forma aleatoria en bloques al azar. Cuado planteo el script tengo algo como:
2003 Apr 24
1
rw1.7.0 spend much time to open
I've just installed R for windows 1.7.0 on windows 2000 SP2 from the binaries on CRAN. It takes at least 1:30 minutes to completely open Rgui, Rterm o R in Emacs. It this normal? Data about the platform: C:\>ver Microsoft Windows 2000 [Versi?n 5.00.2195] > Sys.info() sysname release "Windows"
2001 Dec 18
1
Newbie problems with R and compiled C
I'm a beginer programming C and I have the following problem: I have the following C-code file #include <stdlib.h> void gen(int *n, int *a, int *c, int *m, int *x0, int *x); main(){ int nn = 31; int aa = 3; int cc = 0; int mm = 31; int xx0 = 9; int xx[nn]; int i; gen(&nn,&aa,&cc,&mm,&xx0,xx); for (i = 0; i <= nn-1; i++) printf("%d
2001 Mar 20
0
lme formula
I'm a new user of nlme package and I don't know what formula I have to use for two models. 1.- If I have two grouping factors at the same level, what is the formula I have to use? For example, I have a Latin square design in which the factor is fixed and the rows and columns are random, y = factor + row + column + error following the formula for a randomized block design, I would use
2000 Feb 23
1
Console font size
It is posible to change the console font size? What in the funtion needed? Tanks in advance Eusebio -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 the subject !) To: r-help-request at
2000 Mar 15
1
Windows crash when running Rgui
After installing R 0.99.0a on a Windows 95 Rgui.exe crash after opening the console window. Rterm.exe works fine. Any hint? It is posible that R is not compatible with windows configuration modified by some other program? Where can I act? Error message: Rgui causes an exception 104 on module R.dll of 0137:100324d4 records EDX=0434cfd8 CS=0137 EIP=100324d4 EFLGS=00010206 EBX=815ce8e4 SS=013f
2000 Apr 13
1
random and group arguments in lme
I want to fit the following model: > aov.madera <- aov(tiempo~producto/panel, data = madera) > anova(aov.madera) Analysis of Variance Table Response: tiempo Df Sum Sq Mean Sq F value Pr(>F) producto 2 93.631 46.815 63.0511 4.304e-07 *** producto:panel 9 43.533 4.837 6.5144 0.001881 ** Residuals 12 8.910 0.742 ---
2007 Mar 08
1
sink with R-code
I have the same question that Eusebio had: Is there a function similar to "sink" that redirect also R code to a file that is: sink("R001") x <- c(2,-6,-4,8,5,4,1,3,4,-9,0,1) A <- matrix(x, ncol=3) A A.prima <- t(A) A.prima dim(A) dim(A.prima) sink() create a file "R001" with contents: ------------------------------------------ [,1] [,2] [,3] [1,]
2004 Aug 06
0
no luck with streamers
I have seen this behavour with my mixice streaming program too if the channels are turned down or if the line input is not set for "record". Using "aumix" or "mixer" can find out how they are set and can be used to adjust them. Tim On Sat, Apr 20, 2002 at 08:02:00AM -0400, Ra?l Guti?rrez Segal?s wrote: > The same as wtih liveice, it stops while trying to open
2005 Aug 12
1
trying to get live_xmms mounted
thanks for the answer... another question... how can i connect a microsoft pc running winamp or any sound streaming software to Icecast server??? El Viernes, 12 de Agosto de 2005 18:07, ml escribi?: > Jes?s Abidan Ramos Salas wrote: > > Hi, there. I am new at list and I would like to introduce myself: I am > > from Tuxtla Guti?rrez, Chiapas, M?xico, and I am in Spain right now,
2000 Sep 01
4
Samba on Sun
Hello. I'd like to know if Samba can be installed on Solaris. If so, what are the steps to follow? If my question is not well defined please let me know. Thank you in advance for your precious time, Juan Diego Guti?rrez Gallardo jgutierrez@teleserver.es
2002 Oct 20
3
OCX for playing ogg files in MS windows perform
Hi All, I was wondering if anyone could point me to the right direction to get a OCX which can play the ogg file in MS windows perform? Thanks all Wai --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in
2002 Oct 20
3
OCX for playing ogg files in MS windows perform
Hi All, I was wondering if anyone could point me to the right direction to get a OCX which can play the ogg file in MS windows perform? Thanks all Wai --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in
2005 Aug 12
2
trying to get live_xmms mounted
Hi, there. I am new at list and I would like to introduce myself: I am from Tuxtla Guti?rrez, Chiapas, M?xico, and I am in Spain right now, studying at university, i am majoring in new tecnology in media. Actually i am trying to mount a radio statio with this software, Ice cast, but I don't understand how to make my xmms player get mounted in live_xmms in ice cast. In fact, i only can
2008 Jan 30
2
data.frame transformation
Dear all, maybe somebody can provide some help for this problem: Example: I've got the following dataframe "data": grid.id<-c(1:4) lat<-c(10,12,13,15) species1<-c(0,0,0,1) species2<-c(1,1,0,0) species3<-c(1,1,1,1) data<-data.frame(cbind(grid.id,lat,species1,species2,species3)) How can I, out of "data" make a new dataframe, where the cells of value
2006 Feb 21
6
Help with Script.aculo inPlaceEditor
Well, I start recently with Scriptacolus and inPlaceEditor. I have two doubts about use it. 1) When I specify URL for save changes or not it doesn''t work. See example below: <script type="text/javascript"> new Ajax.InPlaceEditor(''aNombre'', ''productos.php?a=actualizar&f=aNombre''); </script> In productos.php file I have
2007 Mar 19
2
Wine Directx
Hi, I was starting Steam when I saw the survey of hardware. They didn't detected anything, but It said that I was using Directx 6.1 http://img217.imageshack.us/img217/2111/capturadatelanw3.png . Is this real or Steam is mistaken? Thanks, Eusebio.
2000 Aug 07
1
Rterm and Windows 2000
I've just installed R 1.1.0 under Windows 2000 in a Pentium Mobile III 600MHh. Everything seems to work fine except Rterm. Rterm runs but only accepts one command, it doesn't return the R promt. This is a problem to run R under Emacs and in a "BATCH" mode. Is there a workaround or a solution to this problem. Please reply directly to me, in summer I'm not subscribed to the
2003 Dec 20
0
Fw: Re: CAMPANHA NATAL SEM BAIXARIA - PARTICIPE!
----- Mensagem Original -----=20 Eu boicotaria estas empresas s=F3 pelo fato de financiarem os enjoativos e = rancentos Cassetas, mas me surpreendi ao descobrir que tantos produtos que = eu costumo comprar s=E3o transg=EAnicos. Fui conferir no site do greenpeace= e =E9 verdade!!!!!!!!!!!!! Boicote neles! ----- Original Message -----=20 C A M P A N H A=20 N A T A L S E M B A I X A R I A