No articles match
Minimal R (ggformula version)2 months ago
Resources Related to the mosaic Package2 months ago
Package Vignettes | Auxiliary packages | Mosaic paper | Project MOSAIC Little Books | Textbook Related | Articles | Other Resources
Interactive graphics with {ggformula}9 months ago
Interactive geoms, scales, and facets | Interactive geoms | First example: Scatter plot with tooltips | Dealing with stats in interactive bar graphs | after_stat() | Finer control | Method 1: Summarising before plotting | Method 2: Using stage() | stage() | Interactive scales | Interactive faceting | Interactive themes | Interacting with multiple plots using | Click actions with JavaScript | Alerts | Opening another webpage | Customizing girafe animations | CSS styling | Color keys | Don't include curly braces | Hover options | Hover CSS | girafe_css() | Key and inverse hovering | Use low opacity in non-selected elements to make highlighted elements stand out. | Tooltip options | Position | Autocoloring | A downside of use_fill = TRUE | Zoom options | Global options
Formula Interface to {ggplot2}11 months ago
Formula-driven graphics | The basic formula template | Selecting the glyph type | Attributes | Specifying attributes | On-the-fly calculations | "One-variable" plots | Learning more
Simulation-based inference with mosaic3 years ago
Introduction | Background and setup | R and RStudio | Setup | The Lock problems | Lock problem 1. Bootstrapping a mean (used Mustangs) | Lock problem 2: Testing a proportion (NFL Overtimes) | Lock problem 3: Permutation test of means from two groups (sleep and memory) | Lock problem 4: Bootstrapping a correlation | Moving beyond means and proportions | Randomization with linear models | Multiple explanatory variables | More on Multiple Regression | Simulation and ANOVA | Using simulations in other ways | Acknowledgments | Technical information | References
Errata4 years ago
747 Exercise A.11 Unfortunately, the weatherData package has beenremoved from CRAN.Similar data now live in mosaicData::Weather,but the data for several cities arealready contained in a single data frame,so there is no need to merge from multiple sources.