Skip to content
Prev 157123 / 398506 Next

Exclusion of elements in a vector

Dear R Users,

I want to exclude elements in a vector by:

vector[-exclude]

is it intended to cause an error if no elements are excluded?
Error in -exclude 

or am I just definig exclude wrong, if no elements should be excluded?

with kind regards,

Stefan Fritsch