Daniel's Blog

Cognitive neuroscience, R programming, and more...

Data Visualization With R

Creating Ready-to-Publish Graphs Using R Base Graphics - Pt4: XY-Plots and Regression Lines

This blog post is the fourth in a series of posts in which I will present R code for the generation of fancy graphs using only R base graphics (instead of ggplot).

Data Visualization With R

Creating Ready-to-Publish Graphs Using R Base Graphics - Pt3: Box Plots

This blog post is the third in a series of posts in which I will present R code for the generation of fancy graphs using only R base graphics (instead of ggplot).

Data Visualization With R

Creating Ready-to-Publish Graphs Using R Base Graphics - Pt2: Bootstrapped Confidence Intervals

This blog post is the second in a series of posts in which I will present R code for the generation of fancy graphs using only R base graphics (instead of ggplot).

Goldman-Hodgkin-Katz-Equation

An Interactive Simulation of the Goldman-Hodgkin-Katz-Equation

Models the resting potential across a cell membrane in dependence on the relative permeabilities as well as the inner and outer concentrations of different ion species.

Two-Sided Binomial Test

An Online Binomial Test Calculator

Calculates two-sided Binomial Test statistics and provides the results as text output. It also visualizes your success rate within the probability distribution.

Data Visualization With R

Creating Ready-to-Publish Graphs Using R Base Graphics - Pt1: Line Graphs

This blog post is the first in a series of posts in which I will present R code for the generation of fancy graphs using only R base graphics (instead of ggplot).