DTS350Fall2022 / OlmoS

0 stars 0 forks source link

Task 14 Comments #12

Open martinerin opened 1 year ago

martinerin commented 1 year ago

You are using str_length() in your function, which is counting the number of characters, not the number of words. Your average for the verse length in the old testament was almost 137 words per verse? That should seem a little unusual and incorrect.

Your values for your answer to Question 2 are also incorrect since you are again using str_length().

Your values in your graph are also incorrect since you are saying the average word count for all the verses in Acts is over 20,000. That is like saying one verse takes 40 pages to write it out.