I have been given a hypothesis test to solve. I have done this and now required to 'solve the problem with the following functions, called from a script'
The functions are hypothesis(file_name), Assumptions(file_name) etc
When i attempt this, It says the function hypothesis is unavailable even after i define the hypothesis for its own object. How can I insert a file (a csv file) directly into an object/function i have created?