Hacker News new | ask | show | jobs
by isoprophlex 1164 days ago
The coercion always gets on my nerves, JavaScript gets a bad rep but R is pretty damn warty too; weird ass data types ('ordered factor', anyone) that just seem so very far away from design choices in other languages without being particularly ergonomic or aesthetically appealing
2 comments

The data types make sense to statisticians. Ordered factors are great when you need to fit, say, an ordered logit regression model.
Which coercion specifically are you talking about? Could you give an example?

Weird data types: R had been designed for and by statisticians with their specific needs in mind, which indeed could look weird to regular people.