search for: functoin

Displaying 8 results from an estimated 8 matches for "functoin".

Did you mean: function
2003 Sep 27
1
A re-sampling problem
...e figuring out how many visits to each site is optimal so I will need to compare 1 visit to 2 visits to 3 visits etc. Therefore I need to somehow sample 1,2,3,4,or 5 visits with replacement from a random (with replacement) row 1000 times. Any ideas? I'm relatively familiar with the sample() functoin but not sure how to make it do this. I'm open to importing the data in a different way if that would make it easier. Thanks, Nathan _________________________________________________________________ Share your photos without swamping your Inbox. Get Hotmail Extra Storage today! http://join....
2006 Feb 02
1
table() command
...ble 1 and variable 3 etc) In doing so, I ran into some problems i.V2 i.V1 1 0 17 1 33 For variable 2 (i.V2) there was no one belonging to ZERO category but I like to have a cross tabulation table looking like this i.V2 i.V1 0 1 0 0 17 1 0 33 Is there any other functoin I can use instead of using table() or is there any options I can add to table() ? Any help or advice would be appreciated Thanks TM _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search!
2005 Aug 07
1
prediction from glm...
...I search to reproduce the original data whitout the sEstate effect. That permit me to interprete only the variation in number of bird due to theYear. The argument new.data seems useful to specify which data we want to predict but not to specify how to predict these data. predict.glm is the good functoin to do that? How can I specify to predict.glm() to remove the sEstate effect of the Females prediction? I have not found answer in the archives of R-help. I thank you for your time and your help in regards to this problem, Hugues SANTIN-JANIN hugues_sj at yahoo.fr "Game Conservancy Trust&q...
2006 Feb 26
0
how to make the server consistent for replication?
hi every one, i want to make the dovecot mail server consistent and flush its caches for backup purpose. can anybody tell mehow to make that? (i've written a signal handler to call the functoins from my code. The server caches should be flushed before the function call.) any reply ? --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://d...
2019 Aug 23
1
[libnbd PATCH 1/1] api: Add support for FAST_ZERO flag
...actions, but no time lost to duplicated I/O due to slow zeroes). As such, the NBD protocol is adding an extension to allow clients to request fast failure when zero is not efficient, from servers that advertise support for the new flag. In libnbd, this results in the addition of a new flag, a new functoin nbd_can_fast_zero, and the ability to use the new flag in nbd_zero variants. It also enhances the testsuite to test the flag against new enough nbdkit, which is being patched at the same time. Signed-off-by: Eric Blake <eblake@redhat.com> --- lib/nbd-protocol.h | 2 ++ generator/gener...
2006 Apr 28
1
gauss.quad.prob
I've written a series of functions that evaluates an integral from -inf to a or b to +inf using equally spaced quadrature points along a normal distribution from -10 to +10 moving in increments of .01. These functions are working and give very good approximations, but I think they are computationally wasteful as I am evaluating the function at *many* points. Instead, I would prefer to use
2009 Jul 06
1
lvb length issue [was Re: [ocfs2-tools-devel] question of ocfs2_controld (Jun 27)]
Now the discussion moves to kernel space, I move the email from ocfs2-tools-devel to ocfs2-devel. The original discussion can be found from http://oss.oracle.com/pipermail/ocfs2-tools-devel/2009-June/001891.html Joel Becker Wrote: > On Sat, Jun 27, 2009 at 03:46:04AM +0800, Coly Li wrote: >> Joel Becker Wrote: >>> On Sat, Jun 27, 2009 at 03:00:05AM +0800, Coly Li wrote: >>
2019 Aug 23
22
cross-project patches: Add NBD Fast Zero support
This is a cover letter to a series of patches being proposed in tandem to four different projects: - nbd: Document a new NBD_CMD_FLAG_FAST_ZERO command flag - qemu: Implement the flag for both clients and server - libnbd: Implement the flag for clients - nbdkit: Implement the flag for servers, including the nbd passthrough client If you want to test the patches together, I've pushed a