Displaying 20 results from an estimated 200 matches similar to: "Help about the plot funtion"
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
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 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 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 Sep 22
1
Help with output height
Hello everyone
I have a problem using the R console. I have written 2000 lines in a notepad, this lines are commands for reading dbf files. When I paste these lines in the R console I can only visualize the end of the output, this is because the R console has a default number of rows which is small for this task. I need to expand the lines that I can see, because I want to know if R found problems
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 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
2016 Jul 09
2
Red Neuronal complicada categorías
Hola,
Esta es una forma de hacerlo...
Mira que lo primero que he modificado es el fichero "x.csv" para sustituir
los espacios en los nombres por "_". Y también he quitado los acentos y las
eñes...
He utilizado el paquete RNNS y la función "mlp()" para ajustar la red.
#-------------------------------------------
> x <- read.csv("x.csv",
2009 Feb 10
0
Dataframes: conditional calculations per row [SOLVED].
> Thank you very much Jorge, Phil and David: I was finally able to
> perform the operations I needed. I changed the function in order to
> adapt it to the simplest form like the following:
> ali <- function(Abase) {
> alitemp <- ((Abase/llmcc$Clase)*PClase)+(((1/llmcc
> $Categoria)*Abase)*PCategoria)+((Abase*llmcc$Phi)*PPhi)+((Abase*llmcc
> $Rf)*PRf)
>
2012 Jun 26
0
ALQUILER PARA GRUPO HOTELERO o INVERSORES RENTISTAS
Mail
¿Problemas de Visuallizacion? Ver OnLine | Enviar a un Amigo |
ALQUILER PARA GRUPO HOTELERO
Mexico al 800 entre Tacuari y Piedras a cuadra y media de 9 de Julio
Edificio en Block a Estrenar
PB mas 7 Pisos, son 48 suites, un Salon de 350m2, Terraza con Pileta y Deck
GRAN CATEGORÍA, Excelente Lobby con doble altura
Se entrega con muebles de cocina,
2010 Sep 14
7
II jornadas
Estimados usuarios de R en Castellano
Hace meses la Escuela Politécnica de Mieres asumió la organización de las II
Jornadas de Usuarios de R en Castellano.
Como miembro del comité organizador, os envío una primera propuesta del
programa a realizar, en la que las comunicaciones se prevé inicialmente se
dividan en cuatro temáticas:
1. Aplicaciones industriales.
2. Aplicaciones médicas.
3.
2012 May 04
0
ur.df funtion
Dear R users,
I am applying the augmented-Dickey-Fuller Unit Root Test
(ur.df function of the urca package) to a time series of
approximately 50 values.
To be sure I understood what was going on with the ur.df
function, I checked the critical values of the 3 test
statistics (tau, phi2 and phi3 if a trend is included) or
the 2 test statistics (tau and phi1 if only a drift is
included) with the
2011 Nov 30
1
help about fitdistr funtion
Hi,
I have a variable X classified in a lot of groups and I need to run the
[fitdistr] funtion for each group. I tried with the [by] or the [tapply]
funtions because my data is organize in two columns (variable and the
groups), but neither of these command work. If somebody have a tip to help
me up I really appreciate it.
thanks,
[[alternative HTML version deleted]]