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

Description Usage Arguments Value Examples

View source: R/freundlichanalysis.R

Description

Describes the conformity of the results from a static adsorption experiment to the Freundlich 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
freundlichanalysis(c(1,2,3,4), c(1,2,3,4))

Example output

[1] "Freundlich Isotherm Analysis"

Call:
lm(formula = y2 ~ x2)

Residuals:
         1          2          3          4 
 4.687e-17 -9.088e-17 -6.916e-18  5.092e-17 

Coefficients:
             Estimate Std. Error   t value Pr(>|t|)    
(Intercept) 1.110e-16  7.382e-17 1.504e+00    0.271    
x2          1.000e+00  1.789e-16 5.588e+15   <2e-16 ***
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 8.092e-17 on 2 degrees of freedom
Multiple R-squared:      1,	Adjusted R-squared:      1 
F-statistic: 3.123e+31 on 1 and 2 DF,  p-value: < 2.2e-16

Warning message:
In summary.lm(fit2) : essentially perfect fit: summary may be unreliable

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