Description Usage Arguments Value Examples
View source: R/langmuiranalysis.R
Describes the conformity of the results from a static adsorption experiment to the Langmuir Isotherm model
1 | langmuiranalysis(Ce, Qe)
|
Ce |
A numeric vector consisting of equilibrium concentration values |
Qe |
A numeric vector consisting of quantities adsorbed at equilibrium |
The residuals, y - intercept, coefficient, and correlation factor of the LSRL based on the Temkin isotherm model
1 | langmuiranalysis(c(1,2,3,4), c(1,2,3,4))
|
[1] "Langmuir Isotherm Analysis"
Call:
lm(formula = y1 ~ x1)
Residuals:
1 2 3 4
0 0 0 0
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 0 0 NA NA
x1 1 0 Inf <2e-16 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0 on 2 degrees of freedom
Multiple R-squared: 1, Adjusted R-squared: 1
F-statistic: Inf on 1 and 2 DF, p-value: < 2.2e-16
Warning message:
In summary.lm(fit1) : essentially perfect fit: summary may be unreliable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.