Displaying 5 results from an estimated 5 matches for "jeanpaul".
Did you mean:
seanpaul
2005 Mar 27
1
FreeBSD and Wine
...e problem and got it fixed?
I tried to install winesetuptk but it wouldn't do make or gmake (quits
with an error) I did use build in the tcltk directory before i did gmake
Poorly there is no readme in that archive
I hope you can give me information to fix this
With kind regards,
Nexohrion
(JeanPaul)
2007 Aug 24
0
DTFM not recognise
Hello,Maybe I don't understand what DTMF in ASCII means but I can't make my record stop using this syntax in a PHP agi script :fwrite(STDOUT, "RECORD FILE /var/lib/asterisk/ENR/jeanpaul wav '#' 15000 BEEP s=3000\n");The php syntax isn't a problem because I really start recording, I have a beep, the record can't long more than 15sec and after 3sec of silence my record stop. Btu if I press # it doesn't stop the record.It i probably a problem with my '#...
2011 Jan 12
1
Basic Stars Plot - help ..
Hi there Rers
I am trying a very basic stars plot:
x<-matrix(c(1,4,3,1.1,2,3,4,3,1,1,5,2), ncol = 3, byrow = TRUE,
>> dimnames=list(c("a","b","c","d"),c("x","y","z")))
>
> stars(x, draw.segments = TRUE, radius=TRUE)
>
>
Can anyone explain what I am seeing there - EACH of my plots should have 3
coloured
2011 Mar 24
1
Colour makes my life; but not my bwplot (panel.violin)
Using Trellis, am successfully setting up a number of panels (25) in which I
have two box and violin plots.
I would like to colour - one plot as RED and the other as BLUE (in each
panel). I can do that with the box plots, but the violin density areas just
take on one colour.
My basic call is as follows:
bwplot(rmsd ~ file | code,
data=spread_data.filtered,
panel = function(...,
2011 Apr 28
3
Simple General Statistics and R question (with 3 line example) - get z value from pairwise.wilcox.test
Hi there,
I am trying to do multiple pairwise Wilcoxon signed rank tests in a
manner similar to:
a <- c(runif(1000, min=1,max=50), rnorm(1000, 50), rnorm(1000, 49.9,
0.5), rgeom(1000, 0.5))
b <- c(rep("group_a", 1000), rep("group_b", 1000), rep("group_c",
1000), rep("group_d", 1000))
pairwise.wilcox.test(a, b, alternative="two.sided",