Displaying 1 result from an estimated 1 matches for "sigifican".
Did you mean:
sigificant
2009 Jun 09
4
Help with if statements
Hi
I am trying to create a column in a data frame which gives a sigificane score from 0-7. It should read values from 7 different colums and add 1 to the counter if the value is <=0.05. I get an error message saying
Error in if (ALLRESULTS[i, 16] <= 0.05) significance_count = significance_count + :
missing value where TRUE/FALSE needed
The script is included...