I am new to KNIME and R and I am stuck.
I tried to do some descriptive statistics by:
R <-R
R$logDiff=R$logLOAEL-R$logNOAEL
library(psych)
describe.by(R$logDiff, R$Species)
describe.by(R$logDiff, R$Source)
describe.by(R$logDiff, R$TargetOrgan)
describe.by(R$logDiff, R$MWrange2)
It runs fine, but where can I view the output?
and what is this error? i have no clue....
WARN FileAnalyzer Didn't get any value for column(s) with index #7. Please verify column type(s).
Thanks!