Skip to content
Prev 4185 / 5636 Next

[R-meta] Error Stopped because k = 0 after sub setting​.

Dear Klaow,


You now that R is case-sensitive? That is, see the following:


# Set

interven <- "pzq"

# Then

interven=="pzq" # provides
[1] TRUE

# However,

interven=="PZQ" # provides
[1] FALSE


That is, you have to spell the values in the code exactly as spelled in 
the data set.


Best,

Gerta



Am 17.09.2022 um 17:06 schrieb Klaow sota: