source('../../Data/get_mutual_fund_returns.R') DF = get_mutual_fund_returns() m1 = lm(Assets ~ ., data=DF) print(summary(m1)) plot(m1, which=1) print(DF[c('Amer_Funds_Growth_Fund_A', 'Amer_Funds_Inv_Co', 'Amer_Funds_Washington'), ])