Displaying 1 result from an estimated 1 matches for "nebcal".
Did you mean:
webcal
2000 Nov 07
1
coercion of LHS to a list
...BF 0.4355
C1 0.3975
CF 0.4345
I also have a calibration curve loaded
Voltage NaF LogNaF
1 0.3588 20 1.30103
2 0.3990 100 2.00000
3 0.4391 500 2.69897
If I try to create a new column at the R command line, as follows:
nebdata$logconc<-nebdata$Volt*nebcal.fm$coefficients[2]+nebcal.fm$coefficients[1]
I get this (as I expected):
> nebdata
Volt logconc
ABal 0.4208 2.380112
A1 0.3982 1.986653
AF 0.4353 2.632553
B1 0.3954 1.937905
BF 0.4355 2.636035
C1 0.3975 1.974466
CF 0.43...