[R-es] Incluir símbolo matemático en data frame

2017-10-08 Thread Manuel Spínola
Estimados miembros de la lista, Cómo se puede incluir. por ejemplo, el símbolo de menor o igual en un data.frame para luego hacer un cuadro (table con kable in rmarkadown)? columna1 <- c("a", "b", "c") columna2 <- c(<= 0.3, 0.5, 0.8) columna3 <- c(>=0.5, 0.6, 0.9) cuadro <- data.frame(columna1,

Re: [R] how to overlay 2d pdf atop scatter plot using ggplot2

2017-10-08 Thread Ulrik Stervbo
How about geom_contour()? Am So., 8. Okt. 2017, 20:52 schrieb Ranjan Maitra : > Hi, > > I am no expert on ggplot2 and I do not know the answer to your question. I > looked around a bit but could not find an answer right away. But one > possibility could be, if a direct approach

Re: [R] how to overlay 2d pdf atop scatter plot using ggplot2

2017-10-08 Thread Ranjan Maitra
Hi, I am no expert on ggplot2 and I do not know the answer to your question. I looked around a bit but could not find an answer right away. But one possibility could be, if a direct approach is not possible, to draw ellipses corresponding to the confidence regions of the multivariate t density

Re: [R] multi variable analysis

2017-10-08 Thread Ranjan Maitra
Arun, I would suggest either getting enrolled in a multivariate statistics class and the pre-requisites for this or going back to your boss and asking him or her to hire a MS-level statistician since this is clearly beyond your current state of knowledge. Don't expect R-help to be a free

Re: [R] Manipulations with CO2 dataset on R

2017-10-08 Thread Ranjan Maitra
Hello Ludovico, What is your goal in taking this class? If you are expecting someone else to do your homework for you, you should really consider whether you should waste your time and your funding source's money to take this class. In any case, HW questions are off-topic for this list. So,

[R-es] enigma con regresión de Fine & Gray y variable dependiente del tiempo

2017-10-08 Thread Alberto Carmona Bayonas
Hola, necesito ayuda de la comunidad sobre una duda acerca de una regresión de riesgos competitivos. Mi idea era llevar a cabo una regresión de Fine y Gray multivariante usando como predictores una variable fija X y otra dependiente del tiempo Y. Para ello primero he hecho un modelo univariante

[R] Manipulations with CO2 dataset on R

2017-10-08 Thread Ludovico Piccolo
Hi, I just started a new course this semester on R, I never used it in my life and i'm stuck on these questions from 3 days, it would be really nice if someone could explain me the answers with the relative commands. thanks a lot in advance The following 7 questions are based on the CO2

[R] how to overlay 2d pdf atop scatter plot using ggplot2

2017-10-08 Thread Big Floppy Dog
Note: I have posted this on SO also but while the question has been upvoted, there has been no answer yet. https://stackoverflow.com/questions/46622243/ggplot-plot-2d-probability-density-function-on-top-of-points-on-ggplot Apologies for those who have seen it there also but I thought that this

[R] multi variable analysis

2017-10-08 Thread Arun Kumar
Hi All, I have been given three raw data csv files related to an advertising campaign. Impressions, clicks and conversion. They asked me to suggest optimisation suggestions using uni variable and multi variable analysis. The clicks or conversions are spread across various parameters like device,

Re: [R] load() failed to load .Rdata file in AWS-Ububtu

2017-10-08 Thread Christofer Bogaso
Thanks Eric for your pointer. However I just altered the argument of load() function a little bit to get that loaded. Below is the line what I tried. ubuntu@ip-172-31-23-148:~$ R R version 3.4.2 (2017-09-28) -- "Short Summer" Copyright (C) 2017 The R Foundation for Statistical Computing