ExploreModelMatrix: Interactive exploration for improved understanding of design matrices and linear models in R.

Charlotte Soneson1,2, Federico Marini3,4, Florian Geier2,5

  • 1Friedrich Miescher Institute for Biomedical Research, Basel, Switzerland.

F1000Research
|September 25, 2020
PubMed
Summary

ExploreModelMatrix is an R package that helps users understand linear model coefficients and design matrices. It provides interactive diagnostics and visualizations for better interpretation and hypothesis testing in statistical modeling.

Related Concept Videos

Interpreting R Charts01:22

Interpreting R Charts

R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
251
Introduction to R01:11

Introduction to R

R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's...
3.9K
Multi-input and Multi-variable systems01:22

Multi-input and Multi-variable systems

Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence of...
307
Overview of Cell-Matrix Interactions01:24

Overview of Cell-Matrix Interactions

The extracellular matrix or ECM holds cells together to form a tissue and allows the cells within the tissue to communicate. ECM comprises proteins such as fibronectin, collagen, laminin, etc. The most abundant protein in this space is collagen. Collagen fibers are interwoven with carbohydrate-containing protein molecules called proteoglycans. ECM allows cell migration and provides a structural scaffold at cell adhesion that anchors the cell when the extracellular matrix proteins interact with...
8.6K
Introduction to MATLAB01:24

Introduction to MATLAB

MATLAB stands for Matrix Laboratory. MathWorks developed MATLAB as a multi-paradigm numerical computing environment and proprietary programming language. It has evolved significantly over the years to become a tool utilized by engineers, scientists, and mathematicians for various tasks, including matrix calculations, developing algorithms, data analysis, and visualization. MATLAB's applications span various industries and disciplines. It's used in image and signal processing,...
603
Gaussian Elimination: Problem Solving01:30

Gaussian Elimination: Problem Solving

Systems of linear equations in several variables are pivotal in modeling complex scenarios involving multiple unknowns and constraints. Such systems are widely used in various fields to represent relationships where several conditions must be simultaneously satisfied. Each variable in the system corresponds to an unknown quantity, while each equation imposes a linear constraint, leading to a structured approach for analyzing and solving real-world problems.A system of three equations with three...
97