Displaying 3 results from an estimated 3 matches for "paxkn".
Did you mean:
pain
2012 Dec 13
1
PLEASE REMOVE FROM LIST SERVE NOW!
PLEASE REMOVE ME FROM THIS LIST SERVE IMMEDIATELY!!!!!!
On Wed, Dec 12, 2012 at 6:41 PM, dada <paxkn@nottingham.ac.uk> wrote:
> Hi
> I would like to do neural netowrk analysis on my data. It look like this:
>
> drug param1 param2 param3 param4 param5 class
> A 111 15 125 40 0.5 1
> B 347 13 280 55 3 2
> C...
2013 Jan 04
3
building a regression model
Hi
I am trying to build a regression model. My data looks like this:
A B C D E
1 1 1 2.57 5
2 0 0 1.64 3
0 5 1 4.8 1
1 3 0 3.56 168
1 1 1 2.13 1
0 3 1 5 168
2 0 0 7.75 28
4 0 2 2.85 168
3 0 1 1.89 6
1 1 1 2.33 3
3 2 2 1.77 168
1 0 0 1.38 0.04
0 6 1 4.57 168
2 2 2 2.86 1
3 1 1 4.11 168
3 0 2 3 84
1 1 1 2.5 56
where E is a response variable and A, B, C,
2013 Jun 04
1
How to write a loop in R to select multiple regression model and validate it ?
I would like to run a loop in R. I have never done this before, so I would be
very grateful for your help !
1. I have a sample set: 25 objects. I would like to draw 1 object from it
and use it as a test set for my future external validation. The remaining 24
objects I would like to use as a training set (to select a model). I would
like to repeat this process until all 25 objects are used as a