Displaying 4 results from an estimated 4 matches for "0.20480".
Did you mean:
0.0480
2005 Apr 13
1
i param in "for" loop does not takes zeros?
Hi all
Is there any reason why the parameter i in a "for" loop ignores a value of
zero? For example
sim=c()
p=.2
for(i in 0:5)
{sim[i]=dbinom(i,5,p)
}
sim
[1] 0.40960 0.20480 0.05120 0.00640 0.00032
In this example the quantile i= 0 was ignored since
dbinom(0,5,p)
[1] 0.32768
The same behaviour occurs if I use a while loop to perform the same
calculation:
sim=c()
p=.2
i=0
2003 Nov 23
6
RxFax
I am also having problems receiving my first fax. I get a 320byte file (for a
4 page fax). If I look a the tiff generated, is just has some few dots.
I am sending the fax from a notebook with Windows XP to an X100P and using
libtiff v3.5.7.
Has anyone successfully received faxes ?
Output to the console as follows:
Changed from phase 0 to 1
> Start receiving document
> Changed from
2004 Dec 08
0
dovecot 1.0-test-56 mail doesn't show up with Mac Entourage clients
Hi. I'm seeing some issues where Entourage clients can see new mail,
download it (or partially), but won't display the mail in the mailbox
list. Mail shows up as having arrived, but never displays. These clients
have worked in the past with versions of 0.99, but not in 1.0-test-56.
I have dumped the connection traffic and it looks like Entourage aborts
the IMAP session before it
2013 Feb 01
29
cumulative sum by group and under some criteria
Thank you very much for your reply. Your code work well with this example.
I modified a little to fit my real data, I got an error massage.
Error in split.default(x = seq_len(nrow(x)), f = f, drop = drop, ...) :
Group length is 0 but data length > 0
On Thu, Jan 31, 2013 at 12:21 PM, arun kirshna [via R] <
ml-node+s789695n4657196h87@n4.nabble.com> wrote:
> Hi,
> Try this:
>