LNLM {AdIsMF}R Documentation

Langmuir Nonlinear Model

Description

This model will fit the adsorption data to the nonlinear form of the Langmuir equation and will give the estimates of the Langmuir parameters, namely "b" and "k" while evaluating the performance efficiency of the nonlinear model of Langmuir through several error functions.

Usage

LNLM (ce, qe)

Arguments

ce

Equilibrium concentration of the adsorbate in the solution

qe

Amount adsorbed

Value

References

Examples

ce <- c(0.025, 0.04, 0.055, 0.099, 0.139, 0.402, 1.999, 11.336)
qe <- c(17.21, 35.42, 51.238, 72.659, 89.268, 182.21, 345.29, 634.231)
m.fit <- LNLM (ce, qe)

[Package AdIsMF version 0.1.0 Index]