Siuba
  • Guide
  • Reference
  • Examples
  • About
    • Key features
    • Developing siuba

Example Analyses

TV Ratings Analysis
Examining season ratings for different TV Series.
Plotting shows with the most variable ratings.
<br><br>
Uses grouped filters, joins, n() for getting the total number of rows.
Examining season ratings for different TV Series. Plotting shows with the most variable ratings.

Uses grouped filters, joins, n() for getting the total number of rows.
  • View example
Space Launches over the Years
Space Launches have become dominated by private companies, like Spacex.
This analysis looks at the agencies launching rockets over time.
<br><br>Uses anti_join to figure out why a join is dropping rows,
fct_lump to group rare agencies together, and a lot of counting.
Space Launches have become dominated by private companies, like Spacex. This analysis looks at the agencies launching rockets over time.

Uses anti_join to figure out why a join is dropping rows, fct_lump to group rare agencies together, and a lot of counting.
  • View example
No matching items