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 method = "lm" to ***().

g <- ggplot(...)

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

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 method = "lm" to ***().

g <- ggplot(...)

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

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 method = "lm" to ***().

g <- ggplot(...)

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

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")


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.