Question: Q1. Construct a VBA function making use of Linest excel function to calculate t-statistics for the slope. Hint 1: You should combine the excel index
Q1. Construct a VBA function making use of Linest excel function to calculate t-statistics for the slope.
Hint 1: You should combine the excel "index" function with the Linest function. The index function takes as input an array, a row number and column number and returns the element from the array corresponding to the row number and column number specified.
Hint 2: The t-stat for the slope is the (slope/standard error of slope)
This is the complete question. If you aren't able to solve this, please mention the same. Don't mention "Missing Info".
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
