Displaying 20 results from an estimated 5000 matches similar to: "Virtio-win RPM?"
2005 Apr 03
4
Smbd 3.0.13 dies when smb.conf has winbind separator = \
I am trying to get windind to work so my domain users can touch shares
on this Linux box without being prompted for credentials. I put these
in nsswitch.conf:
passwd: files winbind
group: files winbind
Then I did this:
cp /usr/src/samba-3.0.13/source/nsswitch/libnss_winbind.so /lib
ln --symbolic /lib/libnss_windbind.so /lib/libnss_winbind.so.2
Make libnss_windbind
2012 Jul 13
3
Instalar R manualmente en Ubuntu
Hola Amigos:
Gracias por todas las respuestas sobre como filtrar datos en un data frame.
Ahora tengo un nuevo problema, necesito instalar R 2.15 manualmente,
pero no puedo hacerlo desde un repositorio.
Alguna solución??????????'
Un Saludos,
Leonardo
------------ próxima parte ------------
An embedded and charset-unspecified text was scrubbed...
Name: no disponible
URL:
2011 Nov 30
3
Segmentar archivos en R (Antonio José Sáez Castillo)
Hola Leonardo. Creo que te refieres a analizar alguna variable por
grupos. Eso te lo pueden hacer las funciones tipo tapply().
Por ejemplo,
tapply(datos,factor,mean, na.rm=TRUE)
tapply(datos,factor,sd, na.rm=TRUE)
tapply(datos,factor,quantile,probs=c(0.05,0.95),na.rm=TRUE)
En cuanto a RCommander, que lo preguntabas después, algunas opciones del
menú tienen la opción "Analizar por
2005 Apr 05
0
RE: [squid-users] IE improperly prompts for credentials; ntlm_auth with Samba 3.0.13, Squid 2.5.STABLE7, RedHat Linux 9.0, SmartFilter 4.01; ticket number 48293
YES!!!!!!!!!!!!!!!
HOT DOGGIES!!!!!!!!!!!!!!!!!!!!!
I think I fixed it. The problem - Squid worked at my test site - it did
not popup a login window, but instead used Ssamba's ntlm helper program
to get credentials from IE. But at my customer site it did (improperly)
popup a login window. The squid.conf files were almost identical - even
to the point where my working test site incorrectly
2012 Jul 01
8
Regresión lineal múltiple: modelo polinómico de grado 3 superpuesto a componentes cosenoidales
Hola:
Tengo un modelo de regresión lineal en el cual las componentes son cosenoidales, y lo construyo del siguiente modo:
modelo = "y ~ I(t) + I(t^2) + I(t^3) + x1[, 1] + x2[, 1]"
x1[, 1] = cos(2 * pi * t / periods[1])
x2[, 1] = sin(2 * pi * t / periods[1])
for (i in 2:nComp) {
x1[, i] = cos(2 * pi * t / periods[i])
x2[, i] = sin(2 * pi * t / periods[i])
modelo =
2013 Dec 21
3
calculo del area de t experimental o F experimental
Estimados compañeros: tengo una duda sobre R; cuando ejecuto la prueba t, R
calcula una t experimental y le calcula su probabilidad asociada y la
compara con P=0.05 (valor por defecto).
Mi duda es si para calcular este area, tipifica primera a z y luego entra
en la tabla de z y la calcula y la presenta en pantalla.
De otra manera no veo como asociar un valor de t a una probabilidad (la
2013 Mar 17
6
Sweave y RStudio
Boanerge: Lo reenvio a la lista con un nuevo asunto. --JIV
---------- Forwarded message ----------
From: boanerge salas muñoz <>
Date: 2013/3/17
Subject: Re: [R-es] Histograma con muchos ceros.
To: Jorge I Velez <>
hola
tengo un problema con rstudio.
Deseo utilizar la sweave, pero tengo window. rstudio me dice que no
encuentra el camino para compilar. Lo que he averiguado es
2012 Jul 04
9
Sobre categorías de factores extraídos de un data.frame
Hola estimados miembros de la lista,
Tengo una inquietud.
Les cuento: tengo un conjunto de datos en un data.frame. Algunas de las
variables que están en él son del tipo factor. Estos factores,
naturalmente, tiene categorías: a veces demasiadas categorías y muchas de
ellas con 1 individuo contemplando el data.frame más de 1 millón de
individuos.
Estas pequeñas cantidades creo que me están
2002 Aug 27
1
2 questions about cluster analysis
Hello everyone!
I have two questions regarding cluster analysis with the package 'cluster'
:
1. I have a dissimilarity matrix in csv format, and I would like to use
it to generate a dendogram using 'hclust'. How do I make that matrix
compatible with the function? I think it has to be similar to the objects
generated by the 'dist' function. Any ideas?
2. Does
2013 Jul 08
2
Segmentar archivos en R (Antonio José Sáez Castillo)
Estimado Mauricio Monsalvo
Le paso una idea, no es un código muy lindo que digamos, pero al correrlo
seguramente se dará cuenta de mi sugerencia.
datos<-c(2,3,4,5,6,7,8)
quantile(datos)
quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95))
as.matrix(quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95)))
as.data.frame(quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95)))
# ¿ y si solo
2006 Mar 21
3
transform shapefiles in UTM to lat/long
Dear all:
I have a shapefile in UTM coordinate system and I would like to transform it
to Lat/Log coordinates (WSG84). The package PBSmapping contains function
convUL to transform between the two coordinate systems when data is in the
form of a data frame with attributes specifying the coordinate system.
However, when shapefiles are imported using function read.shape (package
maptools), a list
2011 Mar 29
7
Error en cor, too many elements specified
Hola, tengo una serie de datos datExpr, al usar cor() :
cor(datExpr ,method = "pearson", use ="pairwise.complete.obs")
me da el siguiente error
allocMatrix: too many elements specified
Trate con "complete.obs", "na.or.complete", y el resto de las opciones para "use", pero siempre me da algun error.
¿Alguna idea de como puedo hacer que cor() lea
2006 Mar 08
3
What happened to the lartc mailing list?
I see it is posting to the archive website but not emailing them out.
Is anyone else getting emails or is it just me?
Thanks
- Greg Scott
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2011 Oct 18
2
About an integral univariate problem
Hello all R users
I want to calculate this univariate integral:
exp(-x)*sum(y^x) respect to x from 0 to 3 where y is a vector y=(2,3,5).
In fact, the original y vector has a large number of elements but I propose
with 3 elements.
I know that I can resolve this problem doing
fun <- function(x) exp(-x)*(2^x+3^x+5^x)
integrate(fun,0,3)
When the y vector has a large number of elements the
2010 Apr 18
7
OT: Los “mejores” paquetes de R
Hola, ¿qué tal?
Envío un mensaje que está ligeramente fuera de los objetivos de la lista
y, en particular, de esta lista, pero que puede resultar de interés. Y
es que a raíz de la lectura de un artículo de SAS sobre el análisis de
marcas en redes sociales he emprendido un estudio análogo sobre cuáles
son los "mejores" paquetes de R.
"Mejor" lo defino como "más
2012 Feb 01
2
Error en plot.new()
Buenos dìas compañeros. Estoy trabajando con la funciòn FMA del paquete
FactoMiner, pero no me permite ver las salidas gràficas de la funciòn con
el siguiente mensaje:
Error en plot.new() : márgenes de figura muy grandes
Mis variables continuas estàn estandarizadas y no he podido conguir
resultados.
Agradezco cualquier ayuda.
Cordialmente,
--
Luis Alberto López González
[[alternative HTML
2002 Aug 31
2
Counting elements in 2 rows of a matrix
Dear R-users:
Sorry to bother so late with this question, which surely has simple answer.
I'm working with matrices that contain either "1" or "0", for example:
[,1] [,2] [,3] [,4] [,5]
A 1 0 1 0 0
B 0 1 0 1 0
C 1 0 1 0 0
D 1 1 1 0 1
I want to count the number of "1" common to, say, A and B, the
2014 Feb 28
3
Lugar viñeta paquete
Hola,
Muchas gracias por la respuesta. Sí, hace un par de días pude averiguar
dónde se debe colocar la viñeta. Lo resumo a continuación por si a
alguien le puede servir:
1) Los archivos de la viñeta (los .Rnw) se ponen en la subcarpeta
/vignettes.
Ahora, suponiendo que nuestro paquete se llama paq, hay que hacer
R CMD check paq
R CMD build paq
R CMD INSTALL paq_xxx.tar.gz (donde xxx es la
2010 May 08
1
Error in RImageJ
Hello everybody,
I'm running R under Mac OS 10.6.3 on a MacBook 2.16 GHz Intel Core 2 Duo. I've recently installed R 2.11.0 and the RImageJ library v. 0.1-142. When trying to follow the example given in the package manual and I get the following error:
download.file( "http://www.google.fr/intl/en_en/images/logo.gif", dest = "google.gif" )
trying URL
2002 May 29
2
Problem installing packages
Dear R-experts,
I'm a new R user and so far have no complains about ir. However I
still can't figure out how to install packages. I'm running the R 1.5.0
(Carbon) under OS X. I just downloaded some packages from CRAN (Tree,
among them) and moved them to the library folder in R. When the R session
started, I was expecting that using the command library(tree) would do it,
but