search for: r4ds

Displaying 13 results from an estimated 13 matches for "r4ds".

Did you mean: r4d
2018 Mar 14
1
Fwd: Learning advanced R
...of Hadley Wickham's books, which > have the advantage that they are freely available. > You can either read them online or download the source from github and > create your own copy (which you can then print, if desired.) > 1. "R for Data Science" > online: http://r4ds.had.co.nz/ > github: https://github.com/hadley/r4ds > 2. "Advanced R" > online: https://adv-r.hadley.nz/ > github: https://github.com/hadley/adv-r > > Best, > Eric > > > > On Wed, Mar 14, 2018 at 12:13 AM, Rich Shepard <rshepard at appl-e...
2018 Mar 14
0
Fwd: Learning advanced R
...ks, >which >> have the advantage that they are freely available. >> You can either read them online or download the source from github >and >> create your own copy (which you can then print, if desired.) >> 1. "R for Data Science" >> online: http://r4ds.had.co.nz/ >> github: https://github.com/hadley/r4ds >> 2. "Advanced R" >> online: https://adv-r.hadley.nz/ >> github: https://github.com/hadley/adv-r >> >> Best, >> Eric >> >> >> >> On Wed, Mar 14, 2018 at 1...
2018 Mar 13
3
Learning advanced R
On Tue, 13 Mar 2018, Mark Leeds wrote: > See Hadley's advanced R +1 A very well writte, highly useful book. Recommended. Rich
2018 Mar 14
1
Learning advanced R
...of Hadley Wickham's books, which > have the advantage that they are freely available. > You can either read them online or download the source from github and > create your own copy (which you can then print, if desired.) > 1. "R for Data Science" > online: http://r4ds.had.co.nz/ > github: https://github.com/hadley/r4ds > 2. "Advanced R" > online: https://adv-r.hadley.nz/ > github: https://github.com/hadley/adv-r > > Best, > Eric > > > > On Wed, Mar 14, 2018 at 12:13 AM, Rich Shepard <rshepard at appl-e...
2018 Mar 14
2
Fwd: Learning advanced R
...ve the advantage that they are freely available. > >> You can either read them online or download the source from github > >and > >> create your own copy (which you can then print, if desired.) > >> 1. "R for Data Science" > >> online: http://r4ds.had.co.nz/ > >> github: https://github.com/hadley/r4ds > >> 2. "Advanced R" > >> online: https://adv-r.hadley.nz/ > >> github: https://github.com/hadley/adv-r > >> > >> Best, > >> Eric > >> > >&gt...
2016 Oct 03
4
Manual avanzado de R
Buenas, Alguien puede recomendarme un manual avanzzado de R, que me enseñe por ejemplo como aplicar tapply con sacar la pendiente de una recta, y cosas así. Gracias Jesús [[alternative HTML version deleted]]
2020 Oct 16
2
Need help in R code of the functional data .
Hello, Please, I want to know how the functional data are defined in programming code R. If possible an illustrative example of code can help me to understand better. Yours sincerely. [[alternative HTML version deleted]]
2023 Aug 28
4
Book Recommendation
Good Morning, I am doing some research to develop a new course where I teach. I am looking for a book to use in the course content to teach accomplishing SQL in R. Does anyone know of a book on this topic to recommend for consideration? Thank You, -- *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com
2023 Nov 04
1
Adding columns to a tibble based on a value in a different tibble
I think a simple reproducible example ("reprex") may be necessary for you to get a useful reply. Questions with vague specifications such as yours often result in going round and round with attempts to clarify what you mean without a satisfactory answer. Clarification at the outset with a reprex may save you and others a lot of frustration. Cheers, Bert On Sat, Nov 4, 2023 at 1:41?AM
2018 May 22
3
legend order in ggplot2
Hi, I'd like to graph three lines on ggplot2 and I intend the lines to be "solid", "dashed", and "dotted". The legend names are "name_b", "name_a", "name_c". I'd like to legend to present in the order: the "name_b" at the top, and "name_c" at the bottom. As a consequence, the legend is indeed in the order:
2017 Oct 26
0
Help needed with aggregate or other solution
...ght also find [1] helpful in general, and [2] helpful for understanding dplyr. [1] H. Wickham, The Split-Apply-Combine Strategy for Data Analysis, Journal of Statistical Software, vol. 40, no. 1, Apr. 2011. [2] H. Wickham and G. Grolemund, R for Data Science. OReilly UK Ltd, 2017. URL: https://r4ds.had.co.nz. > > ???????????? basistime fcst > 1?? 2012-01-25 15:02:00 47.9 > 2?? 2012-01-26 15:11:00 50.4 > 3?? 2012-01-27 01:41:00 46.0 > 4?? 2012-01-27 10:15:00 47.3 > 5?? 2012-01-27 15:15:00 47.3 > 6?? 2012-01-28 14:22:00 46.2 > 7?? 2012-01-29 13:33:00 45.8 > 8?? 2...
2017 Sep 04
1
Dataframe Manipulation
Hello Ulrik, Can you please explain this code means how and what this code is doing because I'm not able to understand it, if you can explain it i can use it in future by doing some Lil bit manipulation. Thanks data_help <- data_help %>% mutate(Purchase_ID = 1:n()) %>% group_by(Purchase_ID) %>% do(split_items(.)) cat_help %>% gather("Foo",
2017 Oct 26
3
Help needed with aggregate or other solution
Hi Jeff, Thank you for the suggestions -- I appreciate your help. Unfortunately, the result2 has two problems... (1) there are now 3 date columns (it looks like 2 cols are merged into 1 col) (2) the output rows should not have any of the basistime dates repeated (maybe I misstated the problem); I need the max fcst value by basistime, but also list the date value for that row; for example: