We access both object and class attributes using dot notation True False
Scatterplots are useful to visualize relationships you might…
Scatterplots are useful to visualize relationships you might investigate in linear regression True False
Class and object are essentially the same concept True False
Class and object are essentially the same concept True False
Which of the four fundamental features of object-oriented pr…
Which of the four fundamental features of object-oriented programming essentially means what an object does when there is a method call depends on the class of the object? (put NA if it applies to none of them)
Multiple comparisons are a post-hoc test to indicate where a…
Multiple comparisons are a post-hoc test to indicate where a significant difference between groups might be found True False
What will be the output of the following? Yum MMMMOOOOO! A…
What will be the output of the following? Yum MMMMOOOOO! AttributeError Mooo
Which of the following is how we would create a logistic reg…
Which of the following is how we would create a logistic regression model? sm.Logit() sm.Logistic() sm.OLS sm.LogReg()
To run any stats you must first import statistics True False
To run any stats you must first import statistics True False
By convention, how do we import seaborn? Put the entire answ…
By convention, how do we import seaborn? Put the entire answer. For example, if you were to answer this about pandas you would put import pandas as pd
Anaconda comes with some packages, like NumPy and Pandas, pr…
Anaconda comes with some packages, like NumPy and Pandas, preinstalled True False