langmuiranalysis: Describes the conformity of the results from a static...

Description Usage Arguments Value Examples

View source: R/langmuiranalysis.R

Description

Describes the conformity of the results from a static adsorption experiment to the Langmuir Isotherm model

Usage

1

Arguments

Ce

A numeric vector consisting of equilibrium concentration values

Qe

A numeric vector consisting of quantities adsorbed at equilibrium

Value

The residuals, y - intercept, coefficient, and correlation factor of the LSRL based on the Temkin isotherm model

Examples

1
langmuiranalysis(c(1,2,3,4), c(1,2,3,4))

Example output

[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

SorptionAnalysis documentation built on May 2, 2019, 3:50 p.m.