Learn R Programming

Accelerated Stability Kinetic Modelling

Overview

This package utilises the Šesták–Berggren equation alongside the Arrhenius equation to make a simple and consistent way for a user to carry out the calculations and predictions required by accelerated stability studies. Currently the package works with decreasing variables, you may choose to transform your increasing variable into a decreasing one but note that your choice of transformation can impact the outcome.

The available functions within the package are as follows:

  • step1_down() Fit the one-step Šesták–Berggren kinetic model.
  • step1_down_basic() Quickly fit the one-step Šesták–Berggren kinetic model.
  • step1_down_rmse() Calculate Root Mean Square Error (RMSE) for the one-step Šesták–Berggren kinetic model.
  • excursion() Predict a temperature excursion for a product.
  • step1_plot_CI() Plot the stability data and visualise the predictions with confidence intervals.
  • step1_plot_desc() Plot raw accelerated stability data.
  • step1_plot_diagnostic() Generate residual diagnostic plots from a step1_down fit.
  • step1_plot_PI() Plot the stability data and visualise the predictions with prediction intervals.
  • step1_plot_pred() Plot the stability data and visualise the predictions.
  • step1_plot_T() Plot the stability data and visualise the predictions with focus on one temperature.
  • step1_sample_mvt() Take a selected number of samples from the multivariate t distribution (mvt).

Installation

Install AccelStab the following way -

install.packages("AccelStab")
library(AccelStab)

Feedback

Log an issue here or contact a moderator.

Copy Link

Version

Install

install.packages('AccelStab')

Monthly Downloads

586

Version

2.3.1

License

AGPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Alex Ball

Last Published

July 1st, 2025

Functions in AccelStab (2.3.1)

step1_plot_desc

Plot Stability Data
step1_plot_T

Focus on Temperature
excursion

Temperature Excursion
step1_down_basic

Basic version Step1 Down Model
step1_plot_diagnostic

Create Diagnostic Plots
step1_plot_pred

Plot Model Predictions
potency

Potency Accelerated Stability Data
step1_plot_PI

Plot Prediction Intervals
step1_down

Step1 Down Model
step1_down_rmse

Step1 Down Model Root Mean Square Error Calculation
step1_plot_CI

Plot Confidence Intervals
step1_sample_mvt

Sample the Multivariate t Distribution
antigenicity

Antigenicity Accelerated Stability Data