Learn R Programming

adsoRptionCMF (version 0.1.1)

Classical Model Fitting of Adsorption Isotherms

Description

Provides tools for classical parameter estimation of adsorption isotherm models, including both linear and nonlinear forms of the Freundlich, Langmuir, and Temkin isotherms. This package allows users to fit these models to experimental data, providing parameter estimates along with fit statistics such as Akaike Information Criterion (AIC) and Bayesian Information Criterion (BIC). Error metrics are computed to evaluate model performance, and the package produces model fit plots with bootstrapped 95% confidence intervals. Additionally, it generates residual plots for diagnostic assessment of the models. Researchers and engineers in material science, environmental engineering, and chemical engineering can rigorously analyze adsorption behavior in their systems using this straightforward, non-Bayesian approach. For more details, see Harding (1907) .

Copy Link

Version

Install

install.packages('adsoRptionCMF')

Version

0.1.1

License

GPL-3

Maintainer

Paul Angelo C. Manlapaz

Last Published

June 28th, 2025

Functions in adsoRptionCMF (0.1.1)

fit_langmuirLM3

Langmuir Isotherm Linear (Form 3) Analysis
fit_langmuirNLM

Langmuir Isotherm Non-Linear Analysis
fit_freundlichNLM

Freundlich Isotherm Non-Linear Analysis
fit_langmuirLM1

Langmuir Isotherm Linear (Form 1) Analysis
fit_temkinNLM

Temkin Isotherm Non-Linear Analysis
fit_freundlichLM

Freundlich Isotherm Linear Analysis
fit_temkinLM

Temkin Isotherm Linear Analysis
fit_langmuirLM4

Langmuir Isotherm Linear (Form 4) Analysis
fit_langmuirLM2

Langmuir Isotherm Linear (Form 2) Analysis