search for: spaghetti

Displaying 20 results from an estimated 118 matches for "spaghetti".

2012 Apr 04
3
spaghetti plots in R
I would like to plat some spaghetti plots from my data , ma data is as follows ak[1:3,] [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [1,] 0.3211745 0.4132568 0.5649930 0.6920562 0.7760113 0.8118568 0.8609301 0.9088819 0.9326736 [2,] 0.3159234 0.4071270 0.5579212 0.6844584 0.7684690 0...
2010 May 14
1
color lines by group membership in spaghetti plot
Greetings, I am new to R. Right now I'm most interested in the spaghetti plots of achievement over time by student ID associated with longitudinal analysis. How can I do a spaghetti plot of all students, but color the lines by group membership such as gender or race, and indicate this color scheme in the legend? Any advice would be much appreciated. Jack Jack B. Mon...
2011 Sep 03
1
Problem with by statement for spaghetti plots
...at I get, however --- I get hundreds of fitted values per id value, which is unexpected. I have my data in tall format, just like the example. Any ideas? Any help would be greatly appreciated. Thanks! -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-by-statement-for-spaghetti-plots-tp3788536p3788536.html Sent from the R help mailing list archive at Nabble.com.
2012 Jan 24
0
spaghetti plot - categorical variable differentiated by color
Hello, I am trying to create individual concentration-time spaghetti plots sorted by dose, and within each dose to show two different colors for a categorical variable (gender). I can’t find a way to add the color for gender. Groups=ID enables individual lines for each subject. If I use groups=gender, there will be two colors, but the lines between subjects are c...
2013 Apr 30
0
Grouped spaghetti plots in multipanel graphs
Dear Rxperts, Is there a simpler way to generate multipanel grouped individual profile plots? All individuals of a group within a panel have the same color. As of now I am using lattice::xyplot to get the desired effect. Please feel free to suggest other ideas. Also, I am trying to create a generalized function which goes on similar lines like this.. grpPlot <- function(dat, mpgrp=quote(G),
2017 Jan 04
2
Amavis on Centosl help
...alling amavisd would lead to etc/amavis/conf.d that contained: 01-debian 05-domain_id 05-node_id 15-av_scanners 15-content_filter_mode 20-debian_defaults 21-ubuntu_defaults 25-amavis_helpers 30-template_localization 40-policy_banks 50-user However installing amavisd on centos leads to a spaghetti config file (i.e. /etc/amavisd/amavisd.conf and nothing else) For obvious reasons I want to avoid spaghetti config, not only is it poor practice, but also nigh on impossible to maintain properly without breaking stuff. Assuming it is possible, how would I go about changing the Centos "dump&q...
2017 Jul 19
0
spaghetti plot - urgent
...ou meant to do this: point7$y_point7 <- point7$beta0_7 + point7$beta1_7*point7$time + point7 $epsilon_7 ggplot(point7, aes(time, y_point7)) + geom_line() HTH Ulrik On Wed, 19 Jul 2017 at 20:37 Rosa Oliveira <rosita21 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, - b...
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 eac...
2016 Jan 26
6
lld: ELF/COFF main() interface
...ts > > around. > > That is a way to solve the global variable problem. The bigger > problem > is the error handling. We can use a diagnostic handler instead of > calling exit, but we would still need to assume that the handler > doesn't return or we would get error_code spaghetti. I believe, however, that even when we want this functionality in a library, we don't want the implementation to be "error_code spaghetti." I propose that, for the purpose of treating lld as a library, we enable exception handling and use C++ exceptions. All of my users who use LLVM...
2013 Nov 02
5
Postfix vs Sendmail
...eferable, but didn't any convincing reply. The general response was along the lines that it was the "modern" way. Having looked into postfix/amavis a little further, it seems to me to involve excessively complicated processes (at least for a simple home server) with email going along spaghetti-like routes. Am I alone in this view? -- Timothy Murphy e-mail: gayleard /at/ eircom.net School of Mathematics, Trinity College, Dublin 2, Ireland
2006 Dec 07
2
groupedData Error Using outer=TRUE
I'm using groupedData from nlme. I set up a groupedData data.frame with outer=~group1. When I try to plot with outer=TRUE, I get "subscript out of bounds." This happens most of the time. When it works, I get spaghetti-type plots for comparing groups. But I don't understand why it doesn't usually work. > longa.mod.1.gd <- groupedData(mod1.logit~time| name/eye,outer=~group1,data=longa.mod.1) > plot(longa.mod.1.gd) > plot(longa.mod.1.gd,outer=TRUE) Error in attribs[["outer"]][[display...
2007 Aug 04
2
text2wave Voices Improvements?
...the Background() command. But the voice sounds terrible: like SAM, the 1980s 6502 voice synthesizer. I tried to slow it down by calling (text2wav -eval "(Parameter.set 'Duration_Stretch 1.4)" -scale 2.0 [...]), but it still sounds like it's talking while sucking down a strawful of spaghetti. How do I install a different voice, to speak basically simple emails? I'm (APT) installing on Debian 3.1/Sarge, Asterisk 1.4.x . Also, is there a way to call Background or some other Asterisk command to take the WAV data from a pipe to a running text2wav process, rather than writing a file w...
2010 Jan 18
3
add spline to longitudinal data - preferably similar to SAS's 'I=SM50S' routine
Hi Ruser I'm trying to replicate some SAS code. I have to add a spline to my longitudinal spaghetti plot. I have the plot, but I can't add the spline, a overall trend line. In the SAS code they use the command 'I=SM50S' and I would prefer something similar. I?m using R 2.10.1 on windows XP? I have made this working example. tolerance.pp <- read.table("http://www.ats.u...
2012 Aug 03
3
Sum two Vectors of different length
...though that the missing elements can be 2 or 3 (but always the number is small enough so to be ignored) The major concern is that this "difference" can be either on the fist vector or either on the second vector. If I try to solve that with simple if statements the code gets too much of spaghetti... Is there a simple way when there is this length difference either to a. Ignore the extra elements -or- b. Add the elements missing to the vector with the smaller length( one can just duplicate some of the existing values to reach the needed length) How I can do either a or b? I would li...
2016 Jan 26
2
lld: ELF/COFF main() interface
The context issue may be solved by making all functions and context data members of a class. Sort of having the convenience of global variables accessible from all linker functions but without the regular global variable problems of initializing and re-entry. so the class is suitable aspart of a library. Most clang and LLVM classes works this way, not passing contexts around. 2016-01-22 6:25
2016 Jan 22
3
lld: ELF/COFF main() interface
...ction. > > Sorry about that. I was initially planning to work on a patch to enhance > the interface for new lld - hence my questions in the original post. Since > I learned that people writing the code for lld are hostile to the idea of > linker-as-a-library, error_code is treated as spaghetti (which would be > fine if LLVM used exceptions which it does not) and patches, even if > submitted, will not actually be reviewed in a timely manner, I'll try to > adapt my code to either not use lld or use lld-as-a-binary. > > I'm disappointed by all of this but obviously it...
2016 Jan 22
2
lld: ELF/COFF main() interface
...bout that. I was initially planning to work on a patch to enhance >>> the interface for new lld - hence my questions in the original post. Since >>> I learned that people writing the code for lld are hostile to the idea of >>> linker-as-a-library, error_code is treated as spaghetti (which would be >>> fine if LLVM used exceptions which it does not) and patches, even if >>> submitted, will not actually be reviewed in a timely manner, I'll try to >>> adapt my code to either not use lld or use lld-as-a-binary. >>> >>> I'm disa...
2016 Jan 22
7
lld: ELF/COFF main() interface
...;t put effort into it and seem entitled to dictate its direction. If you want to kick us out of the llvm project, please start a thread on llvm-dev. If you want lld to be a library, figure out how to do it without sacrificing lld's productivity, error reporting and performance (no error_code spaghetti) and write a patch. Just don't expect it to be reviewed while we have actual missing features. I will go back to implementing the linker. Rafael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160121/a2...
2018 Sep 06
1
[PATCH net-next 05/11] tuntap: tweak on the path of non-xdp case in tun_build_skb()
...kb_xdp = 0; > + goto build; > + } > + > + *skb_xdp = 0; > > local_bh_disable(); > rcu_read_lock(); > @@ -1724,6 +1726,7 @@ static struct sk_buff *tun_build_skb(struct tun_struct *tun, > rcu_read_unlock(); > local_bh_enable(); > > +build: But this is spaghetti code. Please just put common code into functions and call them, don't goto. > skb = build_skb(buf, buflen); > if (!skb) { > skb = ERR_PTR(-ENOMEM); > -- > 2.17.1
2017 Jan 04
0
Amavis on Centosl help
...gt; 01-debian > 05-domain_id > 05-node_id > 15-av_scanners > 15-content_filter_mode > 20-debian_defaults > 21-ubuntu_defaults > 25-amavis_helpers > 30-template_localization > 40-policy_banks > 50-user > > However installing amavisd on centos leads to a spaghetti config file > (i.e. /etc/amavisd/amavisd.conf and nothing else) > > For obvious reasons I want to avoid spaghetti config, not only is it > poor practice, but also nigh on impossible to maintain properly > without breaking stuff. > > Assuming it is possible, how would I go about...