similar to: SiZer plots in R

Displaying 20 results from an estimated 1000 matches similar to: "SiZer plots in R"

2008 Apr 04
2
Leave mail on server leads to dup messages
Hi. I'm a dovecot newbie. I've set my pop client to leave messages on the server for 7 days. I'm downloading the same messages over and over as dovecot appears to be overwriting X-UID's in the mbox's. I can't think of any other program on the system that might write to the mbox other than postfix (and that program doesn't appear to be writing X-UID). My setup has one
2008 Apr 01
2
Wrong UIDs returned from mailbox_transaction_commit_get_uids()
Hi, Wrong UIDs are returned from mailbox_transaction_commit_get_uids() in dovecot-1.1.rc3. The problem is in: int mailbox_transaction_commit(struct mailbox_transaction_context **t) { uint32_t tmp; return mailbox_transaction_commit_get_uids(t, &tmp, &tmp, &tmp); } It should be: int mailbox_transaction_commit(struct mailbox_transaction_context **t) { uint32_t tmp1,
2008 Mar 29
1
directory of R "consultants for hire"
Does anyone know of a directory that lists consultants with expertise in R, as well as other statistical and computing skills, ideally with geographic location and other pertinent information? If one does not exist, might this be a good resource to create? --------------------------------- You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No
2008 Mar 31
1
Retrieving locations of element of a vector or matrix
Hello all, I have a problem of getting the locations of elements in a vector or matrix. I know one can use the command "which.min" or which.max" to get the location of minimum or maximum values in a vector. But is there any command to get the first k minimum values or maximum values in a vector. Thanks --------------------------------- You rock. That's why
2008 Apr 08
3
Username case mangling -- Linux username is mixed-case, Samba returns lower-case
I have a problem that I first observed when I upgraded from 3.0.24 to 3.0.28 and is, I believe, related to the introduction of the "printjob username" configuration parameter. I print via CUPS and the Cups-PDF driver wants to know the Linux username (so it can put the PDF in the proper location). The problem is that "printjob username = %U" results in a lowercase username
2004 Jan 30
1
estimating mode
Dear all, I am considering a problem related to density regression. After we got the estimation of probability density function f(x), how can we estimate the mode of that population? Does the sm package support mode estimation? If not, is there any other function in R can estimate the mode according to the estimation of pdf f(x)? Univariate case is ok. If the function further support higher
2007 Feb 19
2
Sizer question
First, Thank you, thank you, thank you for those who put wxRuby together. I''m thrilled to be able to write GUI code in Ruby! I''m hitting some confusion about how Sizers work. I''ve read the tutorials and the section in the wxWidgets book but I still can''t seem to figure this out. Here''s an example of my code: parent = Wx::Panel.new(frame, -1,
2006 Feb 19
2
sizer support for colspan > 1?
I see that GridBagSizer is not yet supported by wxRuby. Is there an alternative to specifying that a widget spans more than one column? I don''t see a way to do that in FlexGridSizer. -- R. Mark Volkmann Partner, Object Computing, Inc.
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and "etc/threaded.rb" to build my first wxApp. I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to "Wx::FlexGridSizer"). I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time of writing it''s growing only vertically. And also how to get
2008 Mar 18
14
Proposal for an improved API for Sizer (and ToolBar)
Hi all, This is a proposal for supporting keyword arguments to Sizer#add following the thread below : http://rubyforge.org/pipermail/wxruby-development/2008-March/001244.html After a deeper look at lib/wx/keyword_ctors.rb and lib/wx/keyword_defs.rb, I understood the whole thing :-). I just reused and modified slightly the method args_as_list. The new Sizer#add_item combines the features of add
2004 May 13
2
A Sizer Tutorial
Hi I''ve added a very basic introduction to using the BoxSizer class for layout in WxRuby to the wiki. Corrections, comments welcome. http://wxruby.rubyforge.org/wiki/wiki.pl?Using_Sizers_For_Layout alex
2008 Apr 03
2
Send DTMF digit every 15 seconds during a call
I am trying to send a DTMF digit automatically every 15 seconds to keep a call connected to an alarm panel. I tried using the dial command L and recording a dtmf tone for the beep, but obviously that didn't work. Does anyone have a suggestion for merging the L option and the sendDTMF or the D option? Any other suggestions would be appreciated! Thanks! Paul Gentilini
2008 Apr 04
1
Friday April 4th @ 12 Noon EDT: VoIP Users Conference (Asterisk!)
Yes, we mostly talk about asterisk, hardware, software, phones, people, events and things asterisk-related. Asterisk is a registered trademark of Digium. Asterix is a registered trademark of Ren? Goscinny. We never discuss that, though. Here's the short URL for sending out to others that might be interested: http://x2z.eu It lands here: http://www.VoipUsersConference.org Once again, I
2008 Apr 02
0
misdn config warnings in Asterisk 1.4.18.1
I would like to know if the following misdn warnings are relevant. Currently, I don't need echotraining. However, I took a quick look at the * source code and l1watcher_timeout seems to be defined (echotraining was not found). Currently I'm setting l1watcher_timeout to 0 which is default (so I suppose that this warning won't affect me). Any comments on this? *CLI> misdn reload
2008 Apr 02
1
show uptime and last reload
Hi, I just upgraded from 1.2 to 1.4. In 1.2, when I did a "show uptime" I used to see a second line telling me the time since the last reload. Has this been removed in 1.4? The following is the output of my two test boxes: Connected to Asterisk 1.4.18.1 currently running on voip2 (pid = 10605) Verbosity is at least 3 voip2*CLI> show uptime System uptime: 15 hours, 55 seconds
2008 Apr 03
0
transfer the call from zap/1 to zap/2 (FXS)
Hi All; Can I do transfer for the call from zap/1 to zap/2 (both are fxs)? All what I need is to add the t argument for the Dail function? And how can I transfer to be in that senario: zap/1 dial a code to transfer for zap/2, once zap/2 answered, then he can talk with zap/1 (where the third party will not hear what they are talking), then if zap/1 hanged up the handset, the call will be between
2008 Apr 04
0
Communication between two asterisk servers on two different subnets
Hi I have two users on one asterisk server A(192.168.1.100) while the other two users are registered with asterisk server B(192.168.2.50) and i have configured a PC to act as a router between two subnets(Ping and other applications are working). How i should configure those two asterisk servers so that the users from different subnets can communicate with each other thanks in advance for your
2008 Apr 15
0
Domain Member using winbind and local Unix accounts
Greetings, I'd like to set up samba to use group and user credentials from our windows domain in mixed mode. I want to be able to give windows users rights to samba file shares without having to set them up with a Unix account locally. If a user does have a local Unix account I'd like to be able to use the local account for permissions. Is this possible with winbind? I've set up
2008 Apr 02
0
new member introduction and informal weblink exchange entertanment
Rythmomachy is a member of GotoMy.com and is inviting you to join our new community site! Rythmomachy Says: WELCOM Join GotoMy.com
2008 Apr 09
1
chi-square test
Hi R-users, I would like to find the goodness of fit using Chi-suare test for my data below: xobs=observed data, xtwe=predicted data using tweedie, xgam=predicted data using gamma > xobs <- c(223,46,12,5,7,17) > xtwe <- c(217.33,39,14,18.33,6.67,14.67) > xgam <- c(224.67,37.33,12.33,15.33,5.33,15) > chisq.test(xobs, xtwe = xtwe, rescale.p = TRUE) Error in chisq.test(xobs,