similar to: Which Linux distribution?

Displaying 20 results from an estimated 1000 matches similar to: "Which Linux distribution?"

1999 Nov 08
1
replacement and extraction functions
Is there any documentation about replacement and extraction functions in R, these fuenctions don't work as in S. Example with funtion factor.names (of S+ 4.5r2) > fnombres <- list(tratamiento=LETTERS[1:4], veneno=c("I","II","III")) > veneno.diseno <- data.frame( + factor(rep(c(1,2,3,4), rep(12,4))), + factor(rep(rep(c(1,2,3), rep(4,3)),4)) + ) >
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 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 ---
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"
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
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
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
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
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,
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
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
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.
2020 Sep 23
2
Encontrar un dato y aƱadirlo a otra columna
Con parse_number sacaria todos los numeros de la columna, pero lo que busco es sacar solo los que empiezan por AV y descartar el resto. De todas maneras muchas gracias, le voy a dar otra vuelta. ________________________________ De: Juan Carlos Lopez Mesa <jclopez5 en unal.edu.co> Enviado: martes, 22 de septiembre de 2020 21:32 Para: Samura . <tontito82 en hotmail.com> Cc: r-help-es
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
2006 Jul 26
3
adding class or id tags to tags like linkto and form
I''m trying to figure out things like this by myself so I don''t bother my developer and slow him down. How do I add class or id css attributes to tags like this: <%= form_remote_tag :url => { :action => "send_url" } %> <%= link_to_remote "My Profile URL", :url => { :action => "send_profile_url", :id => @user.id } %>
2009 Oct 15
2
2 IPs for an Asterisk server.
Hello. I've been setting up an Asterisk server, and I am now supposed to move it to a different network than the one it was set on. I'd like to give the server 2 IP address: -1- The first IP address is the IP it will have on the LAN, meaning that softphones will register to the Asterisk server using this 1st IP. -2- The second IP is the one that it will use to connect to the remote
2011 Nov 18
3
Non-free packages in R-Forge
I'm sorry about the tone of my previous email. Let me try again in a cleaner way. The problem is: R or the organisation behind R via its infrastructure seems to be endorsing R-Forge, and R-Forge is hosting at least one project whose sole purpose is to link R with non-free software. This looks like endorsement of non-free software, which is contrary to the aims of the GNU project, of which R
2007 Aug 17
2
Date format on x-axis
Dear R users, Plotting question from a R beginner... When I try to plot a response through time, for example: >Date<-c("2006-08-17", "2006-08-18", "2006-08-19", "2006-08-20") >response<-c(4,4,8,12) >as.Date(Date) >plot(Date,response) The dates on the graphic appear in spanish. This I guess is the default way of plotting because my
2006 Mar 06
3
Problem running applications - Newbie
I'm new to wine and I'm running wine version 0.9.2 on Fedora Core 1 and I have the following problem: I install any windows application from its installer (setup.exe or similar). Once installed, in order to run it I need to go to the directory where the aplication is installed, for example cd /root/.wine/drive_c/Program\ Files\MiniReminder And then run the application, for example: