similar to: (no subject)

Displaying 20 results from an estimated 9000 matches similar to: "(no subject)"

2009 May 12
2
Kumaraswamy distribution
Dear R users, Does anyone know how to write function for Kumaraswamy distribution in R? Since I cannot write dkumar, pkumar, etc. in R. Please help. Thanks a lot, Debbie _________________________________________________________________ [[elided Hotmail spam]] [[alternative HTML version deleted]]
2009 May 13
11
Simulation
Dear R users, Can anyone please tell me how to generate a large number of samples in R, given certain distribution and size. For example, if I want to generate 1000 samples of size n=100, with a N(0,1) distribution, how should I proceed? (Since I dont want to do "rnorm(100,0,1)" in R for 1000 times) Thanks for help Debbie
2009 May 13
2
(no subject)
Dear R users, Does anyone know how to graph the function below? sqrt(2)Γ(n/2)/[sqrt(n − 1)Γ((n − 1)/2] Please help. Debbie _________________________________________________________________ Want to stay on top of your life online? Find out how with Windows Live! http://windowslive.ninemsn.com.au/ [[alternative HTML version deleted]]
2009 May 16
1
(no subject)
Dear R users, Does anyone know how to write a function involving derivative? i.e. I want to implementing Newton's method in R, so my function is something like x<- x-y/y' I am not sure how to write y' in my function. Can anyone help? In addition, if I want to implementing newton's method several times, what code should I use? Currently, I use the following code.
2011 Feb 03
1
Double user name
I have two samba servers running Ubuntu 10.04 Samba Version 3.4.7 One server acts as domain controller and stores user ids in a .tdb Somehow I've ended up with a duplicate user name. On the Domain Controller # pdbedit -w -L|grep debbie debbie:1005:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:84DEC6FE3B018B0FB977EDDF5009742C:[U ]:LCT-4D4B086F: On the other Server running winbind I get #
2003 May 21
3
How to create EXT3 file system image from directories?
Hi there, Is there a utility to create an EXT3 file system image from directories? Just like the mkfs.jffs2 which creates a JFFS2 file system image from directories? The "mke2fs -j" only creates the bare bone file system, what I want is to build an image with pre-built content. Thanks, Debbie
2006 Aug 29
1
Repost: System crash on loading gdm revisited
Hello - I never heard back on this and continue to experience this bug. Can someone help me to locate the patch for this so that I can be sure it's included in my source? It's not happening on every boot, but about every other or third. And just as described in the bug report (the boot works OK, but at the end rather than GDM starting nicely, I get a "fuzzy" screen and the
2009 May 13
2
Problems with randomly generating samples
Dear R users, Can anyone please tell me how to generate a large number of samples in R, given certain distribution and size. For example, if I want to generate 1000 samples of size n=100, with a N(0,1) distribution, how should I proceed? (Since I dont want to do "rnorm(100,0,1)" in R for 1000 times) Thanks for help Debbie
2009 May 17
1
(no subject)
Dear R users, I incurred some problems with importing data into R. i.e. If I want to import a text file or word file which contains lots of numerical numbers, what function should I use? Please help. Thanks a lot. Debbie _________________________________________________________________ View photos of singles in your area Click Here
2001 Apr 12
1
Assistance
We are getting ready to implement Windows 2000 to approximately 800 users who need to access HP and Sun UNIX servers. We looked at Microsoft's Services for Unix and didn't like it. Hummingbird's NFS Maestro was too expensive. One of our departments (40 users) has been using SAMBA for about a year now. However, I am required to find out where we can obtain support and to see if I
2005 Oct 29
2
printing from windows via smb print server
Hi All, I have two boxes running samba 3 on fedora2. Box A is the primary domain controller & smb file server and we (a primary school in QLD, Australia) can login from our windows 98 machines with samba verifying usernames & passwords. This week I've been trying to setup Box B as a print server (and eventually limit students' printing sprees). I've connected the
2000 Jun 15
1
proportions - finite population correction
> Dear R-users! > > I am using R 1.0.0 and Windows NT 4.0. > Suppose I have a population of N=100 subjects, a binomial variable and a random sample of n=20 subjects from my population, giving 15 "successes". I am interested in obtaining a confidence interval for the proportion of "successes" in my population. In R, I can use > library(ctest) >
2006 Oct 17
2
Changing kernel params in CentOS 4.2
Hello - One of my users would like a kernel parameter changed. We're running CentOS 4.2 so I'm not sure if we need to upgrade the kernel for this change or not. He's seen that in the 2.6.11.12 kernel "PIPE_SIZE is defined in include/linux/pipe_fs_i.h and takes on the value of PAGE_SIZE" He wants PIPE_SIZE to be increased to 8*PAGE_SIZE. Can this be changed in the 2.6.9
2005 Jun 24
3
domain login problem
Hi, I have a Red Hat AS3 PDC server running Samba 3.0.0. I have Linus workstations and Windows 2000 workstations. Some not all of my Windows 2000 workstations will not let any user login to the domain. Says username or password is incorrect. If you create a local user account on the workstation and login as that user you can get to all shares and there are no problems. I also have a problem with
2008 Jun 13
3
dynamically change frequency in periodicalUpdater
Hello All, I''ve seen this topic but it seems no one has post a response. I''m using periodicalUpdater to display live content queried from a database. Sometimes the result can be thousands of rows and before it finishes processing (displaying as a visual indicator) all the data, the next request is sent to the server. I''d like to have a periodicalUpdater whose
2002 Jul 24
1
Print Jobs stuck in queue
Hi, I have a RedHat7.3 distro running Samba-2.2.3a. I've never had this problem before 2.2.x versions of samba. I'm using domain security and sharing 2 printers, an HP4050 and Ricoh. Everyone can print fine except that, seemingly randomly, printjobs end up in the queue as paused (according to winXPpro and Win98). Nobody can unpause or delete them. The only way to remove them is to
2011 Jan 18
1
Choosing statistical test - Fisher's Exact Test?
Hi I was wondering whether anyone can help me with this problem....it's been driving me nuts, I've been trying to figure it out for months and months without success!! Basically I have a group of participants who attended 2 experimental sessions a few months apart. I took measures of the way they approach two tasks at Time 1 and the same two tasks at Time 2. I have categorical data (a
2004 Jul 12
6
proportions confidence intervals
Dear R users this may be a simple question - but i would appreciate any thoughts does anyone know how you would get one lower and one upper confidence interval for a set of data that consists of proportions. i.e. taking a usual confidence interval for normal data would result in the lower confidence interval being negative - which is not possible given the data (which is constrained between
2004 Aug 25
3
Beginners Question: Make nlm work
Hello, I'm new to this and am trying to teach myself some R by plotting biological data. The growth curve in question is supposed to be fitted to the Verhulst equation, which may be transcribed as follows: f(x)=a/(1+((a-0.008)/0.008)*exp(-(b*x))) - for a known population density (0.008) at t(0). I am trying to rework the example from "An Introduction to R" (p. 72) for my case and
2016 May 11
2
How do I share folders ?
Hello dovecot, First poster here. What I want : give a.chaouche at algerian-radio.dz list and read permissions on a.chaouche at backup.algerian-radio.dz. Let's just discuss sharing the inbox then I can do the same for subfolders, in any. a.chaouche at algerian-radio.dz and a.chaouche at backup.algerian-radio.dz are two different users. Details about the domains aren't relevant here I