Displaying 20 results from an estimated 49 matches for "salva".
Did you mean:
salvo
2007 Jun 04
2
inverse cumulative distribution
hi all:
ecdf() is the empirical cumulative distribution function, but I need the
INVERSE cumulative distribution.
how can I calculate it?
thank you in advance
/salva
2007 Mar 16
2
Can I scale the labels in a 'persp' graph?
...ller than by defect.
I see in 'help()', the information about 'par()'.
I have wrote:
>par(.....,cex.axis=0.5,cex.lab=0.5)
perspc(.................)
and the result don't change.
The question is: Can I change the size of labels in the perps graph??
Thank you in advance:
/salva
'cex.axis' The magnification to be used for axis annotation
relative to the current setting of 'cex'. (Some functions
such as 'points' accept a vector of values which are
recycled. Other uses will take just the first value if a...
2007 Mar 16
2
Can I scale the labels in a 'persp' graph?
...ller than by defect.
I see in 'help()', the information about 'par()'.
I have wrote:
>par(.....,cex.axis=0.5,cex.lab=0.5)
perspc(.................)
and the result don't change.
The question is: Can I change the size of labels in the perps graph??
Thank you in advance:
/salva
'cex.axis' The magnification to be used for axis annotation
relative to the current setting of 'cex'. (Some functions
such as 'points' accept a vector of values which are
recycled. Other uses will take just the first value if a...
2008 Dec 06
4
Autospec does not work w/ cucumber features?
...d everything mentioned in
http://github.com/aslakhellesoy/cucumber/wikis/autotest-integration
any ideas?
NB: where to file the autospec/autotest warning missing bug; rspec plain? rspec-cucumber?
Bye,
Kero.
___
How can I change the world if I can''t even change myself?
-- Faithless, Salva Mea
2004 Mar 01
10
WinXP PDC logon problem...
Hi all,
I've seen this raised as an issue on other mailing
lists, but I've not seen a solution, and I've seen a
number of notes to post to this alias instead, so
here I am.
I've setup Samba as a PDC running on Solaris. I have
a WinXP (latest patch levels) PC which I want to
join to the domain. I can successfully join the
domain using root authentication, but I am unable to
logon
2015 Sep 15
4
Fwd: problema en while y en extraer valores de un vector
...me saca estos números, si no
solamente el 7, es decir, la posición 5. En la siguiente iteración, para
i=2, más de lo mismo, en vez de sacarme los números comprendidos entre 2 y
6, me saca solamente el de la posición 6.
Por qué? no veo el error.
Muchas gracias
El 15 de septiembre de 2015, 16:45, Salvador Castillo Raya <
casraysa en hotmail.com> escribió:
>
> Perdonad por el formato del correo anterior.
>
> Menos elegante que el codigo de Oliver, pero en la linea que estabas siguiendo:
>
>
> a<-c(8,10,4,1,7,2,4,6,3,8)
>
> b<-rep(0,5)
>
> i=6
>
>...
2006 Jul 25
1
LVM use for Xen
...titions to create new partitions for new domU when I will create new ones.
How I can configure LVM at Debian installation to obtain this?
Could you advise me a partitioning scheme, please?
Thank you very much and goodbye!
Luca.
___________________________________________________________________
Salva ora il tuo preventivo Direct Line e assicurati lo sconto extra 5+5% sulla polizza auto entro il 31 Luglio
http://click.libero.it/directline
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Mar 07
1
'persp' but only axes
Hi all:
I need to 3D graph using 'persp', but I need only to draw the axes of the
graph, not data.
Can anybody help me?
Thank you in advance.
/salva
2010 Apr 26
1
I can't with expression
Hi all,
I need an R expression, expression(....) to get the follows Latex code:
$P^\uparrow_{SF}$.
Imposible, for me!!.
Thank you in advance
/salva
1998 May 10
1
Pinging a netbios name
...ins machines with netbios name and with
ip number and without DNS entry?
Smbclient and nmblookup work fine, but I thinking in a utilitity like PING
of windows95. This ping is capable to work in WINS (NETBIOS) and ip and
name translation.
The ping of linux dont work in this way. Samba work fine.
/Salva
Thanks in advances.
2015 Oct 15
2
potencia fracional de un número negativo
No sé si he entendido bien la pregunta, pero creo que lo que quieres obtener es esto:
(as.complex(-0.5)^(1/5))
Saludos,Salva
> To: r-help-es en r-project.org
> From: canadasreche en gmail.com
> Date: Thu, 15 Oct 2015 10:45:10 +0200
> Subject: Re: [R-es] potencia fracional de un número negativo
>
> Hola.
> No sé si va por aquí, pero prueba a quitar el paréntesis a (-0.5)
>
> Ejemplo
>
>...
2015 Apr 07
2
Informes periódicos con R
Hola, Jorge
Lo he mirado y parece que es una opción bastante buena, pero no logro saber
cómo se salva en Word, solo lo logro en html
Muchas gracias
Jesús
De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com]
Enviado el: martes, 07 de abril de 2015 11:40
Para: Jesus Herranz
CC: R-help-es
Asunto: Re: [R-es] Informes periódicos con R
Hola Jesus,
Una forma es RStudio + Markdown. Hay...
2019 Jun 06
1
Trust relationship error between workstation and primary domain
...on]
path = /usr/local/samba/var/locks/sysvol/cecm.lcl/scripts
read only = No
browseable = No
[sysvol]
path = /usr/local/samba/var/locks/sysvol
read only = No
browseable = No
[home]
comment = para mapeo de carpetas de usuarios
path = /salvas/samba
read only = no
browseable = no
vfs object = full_audit
[Instaladores]
comment = para actualizaciones de antivirus
path = /salvas/samba/actualizar
read only = no
guest ok = yes
vfs object = full_audit
My clients are workstatio...
2009 Mar 04
2
[PATCH] accept SOCKS request over the mux socket
...th new commands offering equivalent
functionality.
I don't like (1) because, IMO, it would unnecessarily complicate ssh
usage. I don't like (2) because adapting a SOCKS client to use a UNIX
socket instead of a TCP one, should be much easier than implementing a
new protocol.
Cheers,
- Salva
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openssh-muxsocks-1.patch
Type: text/x-patch
Size: 3669 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20090304/11d9d6ba/attachment.bin
-------------- next part -----...
2016 Feb 17
1
samba4 file server 4.3.0 authenticating against Samba4 4.1.7 AD DC
...winbind enum groups = yes
log level = 3
domain logons = yes
vfs objects = acl_xattr
map acl inherit = yes
store dos attributes = yes
####################shares###################################################
[usuarios]
path = /home/salvas/usuarios
read only = no
browseable = yes
valid users = "@MYDOMAIN\domain admins"
I appreciated anything help
Best Regards
2018 Nov 14
2
llvm.rint specification
Hello,
I believe llvm.rint description in LangRef is not quite complete.
Llvm seems to map math.h:rint() call to llvm.rint intrinsic, and the LangRef says that the result of llvm.rint matches the result of libm rint() call. Next, LangRef states that llvm.rint "returns the operand rounded to the nearest integer."
Shouldn't the specification also say that "the actual rounding
2013 Apr 24
12
Re-instalacion de sistema operativo
Hola!
Necesito reinstalar ubuntu, con lo cual R se actualizará a 2.13.3 (es la
última version, verdad?) y me gustaría saber si hay alguna forma de
conservar los paquetes que ya tengo instalados en R.?
Muchas gracias!!
Milagros
[[alternative HTML version deleted]]
2020 Apr 26
3
Mantener nombres de variables
Hola
tengo la siguiente duda,
?C?mo hago para que R no me cambie el nombre de las variables en este ejemplo?
library(ISLR)
data(Hitters)
Hitters<-na.omit(Hitters)
modelo=lm(Salary~.,data=Hitters)
modelo
las variables
League
Division
NewLeague
ahora se llaman
LeagueN
DivisionW
NewLeagueN
quiero pasar esas variables a 0-1,
he probado con recode o con fastDummies , pero al final acaba
2015 Sep 15
4
Fwd: problema en while y en extraer valores de un vector
>
>
>>
>> Hola a todos,
>>
>> es la primera pregunta que hago a esta lista, no se si estoy en el sitio correcto.
>>
>> Tengo el siguiente vector:
>>
>> a <- c(8,10,4,1,7,2,4,6,3,8)
>>
>> y quiero conseguir en pantalla 5 valores, empezando por el final, y recorriendo el vector de derecha i izquierda cada vez, es decir,
2015 Apr 07
2
Informes periódicos con R
...ento .docx
que contiene toda la informacion que necesitas.
Espero sea un poco mas claro.
Saludos,
Jorge.-
2015-04-07 21:50 GMT+10:00 Jesus Herranz <jesus.herranz en imdea.org>:
Hola, Jorge
Lo he mirado y parece que es una opción bastante buena, pero no logro saber
cómo se salva en Word, solo lo logro en html
Muchas gracias
Jesús
De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com]
Enviado el: martes, 07 de abril de 2015 11:40
Para: Jesus Herranz
CC: R-help-es
Asunto: Re: [R-es] Informes periódicos con R
Hola Jesus,
Una forma es RStudio + Markdown. Hay...