חבילה מהרצאה של יונתן רוזנבלט מהמפגש האחרון

23 weergaven
Naar het eerste ongelezen bericht

Jonathan Schwartz

ongelezen,
10 nov 2014, 15:19:1310-11-2014
aan israel-r-...@googlegroups.com
מישהו יודע מה החבילות שצריך בשביל הקוד הבא:
hourly_delay <- flights %>% 
  filter(!is.na(dep_delay)) %>% 
  group_by(date, hour) %>% 
  summarise( 
    delay = mean(dep_delay), 
    n = n() ) %>% 
  filter(n > 10)

חוץ מ magrittr?

Tal Galili

ongelezen,
10 nov 2014, 15:29:5210-11-2014
aan israel-r-...@googlegroups.com
dplyr


----------------Contact Details:-------------------------------------------------------
Contact me: Tal.G...@gmail.com
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English)
----------------------------------------------------------------------------------------------


--
You received this message because you are subscribed to the Google Groups "Israel R User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to israel-r-user-g...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Liad Shekel

ongelezen,
10 nov 2014, 15:32:3810-11-2014
aan Israel R User Group

dplyr

בתאריך 10 בנוב 2014 22:19, "Jonathan Schwartz" <yoni.sch...@gmail.com> כתב:
--

דוד ארנבורג

ongelezen,
11 nov 2014, 03:29:0911-11-2014
aan israel-r-...@googlegroups.com
Actually for the flights data set you also need the to install the "nycflights13" package
Allen beantwoorden
Auteur beantwoorden
Doorsturen
0 nieuwe berichten