tegge-classroom / STAT2984-2018

STAT 2984: Statistical Programming I - Spring 2018
1 stars 13 forks source link

Question 3 #38

Closed apappy56 closed 6 years ago

apappy56 commented 6 years ago

I keep getting the error "cannot perform reduce with flexible type" whenever i try to run the code for question 3. I am very confused on what that means exactly

ategge commented 6 years ago

This error messages usually occurs when your data is of mixed data types (e.g., numeric and string). Without explanation of the format of your data and what line of code you are trying to execute when you see this message, it is difficult to help debug further.