FLM {AdIsMF}R Documentation

Freundlich Linear Model

Description

This model will fit the adsorption data to the linear form of the Freundlich equation and will give the estimates of the Freundlich parameters, namely "kf" and "1/n" while evaluating the performance efficiency of the linear model of Freundlich through several error functions.

Usage

FLM (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 <- FLM (ce, qe)

[Package AdIsMF version 0.1.0 Index]