Posts by Eduardo Junior • 86 points
2 posts
-
5
votes2
answers1588
viewsA: How do I place the inverted (decreasing) Y-axis in the R?
Simple, reverse the answer and then customize the shafts! Examples with your data: ## Dados cuc <- c(11.37, 11.38, 11.44, 11.47, 11.29, 11.1, 11.29, 11.4, 11.45, 11.35, 10.53, 10.39, 10.12,…
-
2
votes3
answers105
viewsA: Changing charts of a regression
Assign an array to the parameter pch: library(quantreg) ## Ajuste da regressão quantílica seqt <- seq(0.1, 0.9, by = 0.05) fit1 <- rq(dist ~ speed, tau = seqt, data = cars) resu <-…