No articles match
Using the sparseR package1 years ago
Introduction | Use case: iris data | Data set description | Using formula specification | Using model matrix specification | Centering to different values | Plotting the model | Using stepwise RBIC | Use case: lung data | Preprocessing | Using the sparseR function | Use case: heart data
Time Series Modeling with Multiple Modes2 years ago
The uihc_ed_arrivals data set | Modeling the data | Endogenous model (SRLPAC) | Exogenous model (SRLPACx) | Making predictions | k-step ahead predictions | Cumulative predictions | Conclusions
Forecasting with fastTS2 years ago
Lake Huron data set | What does predict do? | Forecasting
Simple Case Studies2 years ago
Lake Huron data set | EuStockMarkets | Seasonal examples | Nottem | UKDriverDeaths | sunspot
Using the bestNormalize Package3 years ago
Introduction | Methods | The Lambert W x F transformation | The Box Cox transformation | The Yeo-Johnson transformation | The Ordered Quantile technique | Other included transformations | Other not-included transformations | Selecting the best technique | Examples | Basic Implementation | Visualizing out-of-sample estimates of normality | Improving speed of estimation | Leave-one-out CV | Visualizing transformations in ggplot2 with scales package | Application to autotrader data
Customization within bestNormalize4 years ago
Custom functions with bestNormalize | Example: cube-root | S3 methods | Optional: print method | Implementing with bestNormalize | Sanity check | Using custom normalization statistics