Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question

ggplot() from ggplot2 in R

Perhaps we’d prefer a simple linear regression line to highlight any first order trends. We can do this by specifying *** = "***" to geom_smooth().

g <- ggplot(...)

g + geom_point() + geom_smooth(*** = "***")

Answer

ggplot() from ggplot2 in R

Perhaps we’d prefer a simple linear regression line to highlight any first order trends. We can do this by specifying method = "lm" to geom_smooth().

g <- ggplot(...)

g + geom_point() + geom_smooth(method = "lm")


Question

ggplot() from ggplot2 in R

Perhaps we’d prefer a simple linear regression line to highlight any first order trends. We can do this by specifying *** = "***" to geom_smooth().

g <- ggplot(...)

g + geom_point() + geom_smooth(*** = "***")

Answer
?

Question

ggplot() from ggplot2 in R

Perhaps we’d prefer a simple linear regression line to highlight any first order trends. We can do this by specifying *** = "***" to geom_smooth().

g <- ggplot(...)

g + geom_point() + geom_smooth(*** = "***")

Answer

ggplot() from ggplot2 in R

Perhaps we’d prefer a simple linear regression line to highlight any first order trends. We can do this by specifying method = "lm" to geom_smooth().

g <- ggplot(...)

g + geom_point() + geom_smooth(method = "lm")

If you want to change selection, open document below and click on "Move attachment"

pdf

owner: aelizzybeth - (no access) - Exploratory_Data_Analysis_with_R_Peng.pdf, p175

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.