On Sun, 19 Nov 2017, shalu.ash...@gmail.com wrote: >
Hi, All,
>
>I have 6 variables in CSV file. One is rainfall (dependent, at
>y-axis) and others are predictors (at x). I want to do multiple
>regression and create a correlation matrix between rainfall (y) and
>predictors (x; n1=5). Thus I want to
On 19/11/17 18:55, shalu.ash...@gmail.com wrote:
> Hello Peter,
>
> Many thanks for your suggestion.
> Now I am using Pandas &
> I already did that but now I need to make a multi-dimensional array for
> reading all variables (5 in this case) at one x-axis, so I can perform
> multiple regression
shalu.ash...@gmail.com writes:
> I already did that
Peter's suggestion was quite different from the code you first
presented. So, I am not understanding what you mean by “I already did
that”.
Can you:
* Reply with your responses interleaved with the quote text
https://en.wikipedia.org/wiki/Po
Hello Peter,
Many thanks for your suggestion.
Now I am using Pandas &
I already did that but now I need to make a multi-dimensional array for reading
all variables (5 in this case) at one x-axis, so I can perform multiple
regression analysis.
I am not getting how to bring all variables at one
shalu.ash...@gmail.com wrote:
> Hi, All,
>
> I have 6 variables in CSV file. One is rainfall (dependent, at y-axis) and
> others are predictors (at x). I want to do multiple regression and create
> a correlation matrix between rainfall (y) and predictors (x; n1=5). Thus I
> want to read rainfall
Hi, All,
I have 6 variables in CSV file. One is rainfall (dependent, at y-axis) and
others are predictors (at x). I want to do multiple regression and create a
correlation matrix between rainfall (y) and predictors (x; n1=5). Thus I want
to read rainfall as a separate variable and others in sep