Displaying 20 results from an estimated 1200 matches similar to: "Split-split plot design with aov function in R"
2017 Feb 16
5
Sobre gráficos
Hola a todos, alguien que ya tenga en sus manos esos libros y/o otros más sobre todo sobre estadística descriptiva, inferencial, minería de datos y big data, o cualesquiera de R y que aunque haya pagado la ostia, no le importe compartirlo conmigo que no tengo la posibilidad de pagar por ellos, por favor, le estaría eternamente agradecido.
Fraternalmente, Nivaildo.
----- Mensaje original -----
2017 Feb 16
2
Sobre gráficos
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20170216/7c6f564a/attachment.html>
2013 Dec 03
6
SOHO colour laser printer recommendations
Hi List,
I'd really appreciate some recommendations for colour laser printers for
use with CentOS. It's for light home use with CentOS 5 and CentOS 6 systems.
Must have:
1. Colour. Quality not that important as mainly for kids school project
type of stuff.
2. Ethernet connectivity - want something I can plug into the network
3. Cheap running costs - don't want to be spending a
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
Buenas tardes,
Tengo una duda con gráficos. Estoy intentando realizar el típico gráfico de
una variable en histograma y otra en linea, supongo que será sencillo pero
llevo unos días peleando y no me sale de forma correcta.
Las variables están en un dataframe que muestran las frecuencias de tweets
minuto a minuto y el share de esos minutos (os adjunto un archivo en csv
con el dataframe).
Una
2012 Apr 21
3
Gráficos en R
Hola,
Por favor, ¿me podéis referenciar algún libro de R que aborde en profundidad la generación de gráficos y almacenamiento de los mismos en fichero de salida?. Me refiero tanto a gráficos relativos a series temporales como a gráficos/tablas que recojan datos numéricos.
Gracias de antemano.
Atte.
Eva Prieto Castro
[[alternative HTML version deleted]]
2017 Dec 04
2
Broadcom BCM4360
On 04/12/17 00:38, John R Pierce wrote:
> On 12/3/2017 4:22 PM, Gregory P. Ennis wrote:
>> I have not been able to get it to work Centos 7.4 machine.? Some of the
>> ? centos user posts had indicated the nux repsitory had a Centos 7 kmod-
>> wl, but it is not present when I tried to search or or install it at
>> this time.
>
> this looks potentionally helpful
>
2012 Sep 20
6
Good books about the internals of Rails 3
Hi, I''m a new RoR and Ruby developer and I''m searching for some good
resources (books or website) that go a little further than books like
the railstutorial (which is excellent btw).
But after reading this, I feel like as long as I''m working with
scaffolding and simple gems, it''s ok, and a lot can be accomplished with
this but I would like to have a deeper
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
Y bueno, algo más bonito sí que queda con ggplot...
#---------------
datIn <- read.csv("pec.csv", header = TRUE, sep = ";", dec = ",")
library(ggplot2)
lab_x_idx <- c(1, round(nrow(datIn)/2, 0), nrow(datIn))
lab_x <- as.vector(datIn$hora[ lab_x_idx])
fre_gg <- ggplot( datIn, aes( x = 1:nrow(datIn), y = frec)) +
geom_bar(stat =
2012 Jul 20
4
Paquetización
Buenos días:
Por favor, ¿alguien puede indicarme si sólo hay que documentar las funciones visibles del paquete?. Además, ¿cómo se consigue que sólo algunas de las funciones estén visibles?. ¿Cómo manejo el namespaces para ello?.
Gracias.
Eva
[[alternative HTML version deleted]]
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
Prueba algo así:
library(ggplot2)
datos <- read.table("Downloads/pec.csv", header = T, sep = ";", dec = ",")
datos$Miles <- as.numeric(gsub("\\.", "", as.character(datos$Miles)))
datos$hora <- strptime(datos$hora, format = "%H:%M")
ggplot(datos, aes(x = hora, y = Miles)) + geom_line() +
scale_x_datetime(date_breaks =
2018 Feb 08
0
plotting the regression coefficients
Fwiw, encoding magnitude in color is generally a bad idea. Using area(*not*
radius) is also not great, but maybe it will work for you.
See here for some explanation:
https://www.amazon.com/Visual-Display-Quantitative-Information/dp/0961392142/ref=sr_1_1?s=books&ie=UTF8&qid=1518092778&sr=1-1&keywords=Tufte
Bert
On Feb 7, 2018 11:13 PM, "greg holly" <mak.hholly at
2011 Nov 05
2
como ponderar casos en R
Hola a tod en s.
Se trata de un tema que lleva tiempo rondándome la cabeza, pero que
nunca he encontrado una solución. Se que existe el paquete survey, pero
me gustaría saber si existe algo más sencillo.
Por ejemplo, estaba analizando los últimos datos de la encuesta de
equipamientos tecnológicos del INE y dicho fichero tiene dos variables
con factores de elevación, una para hogares y otra para
2014 Jan 30
2
objecto ggplot
Para este ejemplo especifico:
Deseo saber si tmp genera un objecto ggplot
> tmp <- ggplot(mtcars, aes(x = hp, y=mpg)) + geom_point()
El objecto o variable tmp, devuelve una lista y un gráfico, la clase dice
ser ggplot,
>class(tmp)
[1] "gg" "ggplot"
> typeof(tmp)
[1] "list"
El 30 de enero de 2014, 13:00, daniel
2014 Jan 30
2
objecto ggplot
Carlos,
mi intencion es entender el codigo:
https://github.com/woobe/blenditbayes/blob/master/2013-06-street-level-crime/analysis.R
Para luego hacer mi trabajo, algo similar a esto, pero adaptado a mi región.
Si te fijas en las lineas 141-161, esta esto:
## Convert the base map into a ggplot object
## All added Cartesian coordinates to enable more geom options later on
map.ggmap <-
2012 Apr 08
1
Newbie here
Hello there
newbie here,
Finally managed to install 5.1 and hope to get started with RHCT
textbook. Has anyone gone the self study route ?, any tips/hints to
light the way most appreciated.
Thanks for reading
Kind regards
Paul
2014 Jan 16
2
Your opinion about RHCSA certification
Hello to all,
I'm currently studying (and collecting notes here
https://github.com/fdicarlo/RHCSA_cs) for RHCSA. My plan is to RHCSA
-> RHCE and then RHCSS.
What I want to ask you is:
- What do you think about it?
- Did you find it useful?
- Do you have any advices?
Best regards,
Fabrizio
--
"The intuitive mind is a sacred gift and the rational mind is a
faithful servant. We have
2012 Jan 19
4
Bayesian data analysis recommendations
Dear all,
I am trying to learn Bayesian inference and Bayesian data analysis, I
am new in the field. Would any experts on the list recommend any good
sites or materials for beginners?
My approach is to learn and understand the theory first, then program
on my own using R, though I see there are already packages.
appreciate any help, thanks in advance!
2017 Dec 04
2
Broadcom BCM4360
On Mon, December 4, 2017 1:40 am, Alice Wonder wrote:
> On 12/03/2017 11:10 PM, Phil Perry wrote:
>> On 04/12/17 00:38, John R Pierce wrote:
>>> On 12/3/2017 4:22 PM, Gregory P. Ennis wrote:
>>>> I have not been able to get it to work Centos 7.4 machine.? Some of
>>>> the
>>>>?? centos user posts had indicated the nux repsitory had a Centos 7
2016 Mar 12
1
The sad state of samba 4 adaption for home/small business routers.
Reindl Harald <h.reindl <at> thelounge.net> writes:
> no, it's not for the masses, for the masses is what comes out-of-the-box
>
> there is not much difference between replace the operating system on a
> mass-product and just setup my own box from-scratch in the end
> i know what modern arm based devices can do
>
> the HP microserver comes with a
>
2018 Feb 08
4
plotting the regression coefficients
Hi Dear all;
I would like to create a plot for regression coefficients with each
independent variable (x) along the side and the phenotypes (y) across the
top (as given below). For each data point, direction and magnitude of
effect could be color and significance could be the size of the circle? Is
this possible?
I would greatly be appreciated your help.
Thanks,
Greg
y1 y2 y3 y4 y5 y6
x1