--
>
> Michael T. Jones
>
>
>
> *From: *> on behalf of Vineet
> Jain >
> *Date: *Saturday, July 23, 2016 at 3:18 PM
> *To: *golang-nuts >
> *Cc: *>
> *Subject: *Re: [go-nuts] Multi Variable Linear Regression (with r squared
> and p values)
>
>
I stand corrected. Thanks!
--
Michael T. Jones
From: on behalf of Vineet Jain
Date: Saturday, July 23, 2016 at 3:18 PM
To: golang-nuts
Cc:
Subject: Re: [go-nuts] Multi Variable Linear Regression (with r squared and p
values)
As an example:
https://github.com/sajari
As an example:
https://github.com/sajari/regression/blob/master/regression.go
You can get the final R**2 but not by each variable and there is no
p-value.
On Saturday, July 23, 2016 at 5:38:42 PM UTC-4, Michael Jones wrote:
>
> Surely this calculation is part of that regression module or a dep
Surely this calculation is part of that regression module or a dependent
module.
On Jul 23, 2016 11:50 AM, wrote:
> I'm trying to port over some code using linear regression (statsmodule
> package) in python to golang. I need the library to give me r square and p
> values for each coefficient/va