search for: spaguetti

Displaying 3 results from an estimated 3 matches for "spaguetti".

Did you mean: spaghetti
2017 Jul 19
2
spaghetti plot - urgent
Hi everyone, I?m trying to do a spaghetti plot and I know I?m doing all wrong, It must be. What I need: 15 subjects, each with measurements over 5 different times (t1, ..., t5), and the variable that I need to represent in the spaguetti plot is given by: PCR = b0 + b1 * ti + epsilon B0, - baseline of each subject B1 - trajectory of each subject over time (so multiply by t) Epsilon - error associated with each subject Regression model with mixed effects. Thus, I generated b0, b1, epsilon and time created sequence. But I need t...
2017 Jul 19
0
spaghetti plot - urgent
...21 at gmail.com> wrote: > Hi everyone, > > I?m trying to do a spaghetti plot and I know I?m doing all wrong, It must > be. > > What I need: > > 15 subjects, each with measurements over 5 different times (t1, ..., t5), > and the variable that I need to represent in the spaguetti plot is given by: > > PCR = b0 + b1 * ti + epsilon > > B0, - baseline of each subject > B1 - trajectory of each subject over time (so multiply by t) > Epsilon - error associated with each subject > > Regression model with mixed effects. > > Thus, I generated b0, b1, ep...
2012 May 28
1
[LLVMdev] Help with Values sign
Why are you changing the data layout to be little-endian? Joey On 28 May 2012 10:13, Santos Merino <santitox at hotmail.es> wrote: > In my main function after generate the code and before start the execution > via > JIT I do this: > > ExecutionEngine *EE = EngineBuilder(M).create(); > string str = > EE->getTargetData()->getStringRepresentation();