search for: oj's

Displaying 20 results from an estimated 65 matches for "oj's".

2008 Sep 12
2
Again, about boxplot
...main = "Guinea Pigs' Tooth Growth", xlab = "Vitamin C dose mg", ylab = "tooth length", ylim = c(0, 35), yaxs = "i") boxplot(len ~ dose, data = ToothGrowth, add = TRUE, boxwex = 0.25, at = 1:3 + 0.2, subset = supp == "OJ", col = "orange") legend(2, 9, c("Ascorbic acid", "Orange juice"), fill = c("yellow", "orange")) I got 6 boxplots, which is ordered as "0.5, 0.5, 1, 1, 2, 2" How can I reorder the 6 boxplots as "0.5, 1, 2, 0.5, 1, 2&quot...
2004 Nov 04
3
[fdo] Re: TTS API
...oming audio data > too long. > KTTSD already does this, and I think it would be duplication of work to do it in every driver if the higher speech system can take care of this. Doing it before sending the phrases to the engines allows to interupt a longer text with warnings, etc. > OJS> 2.b) For hardware speech: possibility to set markers and to > get OJS> feedback whenever a marker has been reached. > > Markers should be available for both software and hardware synthesis. > But they differ in their form: While with hardware synthesis feedback > should be re...
2003 Mar 12
1
'summary' with logicals (PR#2629)
Consider > oj <- data.frame(x = c(TRUE, FALSE, NA)) > oj x 1 TRUE 2 FALSE 3 NA > summary(oj) x Mode :logical FALSE:1 TRUE :1 But > oj$x <- factor(oj$x) > summary(oj) x FALSE:1 TRUE :1 NA's :1 My point is that NA's should...
2007 Nov 21
1
Manipulating x axis in stripchart
...need to manipulate the x axis in a stripchart. I will use one of the data sets included in R to explain what I need to do. attach(ToothGrowth) stripchart(len[supp=='VC']~dose[supp=='VC'], vertical=TRUE, group.names=c('A','A','A')) stripchart(len[supp=='OJ']~dose[supp=='OJ'], add=TRUE, vertical=TRUE, at=c(1:3)+.1, group.names=c('B','B','B')) As you can read from the code above, I wanted to add the 'B' to the x axis to diffrenciate each pair of strips from each other. But only the 'A's appear. I tr...
2006 Nov 10
4
chat server program
Hi all, anyone knows about a chat server software for centos, in which I can create chat rooms. Thanks Sherwyn Greene Planner / I.T. Technician Project Controls Dept. Kentz-OJ's E&I Services J.V. +1 (868) 648-0876 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20061110/fbb451de/attachment-0002.html>
2018 Apr 12
2
ACL for system users?
...users nowadays? Rubeno P.S: my doveconf -n: # 2.2.31 (65cde28): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.19 (e5c7051) # OS: Linux 4.4.0-119-generic x86_64 Ubuntu 16.04.4 LTS auth_mechanisms = plain login auth_verbose = yes auth_verbose_passwords = plain mail_access_groups = kundividantoj mail_location = maildir:~/Maildir:LAYOUT=fs mail_plugins = acl managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environme...
2010 Sep 26
2
Changing x-axis on boxplot
...39; Tooth Growth", ??????? xlab = "Vitamin C dose mg", ??????? ylab = "tooth length", ??????? xlim = c(0.5, 3.5), ylim = c(0, 35), yaxs = "i") boxplot(len ~ dose, data = ToothGrowth, add = TRUE, ??????? boxwex = 0.25, at = 1:3 + 0.2, ??????? subset = supp == "OJ", col = "orange") legend(2, 9, c("Ascorbic acid", "Orange juice"), ?????? fill = c("yellow", "orange")) ?Tim Clark Marine Ecologist National Park of American Samoa
2010 Jul 29
3
hplip under CentOS-5.5
Is anyone successfully using hplip under CentOS? When I try to print on my HP Officejet J4580 I always get the error ---------------------------------- Printer Filter "foomatic-rip-hplip" for printer "oj" not available: No such file or directory ---------------------------------- What I find puzzling is that I have googled for this, and it appears there has been the same problem with hplip for over a year. I'm using hplip-1.6.7-4.1.el5.4.x86_64 .
2018 Apr 13
0
ACL for system users?
...onf -n: > > # 2.2.31 (65cde28): /etc/dovecot/dovecot.conf > # Pigeonhole version 0.4.19 (e5c7051) > # OS: Linux 4.4.0-119-generic x86_64 Ubuntu 16.04.4 LTS > auth_mechanisms = plain login > auth_verbose = yes > auth_verbose_passwords = plain > mail_access_groups = kundividantoj > mail_location = maildir:~/Maildir:LAYOUT=fs > mail_plugins = acl > managesieve_notify_capability = mailto > managesieve_sieve_capability = fileinto reject envelope > encoded-character vacation subaddress comparator-i;ascii-numeric > relational regex imap4flags copy include varia...
2001 Jul 25
2
pch with plot and legend
I'm trying to plot a scatterplot of two variables using pch to plot different characters based on a third factor. Here is my example > data("ToothGrowth") > attach(ToothGrowth) > levels(supp) [1] "OJ" "VC" > plot(len ~ dose,pch=as.numeric(supp)) > legend(locator(1),pch=as.numeric(supp),legend=levels(supp)) The command as.numeric(supp) returns 2 2 2 2 ... 1 1 1 ... for the factor supp which the plot command uses nicely, but the pch command for the legend uses the first two...
2008 Feb 04
7
adding the mean and standard deviation to boxplots
...main = "Guinea Pigs' Tooth Growth", xlab = "Vitamin C dose mg", ylab = "tooth length", ylim = c(0, 35), yaxs = "i") boxplot(len ~ dose, data = ToothGrowth, add = TRUE, boxwex = 0.25, at = 1:3 + 0.2, subset = supp == "OJ", col = "orange") legend(2, 9, c("Ascorbic acid", "Orange juice"), fill = c("yellow", "orange")) Thanks for any help, Tom --------------------------------- Jämför pris på flygbiljetter och hotellrum: http://shopping.yahoo.se...
2000 Jun 07
1
forward stepwise selection
...too many explanatory variables. Hence I wanted to start with just a constant and do forward selection, to get a new starting model for full stepwise selection again. But R (version 0.99.0) doesn't like this. > step(lm(ANB.DIFF~.,tink4),trace=0) Call: lm(formula = ANB.DIFF ~ SEX + AGE.YRS + OJS + S.AR1 + CD.GO1 + CD.GN1 + AR.GN1 + UAFH1 + UPFH1 + LPFH1 + AFP1 + PFP1 + OJ1 + SNA1 + SNB1 + SN.POG1, data = tink4) Coefficients: (Intercept) SEXmale AGE.YRS OJS S.AR1 -0.05001 0.47100 0.11148 -0.10458 0.11228 CD.GO1 CD.GN1...
2015 Sep 10
2
tinc generating invalid packet checksums?
...[S.], cksum 0xe771 (correct), seq 1243683600, ack 2163080236, win 26847, options [mss 8961,sackOK,TS val 140685120 ecr 136010701,nop,wscale 7], length 0 0x0000: 4500 003c 0000 4000 3f06 04e1 0a50 0070 E..<.. at .?....P.p 0x0010: ac12 8009 0050 a54f 4a21 1b10 80ed fc2c .....P.OJ!....., 0x0020: a012 68df e771 0000 0204 2301 0402 080a ..h..q....#..... 0x0030: 0862 af40 081b 5bcd 0103 0307 .b. at ..[..... While here is that same packet coming out of the tun interface on the local Tinc server: 2015-09-09 11:42:15.094332 IP (tos 0x0, ttl 63, id...
2010 Nov 20
10
An empty grey diagram
Hi folks, Win7 64bit R 1.12.0 I run following command on R:- > ToothGrowth > attach(ToothGrowth) > plot(dose,len) > matrics=lm(len~dose) > abline(metrics) Error in int_abline(a = a, b = b, h = h, v = v, untf = untf, ...) : plot.new has not been called yet Only a grey diagram is displayed without content > plot(abline(metrics)) Error in int_abline(a = a, b = b, h = h, v
2008 Sep 11
4
About "Plot.new"
Hi, sorry for bothering your guys. I will trying to make some nice graph using boxplot. when I check the help file of boxplot, there is a sample code as: boxplot(len ~ dose, data = ToothGrowth, add = TRUE, boxwex = 0.25, at = 1:3 + 0.2, subset = supp == "OJ", col = "orange") legend(2, 9, c("Ascorbic acid", "Orange juice"), fill = c("yellow", "orange")) But when I run it, it shows the following error: Error in xypolygon(xx, yy, lty = "blank", col = boxfill[i]) :...
2004 Aug 06
1
Adjusting internal buffers of icecast2
Does anyone know a way to adjust eh buffers of icecast2? I think Mike once told me they were hard coded but i am not certain on this. If it is in the source, what section is it in. I need to play with these levels for a custom implementation of icecast. thanks. -Jason A. Steinbruegge aka OJ Impulse http://www.wopn.org <p><p><p><p><p><p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org'...
2006 Nov 06
1
pptp + iptables + centos
...er but I can't browse the internet or the local network from the client, when I stop the firewall the client can ping the server but no browsing can be done, do I need a iptables rule to allow pptp clients to use the internet or browse the network??? Sherwyn Greene Planner / I.T. Technician Project Controls Dept. Kentz-OJ's E&I Services J.V. +1 (868) 648-0876 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20061106/36e61cba/attachment-0002.html>
2005 Nov 21
1
$B!zCK@-$O40A4L5NAEPO?$r$7$FBT$D$@(B
...$B"#(B--------------------------------$B"#(B---------------------------------$B"#(B http://www.00-love5.com/serebu/s.html $B!T$I$s$J=w@-$,2q0w!)!U(B $BEPO?$7$F$$$k?M$?$A$O#73d?M:J$5$s$G$9!#(B $BL~$7$r5a$a$F$$$^$9$N$GM%$7$/@\$7$F$"$2$F2<$5$$!#(B $B%(%C!{!I!I3N<B!I@5D>4i$OJ]>Z$7$^$;$s$,!"4hD%$j<!Bh$G$*Ni$b$"$k$=$&$G$9!#(B $B$7$C$+$jM_5a$rK~$?$7$F$"$2$F2<$5$$(B!! $B"#(B--------------------------------$B"#(B---------------------------------$B"#(B $B!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g(B $B!c(BNO.I...
2006 Apr 18
12
Formatting data drawn from a DB
Question for all: Right now i have a Table in a mySQL DB that has a row called Ingredients. When the data is entered into the DB its enter like so from a text area: 1 1/2 lbs. beef top sirloin, thinly sliced 1/3 cup white sugar 1/3 cup rice wine vinegar 2 tablespoons frozen OJ concentrate 1 teaspoon salt 1 tablespoon soy sauce 1 cup long grain rice 2 cups water 1/4 cup cornstarch 2 teaspoons orange zest 3 tablespoons grated fresh ginger 1 1/2 tablespoons minced garlic 2 cups oil for frying but when I draw it out of the DB and display it on the page it shows up like: 1...
2008 Nov 27
2
OT: bash script for passwd and shadow manipulation
......im still learninng..) #!/bin/bash # Passwd to Zimbra import # This script modifies the displayName field in the Zimbra mailserver # This script will parse /etc/passwd and extracts field 1 and field 5 # field 1 is the username. # field 5 is the name in long format of the username # # domain="oj.gob.pa" # file="zimbranames.file" # x=0 # echo ''>$file # # for linia in `cat /etc/passwd` # do # user=`echo $linia|cut -f1 -d":"` # nombre=`echo $linia|cut -f5 -d":"` # echo "zmprov ma $user@$domain displayName $nombre">>$file...