ennnna chata Posted November 30, 2015 Author Report Posted November 30, 2015 so mean line scatterplot lo dram cheyali anthe na? Yes bhayya
ennnna chata Posted November 30, 2015 Author Report Posted November 30, 2015 so mean line scatterplot lo dram cheyali anthe na? Average weight in each time group and each time katanu see my code
ramdatascience Posted November 30, 2015 Report Posted November 30, 2015 http://isites.harvard.edu/fs/docs/icb.topic124683.files/introToRL1plus.pdf see this link chick weight data set tesukoni basic regression model develop chesadu
ramdatascience Posted November 30, 2015 Report Posted November 30, 2015 abline use cheyachu ga command
ColinKaepernick Posted November 30, 2015 Report Posted November 30, 2015 data(ChickWeight) View(ChickWeight) library(dplyr) library(ggplot2) data(ChickWeight) View(ChickWeight) library(dplyr) library(ggplot2) ChickWeight_New = ChickWeight %>% group_by(Time) %>% arrange(Time) %>% mutate(Avg_Weight = mean(weight)) View(ChickWeight_New) ggplot(data = ChickWeight_New,aes(x = Time,y= Avg_Weight)) + geom_point() + geom_smooth(method=lm,se=FALSE,colour = "red") + theme_bw() If you want to add Coefficients use geom_abline..I hope this helps..Please let me know if u need anything
ennnna chata Posted November 30, 2015 Author Report Posted November 30, 2015 data(ChickWeight) View(ChickWeight) library(dplyr) library(ggplot2) data(ChickWeight) View(ChickWeight) library(dplyr) library(ggplot2) ChickWeight_New = ChickWeight %>% group_by(Time) %>% arrange(Time) %>% mutate(Avg_Weight = mean(weight)) View(ChickWeight_New) ggplot(data = ChickWeight_New,aes(x = Time,y= Avg_Weight)) + geom_point() + geom_smooth(method=lm,se=FALSE,colour = "red") + theme_bw() If you want to add Coefficients use geom_abline..I hope this helps..Please let me know if u need anything Bhayya naku ggplot anth idea ledhu nenu chesina varaku and detailed question niku PM chesa can you please help me with the answet .
ennnna chata Posted November 30, 2015 Author Report Posted November 30, 2015 Please help Koncham urgent bhayya
ennnna chata Posted November 30, 2015 Author Report Posted November 30, 2015 data(ChickWeight) View(ChickWeight) library(dplyr) library(ggplot2) data(ChickWeight) View(ChickWeight) library(dplyr) library(ggplot2) ChickWeight_New = ChickWeight %>% group_by(Time) %>% arrange(Time) %>% mutate(Avg_Weight = mean(weight)) View(ChickWeight_New) ggplot(data = ChickWeight_New,aes(x = Time,y= Avg_Weight)) + geom_point() + geom_smooth(method=lm,se=FALSE,colour = "red") + theme_bw() If you want to add Coefficients use geom_abline..I hope this helps..Please let me know if u need anything Bhayya can you please help question and solution pm chesanu
ramana1212 Posted December 1, 2015 Report Posted December 1, 2015 R ante caste anukuna ido technology na....ishtamochina perlu petti odultunaru tools and technology ki
acuman Posted December 1, 2015 Report Posted December 1, 2015 R ante caste anukuna ido technology na....ishtamochina perlu petti odultunaru tools and technology ki R anedi not a tool, its a programming language used to analyse data. Its open source. and its free. Invented by Ross Ihaka. https://www.stat.auckland.ac.nz/showperson?firstname=Ross&surname=Ihaka ithanu world lo vunna staticians andarani oka table ki techhi implemented. https://www.auckland.ac.nz/en.html entire R can be downloadable for Free. https://www.r-project.org/ most universities n non profits are using in-place of SAS n SPSS. if you want to learn in and out plz go through. https://www.coursera.org/specializations/jhudatascience
Recommended Posts