Displaying 20 results from an estimated 80 matches similar to: "Transponer data frame."
2019 Aug 26
1
[PATCH v8 1/6] drm/dp_mst: Add PBN calculation for DSC modes
With DSC, bpp can be fractional in multiples of 1/16.
Change drm_dp_calc_pbn_mode to reflect this, adding a new
parameter bool dsc. When this parameter is true, treat the
bpp parameter as having units not of bits per pixel, but
1/16 of a bit per pixel
v2: Don't add separate function for this
Cc: amd-gfx at lists.freedesktop.org
Cc: nouveau at lists.freedesktop.org
Cc: intel-gfx at
2015 Jun 12
2
Serie temporal interrumpida del tipo AirPassengers
Hola usuarios,
Necesito detectar si existe o no un cambio de tendencia y si dicho cambio es significativo, para una serie temporal del tipo AirPassengers, en la que
a partir de un determinado momento se ha hecho una campaña (supongamos que una promoción de vuelos).
Para ello he pensado varios métodos:
Usar la descomposición espectral de la muestra [decompose(AirPassengers)] y luego una Regresión
2017 Jun 07
2
Tablas en R
Hola doblett.
No sé si te lo han comentado ya, pero yo le echaría un ojo al paquete
ReporteRs.
Un saludo,
Miguel.
El 06/06/2017 a las 16:00, doblett escribió:
> Muchas gracias a todos por las sugerencias y por la rápida respuesta.
> Mi impresión es que no tenemos una solución cómoda para este tema y al
> menos en mi día a día es muy útil.
>
> - Tables, funciona muy bien
2017 Jun 06
3
Tablas en R
Hola doblett
Creo qeu el paquete stargazer te puede ayudar:
https://cran.r-project.org/web/packages/stargazer/index.html
http://jakeruss.com/cheatsheets/stargazer.html
Un saludo.
El 6 de junio de 2017, 15:17, Álvaro Hernández <alvarohv en um.es> escribió:
> Hola, doblett:
>
> Yo utilizo normalmente el paquete 'tables' que tiene una documentación
> bastante buena.
2016 Jun 12
2
Ejecutar bloques con codigo
haaaa lo mire, ese comando se acerca a lo q necesito, pero la diferencia
es que los bloques de codigo estan dentro del mismo script en que los
quiero llamar, en cambio, source llama a archivos externos con el codigo
... sacar el codigo a archivos externos no es tan buena opcion para mi
porque el codigo ya cumple una funcion en el lugar donde esta dentro del
script, pero a veces necesito
2017 Jun 07
2
Tablas en R
Buenas noches a todos,
Muchísimas gracias por la ayuda y por las recomendaciones. Sobre los
paquetes "ReporteRs" y "tangram" nunca había oído nada sobre ellos pero lo
que he mirado por encima tiene muy buena pinta. Me ponga manos a la obra.
Saludos.
El 7 de junio de 2017, 9:54, Carlos Ortega <cof en qualityexcellence.es>
escribió:
> Hola,
>
> Hace poco vi
2019 Feb 04
2
Ayuda con calculo de variables / transponer R
Buenas tardes, tengo dudas con el siguiente ejercicio que me han propuesto
en un curso, no se si alguien podria indicarme como abordarlo, soy nueva en
R y agradezco mucho su ayuda
Identi car cuales son las variables que están contenidas en
el data.frame. A continuación, transformar ese data.frame para que
cada columna represente cada una de las variables. Usar los nombres
Date, District y N.
2013 Aug 29
1
Resumen de R-help-es, Vol 54, Envío 22
Hola! No he podido consultar la doc. del paquete ade4, algo debe estar caído en CRAN ahora mismo.
Dos cosas sobre la metodología -aun desconociendo los detalles de cómo lo hace ade4:
El output de un PCA, los "pesos" de cada variable en las dimensiones de los componentes se interpretan como correlaciones, a mayor valor absoluto mayor asociación variable-componente. Ahora, como tales
2009 May 16
6
Modificando heatmaps
Hola a todos,
Estoy trabajando con la función heatmap.2() de la libreria ggplots. A
continuación encontrarán un ejemplo de la estructura de mis datos y el
código para generar el gráfico que me gustaría modificar:
# Datos
set.seed(123)
x <- matrix(rnorm(8*30), ncol = 8)
rownames(x) <- paste(''GM10A'',1:30,sep="")
colnames(x) <-
2005 Mar 29
6
Aggregating data (with more than one function)
I have the data similar to the following in a data frame:
LastName Department Salary
1 Johnson IT 56000
2 James HR 54223
3 Howe Finance 80000
4 Jones Finance 82000
5 Norwood IT 67000
6 Benson Sales 76000
7 Smith Sales 65778
8 Baker HR 56778
9 Dempsey HR 78999
10 Nolan
2019 Sep 03
0
[PATCH v2 04/27] drm/dp_mst: Move test_calc_pbn_mode() into an actual selftest
Yes, apparently we've been testing this for every single driver load for
quite a long time now. At least that means our PBN calculation is solid!
Anyway, introduce self tests for MST and move this into there.
Cc: Juston Li <juston.li at intel.com>
Cc: Imre Deak <imre.deak at intel.com>
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Cc: Harry Wentland <hwentlan at
2015 Aug 24
0
Regalamos 1.000 vuelos a Canarias
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- saved from
url=(0057)file:///C:/Users/casas.a/Desktop/Vuelos%20Brillantes.html -->
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta
http-equiv="Content-Type" content="text/html; charset=UTF-8">
2019 Aug 26
0
[PATCH v7 1/6] drm/dp_mst: Add PBN calculation for DSC modes
With DSC, bpp can be fractional in multiples of 1/16.
Change drm_dp_calc_pbn_mode to reflect this, adding a new
parameter bool dsc. When this parameter is true, treat the
bpp parameter as having units not of bits per pixel, but
1/16 of a bit per pixel
v2: Don't add separate function for this
Cc: amd-gfx at lists.freedesktop.org
Cc: nouveau at lists.freedesktop.org
Cc: intel-gfx at
2019 Aug 26
0
[PATCH v6 1/6] drm/dp_mst: Add PBN calculation for DSC modes
With DSC, bpp can be fractional in multiples of 1/16.
Change drm_dp_calc_pbn_mode to reflect this, adding a new
parameter bool dsc. When this parameter is true, treat the
bpp parameter as having units not of bits per pixel, but
1/16 of a bit per pixel
v2: Don't add separate function for this
Cc: amd-gfx at lists.freedesktop.org
Cc: nouveau at lists.freedesktop.org
Cc: intel-gfx at
2019 Aug 27
0
[PATCH v9 1/6] drm/dp_mst: Add PBN calculation for DSC modes
With DSC, bpp can be fractional in multiples of 1/16.
Change drm_dp_calc_pbn_mode to reflect this, adding a new
parameter bool dsc. When this parameter is true, treat the
bpp parameter as having units not of bits per pixel, but
1/16 of a bit per pixel
v2: Don't add separate function for this
Cc: amd-gfx at lists.freedesktop.org
Cc: nouveau at lists.freedesktop.org
Cc: intel-gfx at
2019 Sep 18
0
[PATCH 04/15] drm/dp_mst: Add PBN calculation for DSC modes
From: David Francis <David.Francis at amd.com>
With DSC, bpp can be fractional in multiples of 1/16.
Change drm_dp_calc_pbn_mode to reflect this, adding a new
parameter bool dsc. When this parameter is true, treat the
bpp parameter as having units not of bits per pixel, but
1/16 of a bit per pixel
v2: Don't add separate function for this
Change-Id:
2018 Oct 13
2
Icecast 2.4.3
Goodmorning,
I already send the same messages 4 weeks ago about crash of Icecast
2.4.3 on CentOS 7.5 64bit. We use ssl, IPv6, IPv4.
Only on the system log we see:
kernel: traps: icecast[5425] general protection ip:7ff3b209cc19
sp:7ffc63b5a910 error:0 in libssl.so.1.0.2k[7ff3b2070000+67000]
It runs for many weeks good and than is crash, there was no big load
before. Anyone know what to do or
2019 Jan 16
2
auth-worker: Error: double free or corruption (fasttop)
Dear list,
since the distri upgrade to glibc 2.28, i can't build working dovecot
binary's.
Older with glibc 2.27 are working. The distri is LFS based.
MariaDB 10.2.18 and 10.3.11 makes no difference. Having this on
different systems.
Messages Log:
Dec 19 17:10:38 test kernel: traps: auth[30189] general protection
ip:7f4b96d6598c sp:7ffef1f31710 error:0 in
2011 Dec 01
3
vector
Hi.
Can you please answer to my questions about R ?
1.how can I write command for vector ?
for exaple in this sample :
I have this :
a1 <- c (1:10)
now how can I put in the vector ?
bye for now,
Thanks a lot.
Majid.
[[alternative HTML version deleted]]
2003 Mar 07
1
Cluster analysis
Hello,
I would like to calculate a cluster analysis and I use the function 'hclust'.
I have seen the GRAPHICAL results of this function with 'plot'.
I would like to analyse this cluster but I don't know how to see the NUMERICAL results of each
step of this cluster like:
- R Squared
- Pseudo F
- Pseudo t**2
Thank you for any help,
Pierre-Olivier Chasset
=====
Pierre-Olivier