similar to: Help with output height

Displaying 20 results from an estimated 500 matches similar to: "Help with output height"

2010 Oct 05
3
Question about assigning values in a matrix, conditional on column first row; how to do the loop.
Hello, I?m new at programming and I will greatly appreciate if you can help me with this. I have a very large matrix (hundreds of rows and columns), with the first raw filled with different numbers (between 0 and 1). The rest of the matrix is filled with values 0, 1, 2. What I need is to replace the values in the matrix (except the first row will has to remain intact). In each column I have to
2009 Sep 24
3
pregunta $
una pregunta aun no comprendo totalmente el uso del signo $, me podrian decir donde encuentro su significado (si, si ya se que significa dinero y eso.........) desde el punto de vista de R gracias fabian huerta Yahoo! Cocina Encontra las mejores recetas con Yahoo! Cocina. http://ar.mujer.yahoo.com/cocina/ [[alternative HTML version deleted]]
2009 Nov 07
5
Accidentally mixed-up disks in RAIDZ
Hello to you all, Here''s the situation: While doing a case replacement in my home storage server I accidentally removed the post-it with the disk number from my three 1TB disks before connecting them back to the corresponding SATA connector. The issue now is that I don''t know in which order they should be connected. Do any of you know how can I _safely_ bring the zpool
2009 Sep 09
2
consulta
Hola, creo tener un problema por que me suscribí a la lista hace varios días y nunca he recibido mensajes.... puede ser???? Como debería hacer para solucionarlo?? saludos Germán Lic. Germán García Ecología y Conservación de Aves Marinas Departamento de Biología, Facultad de Ciencias Exactas y Naturales, Universidad Nacional de Mar del Plata - CONICET Funes 3250 (B7602AYJ) Mar del Plata,
2009 Sep 20
1
hola
hola a todos soy fabian huerta, de argentina, estudio lic en biotecnologia y recien empiezo con R saludos fabian Yahoo! Cocina Encontra las mejores recetas con Yahoo! Cocina. http://ar.mujer.yahoo.com/cocina/ [[alternative HTML version deleted]]
2009 Nov 13
3
Questions: FLAC performance, compression ratio and extra documentation
Dear list, I' m studying FLAC performance, and I'd like to know how much compression can be achieved for different audio files. 1) It seems that for nontonal sound (wideband noise), the compression factor is better than for compound sound (tones + nontonal components), which is typically 2. The reason for this result could be the following: the LPC filter is more suitable for
2010 Feb 04
1
Zero inflated negat. binomial model
Dear R crew: I think I am in the right mailing list. I have a very simple dataset consisting of two variables: cestode intensity and chick size (defined as CAPI). Intensity is clearly overdispersed, with way too many zeroes. I'm interested in looking at the association between these two variables, i.e. how well does chick size predict tape intensity? I fit a zero inflated negat. binomial
2009 Mar 31
1
Enable samba BDC to allow writing to local LDAP
How to configure smb.conf of a samba BDC server to allow that all changes (user's passwords changing, joining computers) was written to local LDAP. I?ve set remotes LDAP's (BDCs) with multimaster configuration via syncrepl. LDAP Multimaster feature works fine (N-way replication works perfectly) I need this configuration to void errors when a user must to change his/her password in a
2008 Nov 01
1
Help about the plot funtion
  Hello, my name is German, I am from Argentina, and we are working at university with R. This work is about sounds and how they affect out ears, we are using R to analice different recordings of sounds and we need to get the intensity of this recordings in dB.  In order to get the intensity of the sounds, we are using the plot function, but we can not figure out what is the menaning of the
2009 Oct 17
1
Move samba server
Hi everybody, I got a new servers and I'd like to move the old ones to the news, I know that to move samba, I need to move the SID. anybody knows a howto, o where I can find documentation to move the SID along with the users and machines. P.D. Currently the samba server is the PDC. ---------------------------------- Alejandro Rodriguez Luna Web: http://www.alexluna.org E-mail:
2009 Oct 14
1
Translation to spanish
Dear list, Following Victor Westmann's idea, I'd like to translate FLAC's site to Spanish. I'd be very grateful if anyone offers to give me a hand in this. Best regards, Fernando A. Marengo Rodriguez Universidad Nacional de Rosario Yahoo! Cocina Encontra las mejores recetas con Yahoo! Cocina. http://ar.mujer.yahoo.com/cocina/ -------------- next part -------------- An
2009 Oct 20
1
Dummy variables or factors?
Dear R-people, I am analyzing epidemiological data using GLMM using the lmer package. I usually explore the assumption of linearity of continuous variables in the logit of the outcome by creating 4 categories of the variable, performing a bivariate logistic regression, and then plotting the coefficients of each category against their mid points. That gives me a pretty good idea about the
2009 Dec 10
0
CUPS designjet 500
Hi everyone!! Does someone have configured a plotter HP designjet 500?, what driver did you use?, or what did you do? I'm using centos 5.4 ---------------------------------- Alejandro Rodriguez Luna E-mail: el_alexluna at yahoo.com.mx ---------------------------------- Encuentra las mejores recetas en Yahoo! Cocina. http://mx.mujer.yahoo.com/cocina/
2010 Jan 21
2
Samba 3.4.5 compilation
Hi all. One simple (perhaps dummy) question. I want to install the latest samba version for a test networrk with W7 clients, all i need is samba as a PDC nothing fancy like kerberos, ldap, etc etc, which parameter do i have to put along ./configure ---------------------------------- Alejandro Rodriguez Luna Web: http://www.alexluna.org E-mail: el_alexluna at yahoo.com.mx MSN: el_alexluna at
2010 Jan 22
2
Centos security sshv1
Hi all! I was scanning my servers with nmap, ( i have installed ssh), and the result gave me this: 22/tcp open ssh sshv1: Server Supports SSHv1 ssh-keyhost: 1024 ea:7e:77:b7:a1:78:18:70:6c:46:ee:a0:dd:08:0e:74 (RSA1) 1024 ba:d0:8a:44:16:fc:7c:7a:38:24:2e:72:06:fe:99:56 (DSA) 1024 ff:43:15:78:98:3c:75:f9:12:36:58:92:46:6c:1c:99 (RSA) could this be a threat for intruders? i know that sshv1
2011 Apr 01
2
Separador de miles
Hola a todos. Me encuentro realizando un gráfico en R y en los ejes quisiera que los valores aparezcan con separador de miles. Es decir... 1000000 1,000,000 Gracias... -- Paula Altamar Estratificación-DIG-DANE Cel: 3005137541 [[alternative HTML version deleted]]
2012 Aug 22
4
gsub -> replace substring in column
Hi all, please excuse- I'm a complete newbie to R, so it's possible my question was asked a thousand times before, but I don't get it :-( I imported a CSV file via: x=read.csv("test.csv",header=TRUE,sep="\t") In a column there are values with the dot-character (".") I want to replace with a commata: > x[9] ?????????????????? V16 1???????? GPS
2004 Jun 14
4
Problem with transfering files between Solaris and HPUX 11.00
Is terir any known problem with this? Can someone let me know if they are movingp and Solrais with rsync.
2018 Feb 26
2
glm package - Negative binomial regression model - Error
HI there I am running this model in negative binomial regression, using glm. I had no problems with running the model with a set of data, but now that i'm trying to run if for new one. I always have this same error when running the regression: > > #Run Regression > x=cbind(factor2ind(d$year),factor2ind(d$month_week)) > > out<- glm(cbind(influenza, n_sample) ~ x,
2001 Oct 15
3
fixme:ole:CoRegisterMessageFilter stub
Hi all! Well, I`m trying using a Windows mail client in Linux, called Becky (very good). The program was installed with success, but there a one problem when I try read the messages: ---------------------------------------------------------- [root@anapaula B2]# wine B2.exe fixme:ole:CoRegisterMessageFilter stub err:treeview:TREEVIEW_Sort invalid item hParent=0 err:imagelist:ImageList_Remove