Re: [go-nuts] Multi Variable Linear Regression (with r squared and p values)

2016-07-24 Thread Brendan Tracey
-- > > 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) > >

Re: [go-nuts] Multi Variable Linear Regression (with r squared and p values)

2016-07-23 Thread Michael Jones
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

Re: [go-nuts] Multi Variable Linear Regression (with r squared and p values)

2016-07-23 Thread Vineet Jain
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

Re: [go-nuts] Multi Variable Linear Regression (with r squared and p values)

2016-07-23 Thread Michael Jones
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