Nuacht

In R, <- is the assignment operator and == is the equals comparison operator. If you make a mistake in filtering, it is almost always because you use = instead of ==. “Female” is a literal string. It ...