No articles match
Performance of svTidy Functions2 months ago
arrange_() | bind_rows_() and bind_cols_() | filter_()
Tidymodels with {equatiomatic}2 months ago
Working with workflows | Models requiring
Introduction to {equatiomatic}2 months ago
Background and Motivation | Example Usage | A basic example for a multiple linear regression | An example with a slightly more complicated model | Raw TeX code | Coefficients | Other models | Logistic Regression | Probit Regression | Ordinal Regression | Logit method | Probit method | Working with a list of models | Things the package does not yet do | Contributing
'SciViews::R' - Tidy Functions3 months ago
Non-standard evaluation | Referential transparency | Formula masking | Further advantages of formula masking | Computed argument name | Data-dot mechanism and bullet-list construct | Performance comparison | How to convert tidyverse code?
Translation3 months ago
Messages translation | Setting first and secondary languages | Specifying language with ngettext_() | Using secondary language by default for plots and tables
'SciViews-R' - Assertions and Meaningful Error Messages5 months ago
Quick but versatile assertions | Base R solution with if (cond) stop() | Base R with stopifnot() | {svAssert} assertions | Assertions with | Enhanced stopifnot_() | Impact on performances | Error message translation
Error messages6 months ago
Meaningful error messages | Classed error messages | Message formatting | Note about warning_() | Context of error messages | Additional information with . or data-dot
'SciViews::R' - Base Functions6 months ago
Subsettable functions | Object aliasing with aka() | Data frame conversions with as_dtx() and related functions | Alternate assignment operator %<-% | Labels and units | Enhanced messages | The "data-dot" mechanism | Formula-masking and formula-select | Sections
learnitgrid - Rubrics or Assessment Grids for R Documents in GitHub Repos9 months ago
learnitprogress - Report Student Progress in 'learnitr' Courses9 months ago
learnitdown - R Markdown and Bookdown Additions for Learning Material9 months ago
Make better learning inline material with learnitdown | Include H5P content | Differ Shiny/learnr app loading | Selectively show details | Details | Tabs | Contextual divs | Show/hide code
learnitdashboard - Shiny Dashboard for 'learnitr' Data9 months ago
'SciViews::R' - 'pkgdown' Template9 months ago
Subtitle 1 | Subtitle 2 is actually quite long and could be wrapped | Title 2
'SciViews::R' - Data Science R Dialect9 months ago
'SciViews::R' - Simplified Help Pages in R Thanks to AI10 months ago
Tcl/Tk Additions10 months ago
Package for Analysis of Space-Time Ecological Series10 months ago
Time representation in biological time series10 months ago
Time in pastecs time series | Time units | Days | Years | So, what?
'SciViews::R' - Hydrometeorological Interpolation10 months ago
'SciViews::R' - Statistical Models10 months ago
Example | Nonlinear model
'SciViews::R' - Exploratory Data Analysis10 months ago
'SciViews::R' - Hypothesis Tests and Statistical Distributions10 months ago
'SciViews::R' - Create Tabular Outputs from R10 months ago
Example table | Equations
'SciViews::R' - Read and Write Data in Different Formats10 months ago
Datasets in R packages | Discovering datasets in R packages | Read and write data | Metadata (label and units) | Sidecar R scripts | Reading data from URLs and cache mechanism | List of supported file formats
Why Chart?10 months ago
Formula versus aes() | The generic function chart() | chart() produces near publication-ready plots
'SciViews::R' - Miscellaneous Functions10 months ago
Help | Packages | Analyses in batch and show progression | Capture and parse R code | Encode/decode R objects in Rjson | Get system file or directory | Various information functions | Miscellaneous
'SciViews::R' - Machine Learning Algorithms with Unified Interface10 months ago
'SciViews::R' - Fast and Parallelized R Functions10 months ago
'SciViews::R' - Unit, Integration and System Testing10 months ago
Introduction | Unit testing in R without 'svUnit' | Unit testing framework for R with 'svUnit' | Installation | Overview of 'svUnit' | Assertions in 'svUnit' | Manipulating the logger data | Test function | Test units | Test suites: collections of test functions and units | Using 'svUnit' with RStudio | Using 'svUnit' with SciViews Komodo | References
lme4::lmer Models10 months ago
Setup | Unconditional models | Models with predictors at level 1 | Models with unstructured variance-covariance specifications | Group level predictors | Interactions | Alternative variance-covariance specifications | Using estimated coefficients | Future developments
'SciViews::R' - Unified Interface (with Formula) for R Plots10 months ago
Introduction | {chart} for {ggplot2} users
'SciViews::R' - A Better Data Frame10 months ago
'SciViews::R' - Data Analysis Work Flow and Pipeline Operator10 months ago
Flow objects to test alternate scenarios | Visual map of Flow objects inheritance
'SciViews::R' - Standard Dialog Boxes using Tcl/Tk10 months ago
Using Tcl/Tk dialog boxes in a custom GUI
'SciViews::R' - Standard Dialog Boxes for Windows, MacOS and Linuxes10 months ago
'SciViews::R' - Manage GUIs in R10 months ago
Central location for GUI information and status | Inactivate modal dialog boxes | GUI management and examples
'SciViews::R' - HTTP Server10 months ago
Implementing a client | Callback argument | Utilities on the server-side | Alternate solutions
'SciViews::R' - Socket Server10 months ago
Quick install and use | Lower-level interaction | Configuration and special instructions | Disconnection
Equations in R Markdown and Quarto11 months ago
Display equations from an R chunk | Inline equations in R Markdown or Quarto documents | Display equations with labels | Customizing equations
Colorizing equations and swapping variable names11 months ago
Changing variable names | Current models and future plans
Tests and Coverage11 months ago
Coverage | Unit Tests
forecast::Arima Models11 months ago
Basic Examples | ARIMA without Exogenous Regressors | Setup | Extracting the equation | Regression with ARIMA Errors | Working with other parts of | Future Development
Plotting with {equatiomatic}11 months ago
A simple use case | Base graphics | More complicated: Multi-line equations | Convert to a single line | Manually place text geoms | Limitations and future development
Usage with shiny11 months ago
TL;DR | More detail
Temporary environment11 months ago
Principal Component Analysis2 years ago
The pcomp object
(Work)flow and alternate pipe operator, rationate2 years ago
Pure, predictable, pipeable, ... and data-aware | Choice of the name | A simpler and more efficient pipe operator? | Mixing Pipe() and proto(): the Flow object