similar to: Binomial test using R

Displaying 20 results from an estimated 500 matches similar to: "Binomial test using R"

2006 Oct 13
2
IP addressing migration
Hi, I am changing the IP addressing in my centOS server which works as mail server. The question I have is, if I define the new IP addresses (sub-interfaces) on the server, can I work with both ranges at the same time despite I have only one default gateway configured? (on the old range) Or may I have two default gateways in centOS? --Ivan.
2002 Nov 11
2
Thank you!
Dear Shorewall developers, Thanks very much for shorewall! I''ve been using Shorewall as distributed with Debian GNU/Linux (Woody) for a while on a few firewalls I manage and found it extremely easy to install, setup and use. I liked the nice and easy to understand design of the whole package, the documentation, well documented config files and how well it runs. I just thought
2010 Oct 07
0
[LLVMdev] libcpu with m88k
What kinds of errors are you getting? On Thu, Oct 7, 2010 at 9:36 AM, Pradeep Ramachandran <pramach2 at uiuc.edu> wrote: > Hi, > I recently downloaded and installed the libcpu package (from http://libcpu.org > ) that uses llvm as the backend on my linux machine. I have a piece of > Motorola 88100 code (essentially the output of the 176.gcc benchmark > from SPEC CPU 2000) that
2006 Jul 25
1
Multiple tests on repeated measurements
Dear R-helpers: My question is how do I efficient and valid correct for multiple tests in a repeated measurement design: Suppose we measure at two distinct visits with repeated subjects a treatment difference on the same variable. The treatment differences are assessed with a mixed model and adjusted by two methods for multiple tests: # 1. Method: Adjustment with library(multcomp)
2013 Mar 05
2
how_to_create_a_package?
hello sir myself Jyoti Sharma, and i am working as preoject fellow in IGIB Delhi. I need your help to know how to create a package as well as how to post that package to the CRAN mirror, for public use. i have used package.skeleton() command but its not working properly. So, please suggest me the right way asap. i'll be very thankful to you. Jyoti Sharma JRF @IGIB
2005 Oct 26
1
R- exp(-1000) ? - how to get R to give me an actual answer ?
Dear All, I am a novice user of the R software package. When I try and compute, exp(-1000) or exp(-2000), i get the answer as zero. Is there any way i can get R to compute the answer and give me an actual number ? ( by increasing the precision or any other method). If I cannot get R to give me a number, can anybody give me some advice on how to manually compute this number ? I would greatly
2009 May 27
1
Can''t ping gateway (SOLVED !!!!)
HI again, This is the solution to my problem, hope it helps someone in the future. First of all, thanks to Ramachandran Radhakrishnan for helping me with this. The problem was my NIC: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01) What happens, is that the NIC''s driver sets the HWADRRESS = FE:FF:FF:FF:FF:FF, and that''s the same
2009 Apr 18
3
need help with tinc windows service
hi im a newbie to networking and vpns.so plz pardon my mistakes. i installed tinc 1.0.9 and followed the tinc setup instructions as in the tinc-windows example. after i hav started the tinc service with tincd -n command the service starts and then stops abrupty giving the message " the tinc.test service on the local computer has started and then stopped.Some services stop automatically if
2008 Dec 18
3
Feedback and Questions on afr+unify
Hi, I just installed and configured a couple of machines with glusterfs (1.4.0-rc3). It seems to work great. Thanks for the amazing software.! I've been looking for something like this for years. I have some feedback and questions. My configuration is a bit complicated. I have two machines each with two disks and each of which with two partitions that I wanted to use (i.e. 8
2004 Feb 12
2
How to download
Sir/Madam, I have been trying to install packages from bioconductor or CRAN but we get an error message saying "can't open URL http://www. bioconductor.org/bin/windows/contrib/1.7/PACKAGES". Kindly help me in resolving this problem. Further, I would like to know that to whom I should request for scripts of ADE-4 package. GAYATRI Project
2012 Jul 08
3
Help in Optimization of a function
guRus! I have a function f = exp(x^2-y+(1/z)) Also, x can take values from 1 to 37, y from 2 to 20 and Z from -13 to 51. How can I find the maximum of f using any of the optimization functions please? Is there a way to store the possible values of x, y and Z in a single variable like in a List or in a multi-dimensional array? Thanks for your help Raghu [[alternative HTML version deleted]]
2012 Jul 24
3
Collapsing a vector/data-frame based on the previous values
Hello I have a data frame like this: dput(states) structure(list(Date = c("24/07/2012", "25/07/2012", "26/07/2012", "27/07/2012", "28/07/2012", "24/07/2012", "25/07/2012", "26/07/2012", "27/07/2012", "28/07/2012"), State = c(1L, 1L, 1L, 1L, 1L, -1L, -1L, -1L, 1L, -1L)), .Names = c("Date",
2012 Apr 22
2
difficulty in Formatting time series data
Dear R-Gurus I have a data frame (from CSV file) which has its first column called Date. The Date is in the format mm/dd/yyyy. I was trying to get the weekday for these dates and I tried using wday() and day.of.week() functions and both of them gave me precisely the wrong answers. I think the issue lies in the proper formatting of dates. The class of this column is a factor class and hence I
2010 Oct 07
2
[LLVMdev] libcpu with m88k
Hi, I recently downloaded and installed the libcpu package (from http://libcpu.org ) that uses llvm as the backend on my linux machine. I have a piece of Motorola 88100 code (essentially the output of the 176.gcc benchmark from SPEC CPU 2000) that I am trying to run using this emulator, but I am running into errors when trying to run it. Has anyone been able to successfully use the m88k
2012 Jul 14
2
writing data into files whose names are in a vector
GuRus How do I use the write function (or write.table or write.csv) to achieve the following please? age=c(32,37,39) names=c("john","peter","jake") I would like create in a directory 3 files each named as john.csv,peter.csv and jake.csv and each file have data from the age vector. That is jon.csv will contain 32, peter.csv will contain 37 and jake.csv will contain
2010 Aug 06
3
How to apply apply?!
guRus I have say a dataframe, d and I wish to do the following: 1) For each row, I want to take one particular value of the row and multiply it by 2. How do I do it. Say the data frame is as below: OPEN HIGH LOW CLOSE 1931.2 1931.2 1931.2 1931.2 0 0 0 999.05 0 0 0 1052.5 0 0 0 987.8 0 0 0 925.6 0 0 0 866 0 0 0 1400.2 0 0 0 754.5 0 0 0 702.6 0 0 0 653.25 0 0 0 348 0 0 0 801 866.55 866.55
2002 Aug 12
4
Simple and Stupid Share...
Hullo, All... I have HPUX 10.20 with SaMBa 2.2.3a installed... All I want to do is make a single share with read only access for everybody, no matter the user people are using, in other words, they don't need to have the user on the server side. I tried to setup, with no success. Anybody knows something? Thanks...
2006 Jan 12
1
Debugging the log
Samba version is: Version 3.0.20b-3.1-SUSE Current PDC is active directory Windows 2000 Server. I replaced the actual ip address with IPADDRESS and the actual broadcast address with BROADCASTADDRESS. net rpc join -S DOMAINPC-dc -U administrator Password: Joined domain DOMAINNAME. net rpc vampire -d 3 -S DOMAINPC -U administrator [2006/01/12 09:19:47, 3] param/loadparm.c:lp_load(4202)
2004 Aug 31
1
CIFS Proxy Server
Does anyone have knowledge of any CIFS Proxy Servers or using Samba as a Proxy to another CIFS/SMB Server? Are there any documents or resources on this topic? I am trying to implement a general purpose CIFS Proxy Server (the proxy server would implement some authentication and authorization for the SMB requests) which can proxy CIFS servers like Samba or Windows. One particularly hard problem
2004 Feb 17
1
SSH disconnect issue after grace timer expiry
Hi, I was just wondering if any of you would be able to help me with pointers to find a fix for the known problem in SSH2 that the server does not properly disconnect after the login grace time is reached. Thanks for your time ! Regards, Bhuvana