Displaying 20 results from an estimated 61 matches for "4.47".
Did you mean:
4.4.7
2012 Apr 03
0
[LLVMdev] pb05 results for current llvm/dragonegg
Hi Jack
> dragonegg degg+vectorize degg+optnz gfortran
> ac 12.45 12.45 8.85 8.80
> gas_dyn 11.72 11.80 4.47 4.26
> induct 24.02 24.91 12.08 13.65
> rnflow 32.25 32.35 26.47 24.06
Any idea what might cause such differences here?
--
With best
2017 Jun 18
2
Problema con Histograma con porcentajes usando ggplot
Estimados
Soy un nuevo usario de R, y estoy usando como base de datos el European
Social Survey, que tiene datos de 40,000 individuos, y alrededor de 23
países europeos. Lo que he seleccionado es la útima ola, el round 7, para
el año 2014.
He leido los datos, desde SPSS y aquí tienen la base de datos y que tipo de
objetos se han generado, y tambíen la distribución por pais de la muestra.
No he
2017 Jun 18
3
Problema con Histograma con porcentajes usando ggplot
Gracias. Alguna idea de que usar para calcular los porcentajes y
almacenarlos. Se puede usar flat table?
El 18/06/2017 4:50 p. m., "Carlos J. Gil Bellosta" <cgb en datanalytics.com>
escribió:
> Los porcentajes que obtienes con tu código son sobre todas las facetas, no
> país a país.
>
> Calcula los porcentajes previamente a por país y representa esa columna en
>
2012 Apr 02
6
[LLVMdev] pb05 results for current llvm/dragonegg
Attached are the Polyhedron 2005 benchmark results for current llvm/dragonegg svn
on x86_64-apple-darwin11 built against Xcode 4.3.2 and FSF gcc 4.6.3. The benchmarks
for -msse3 and -msse4 appear identical (at least for degg+optnz). This is fortunate
since there seems to be a bug in -msse4 on 2.33 GHz (T7600) Intel Core 2 Duo Merom
(http://llvm.org/bugs/show_bug.cgi?id=12434).
2017 Jun 18
2
Problema con Histograma con porcentajes usando ggplot
#Simple table con frecuencias absolutas y crear relativas
count =table(ess$stflife)
percent = 100* (count)/sum(count)
Carlos he creado a esto a nivel general en vez de usar prop.table. Según lo
que dices o entiendo, debo de usar la función
ddply para hacerlo a nivel de todos los paises, y entiendo que ddply (,
c(""), debo de indicar los paises?
Saludos
2017-06-18 17:37 GMT-05:00
2006 Jun 28
1
Help with circular statistics
Se ha borrado un texto insertado con un juego de caracteres sin especificar...
Nombre: no disponible
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060628/32226ee4/attachment.pl
2004 Nov 12
0
Design Matrix
Dear all,
I need some help on matrix design and B statistics by using limma package.
I want to compare gene expression in 2 groups of cDNA samples.
The experiment compares 4 treated mice(#1,#2,#3,#4) and 4 control mice
(#5,#6,#7,#8).
The target file is
FileName Cy3 Cy5
mice1.spot Control_#5 Treat_#1
mice2.spot Treat_#1 Control_#5
mice3.spot Control_#6 Treat_#2
2013 Oct 01
5
Análisis de componentes principales con ade4 y FactoMineR
Hola compañeros de la lista, qué tal.
Estoy haciendo un análisis de componentes principales utilizando
las funciones "dudi.pca" (paquete "ade4") y "PCA" (paquete
"FactoMineR"). Sucede que al comparar las coordenadas de cada individuo
que obtiene cada función, las que corresponden al segundo componente
principal tienen idéntica magnitud pero con
2017 Jun 19
2
Problema con Histograma con porcentajes usando ggplot
Creo que esto me da para DK, y luego veré como aplicar el barplot
ess %>%
filter(cntry %in% c("DK")) %>%
count (stflife) %>%
mutate (freq = (n /sum(n)*100))%>%
print
2017-06-18 19:01 GMT-05:00 Antonio Rodriguez Andres <
antoniorodriguezandres70 en gmail.com>:
> He conseguido el total para un país, pero no me deja usar percent =
> count() /sum(count),
2009 May 04
2
A variation on the bar plot
Hi all,
I cannot think of the technical name of this plot, but I want to create a
plot with the data below that looks like two back-to-back horizontal bar
plots.
Ideally, there would be a vertical line in the center of the plot at zero,
and on the right hand side would be 4 bars representing the values for 2007,
and on the left side of the vertical line would be the corresponding values
for 2005.
2013 Oct 01
3
Análisis de componentes principales con ade4 y FactoMineR
Instalo ade4 correctamente y no me abren los datos como por ejemplo
data(bsetal97)
¿Qué piensan de eso?
De: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-project.org]
En nombre de Francesc Carmona
Enviado el: Tuesday, October 01, 2013 7:30 AM
Para: r-help-es en r-project.org
Asunto: Re: [R-es] Análisis de componentes principales con ade4 y FactoMineR
Por definición
2012 Apr 03
1
[LLVMdev] pb05 results for current llvm/dragonegg
Hi Anton,
>> dragonegg degg+vectorize degg+optnz gfortran
>> ac 12.45 12.45 8.85 8.80
>> gas_dyn 11.72 11.80 4.47 4.26
>> induct 24.02 24.91 12.08 13.65
>> rnflow 32.25 32.35 26.47 24.06
> Any idea what might cause such differences
2009 Dec 22
2
use of lm() and poly()
Hi all,
I want to fit data called "metal" with a polynominal function as dP ~ a.0 +
a.1 * U0 + a.2 * U0^2 + a.3 * U0^3 + a.4 * U0^4
The data set includes, the independant variable U0 and the dependant
variable dP.
I've seen that the combination of lm() and poly() can do that instead of
using the nls() function.
But I don't get how to interpret the results from the linear
2008 Jun 18
4
inverse cumsum
I've a matrix like this:
1985 1.38 1.27 1.84 2.10 0.59 3.47
1986 1.05 1.13 1.21 1.54 0.21 2.14
1987 1.33 1.21 1.77 1.44 0.27 2.85
1988 1.86 1.06 2.33 2.14 0.55 1.40
1989 2.10 0.65 2.74 2.43 1.19 1.45
1990 1.55 0.00 1.59 1.94 0.99 2.14
1991 0.92
2008 Jun 25
2
Is this sapply behaviour normal?
Hi, I'm trying to use sapply to compute the min of several variables, each
of them stored in data.frames, grouped as a list:
Is it normal that mean() and min() produce different objects dimensions?
> str(dats)
List of 5
$ log20:'data.frame': 83 obs. of 5 variables:
..$ DATE : int [1:83] 2001081500 2001081512 2001081600 2001081612
2001081700 2001081712
2012 Nov 08
2
Comparing nonlinear, non-nested models
Dear R users,
Could somebody please help me to find a way of comparing nonlinear, non-nested
models in R, where the number of parameters is not necessarily different? Here
is a sample (growth rates, y, as a function of internal substrate
concentration, x):
x <- c(0.52, 1.21, 1.45, 1.64, 1.89, 2.14, 2.47, 3.20, 4.47, 5.31, 6.48)
y <- c(0.00, 0.35, 0.41, 0.49, 0.58, 0.61, 0.71, 0.83, 0.98,
2013 Oct 01
0
Análisis de componentes principales con ade4 y FactoMineR
Por definición la primera componente principal es una combinación lineal
que maximiza la varianza de modo que si la componente 1 es el vector de
coeficientes a, entonces, el vector -a también puede ser dicha
componente. Las otras componentes, por ejemplo la segunda, es
incorrelacionada con la primera y también maximiza la varianza, luego el
signo no importa.
Así pues, el signo de cada
2017 Jun 19
3
Problema con Histograma con porcentajes usando ggplot
Muchas gracias. Me puede recomendar algún libro donde poder empezar.
Gracias
El 18/06/2017 9:46 p. m., <javier.ruben.marcuzzi en gmail.com> escribió:
>
>
> Estimado Antonio Rodriguez Andres
>
>
>
> Usted dice que está en sus inicios con R, y desea realizar un gráfico.
> Esto no es problema, el inconveniente es que está mezclando librerías, es
> lógico, se puede
2013 Apr 07
2
qemu-kvm high cpu usage with idle windows guest
Windows 2k8 R2 guest with updated virtio drivers is idle inside but on
the host qemu-kvm process uses 7-15% cpu.
Things that have been tried without any significant success
- removed tablet device
- manually set cpu topology for cores per socket
Is it just me or the qemu-kvm has little tolerance with windows?
2013 Apr 07
2
qemu-kvm high cpu usage with idle windows guest
Windows 2k8 R2 guest with updated virtio drivers is idle inside but on
the host qemu-kvm process uses 7-15% cpu.
Things that have been tried without any significant success
- removed tablet device
- manually set cpu topology for cores per socket
Is it just me or the qemu-kvm has little tolerance with windows?