similar to: Interacting with Clusters...

Displaying 20 results from an estimated 600 matches similar to: "Interacting with Clusters..."

2004 Aug 16
0
Interacting with Clusters...
Dear R--Help, My current research focuses upon sensitivity analyses which require [1] clusterings of patients in a baseline-covariate X space and [2] examining the distribution of within-cluster treatment differences in outcome. I have some primitive R code for this, but I want to be able to interact with graphical displays of within-cluster information (local average treatment effects) to
2003 Apr 03
7
security = problems
Is there a way to have users of the samba server, but not add them by smbpasswd -a <UserID>? I want the samba server to be a domain member and the users to only authentic from the PDC. These are the steps that I have attempted: Users are in both the Windows domain and the UNIX NIS account 1. smbpasswd -j <Domain> -r PDC -U <admin> Joined the Domain 2. edited the
2003 May 14
3
Redhat firewall problem...
I've just tried setting up a Shrike (9) version of Redhat. Using the medium settings of lokkit, then adding manually accept commands for ports 137/udp 138/udp, 139/tcp and 445/tcp, I thought I should have been ready to go. This isn't the case, however. I know it's not the smb.conf settup because when I kill iptables samba works. When iptables IS running however, it will respond
2015 Mar 30
2
nested parallel workers
On 03/25/2015 07:48 PM, Simon Urbanek wrote: > On Mar 25, 2015, at 3:46 PM, Valerie Obenchain <vobencha at fredhutch.org> wrote: > >> Hi Simon, >> >> I'm having trouble with nested parallel workers, specifically, forking inside socket connections. >> > > You simply can't by definition - when you fork *all* the workers share the same connection
2004 Aug 11
2
wrong create mask on files
Hello, I have a question regarding Samba 3.0.5: i use samba as pdc for a windows domain. i have builtin acl support and reiserfs with builtin acl support. acl's work fine. the only problem i have is that files are not created with the proper permissions set. i have a user "lilly" who creates files. these files should have rwx for the group "users" (mapped to
1999 May 04
5
smbpasswd question
Do you have to enable encrypted passwords for smbpasswd to work? I have yet to enable encryption because I wanted to test everything first, but have enabled 'update encrypted = Yes' so that this will update the smbpasswd file. I also have 'unix password sync = Yes'. However, I cannot get smbpasswd to change the passwords, either by user or root. Any suggestions? Carey
1999 Jul 19
11
clearcase and samba
FYI:, I'm fairly new to samba (a couple of months now), and have experimented - unsuccessfully - with getting it to work with clearcase. Does anyone have a how-to, or a list of gotcha's for setting up clearcase with samba? Thanks in advance for any information you can send me. Ozzie,
2004 Jun 10
1
a scope problem
Hi, I have some code that looks like: dftc <- df[sets$tcset,] pt <- numeric(nrow(dftc)) sub <- 1:nrow(dftc) for (i in 1:nrow(dftc)) { n <- nnet( fmla, data=dftc, weights=wts, subset=sub[-i], size=4, decay=0.01) pt[i] <- predict( n, dftc[ i, ], type='class' ) } However running this give me the error: Error in eval(expr, envir, enclos) :
2002 Aug 13
1
Load Ascii file in R
Hi, I am using R-1.5.1 on windows 2000. I encountered a problem when I tried to load a ascii .RData file whose first line is "RDA2". The error message is "restore file may be from a newer version of R -- no data loaded". I noticed that the error comes from magic comparison when load file. The magic comparision of the first five characters in the ascii file and the
2002 Nov 24
1
unif_rand() and exp_rand()
Dear R-users: Recently I found my simulation run into an apparently infinite loop. After a few days of tracing and chasing, I believe it is caused by the built-in unif_rand() and exp_rand() functions: unif_rand() can produce a value of 0 which causes the following part of exp_rand() running into an infinity loop u = unif_rand(); for (;;) { u += u; if (u > 1.0) break;
2004 May 28
2
orca binary?
Dear R People: Is there a binary version for rorca, please? Thanks, Laura mailto: lauraholt_983 at hotmail.com R Windows 1.9.0
2013 Oct 19
1
XML package not working
I know I cannot be the only one who is not able to install the XML package from CRAN (zip or tar file) Many packages depend on this XML package. Can someone help me either access the source for a good binary? I have received no assistance from the author/developer of the package. Steven Steven D. Randolph Associate Consultant Enterprise Capabilities - Business Intelligence & Analytics Eli
2010 Mar 05
0
running R from Notepad++ in Windows 7
hi Andrew Many thanks for the suggestion. I gave it a try , but still get the same issue - a fresh Rgui window (just one) opens, with an empty .RData, when I submit a script ( Ctrl & F8 ). I also tried running things as administrator, but it made no difference. Apparently windows 7 is selling like hot buns, so there should be enough market pressure before too long , to encourage the
2015 Mar 30
0
nested parallel workers
On Mar 30, 2015, at 4:40 PM, Valerie Obenchain <vobencha at fredhutch.org> wrote: > On 03/25/2015 07:48 PM, Simon Urbanek wrote: >> On Mar 25, 2015, at 3:46 PM, Valerie Obenchain <vobencha at fredhutch.org> wrote: >> >>> Hi Simon, >>> >>> I'm having trouble with nested parallel workers, specifically, forking inside socket connections.
2003 Sep 10
0
Industrial Statistician Job (Basingstoke UK)
We (Eli Lilly & co) have a vacancy for an experienced industrial statistician who is familiar with mainstream statistical software, particularly Splus (or R) and/or SAS and/or JMP. The role is to provide expertise and training in Statistics in support of process-improvement in all areas of the business, particularly Statistical Process Control, Design of Experiments, and Quality
2003 Mar 18
0
Control users from only PDC
Is there a way to have users of the samba server, but not add them by smbpasswd -a <UserID>? I want the samba server to be a domain member and the users to only authentic from the PDC. These are the steps that I have attempted: Users are in both the Windows domain and the UNIX NIS account 1. smbpasswd -j AM -r PDC -U <admin> Joined the AM Domain 2. edited the smb.conf
2004 Apr 05
0
JOB: Industrial Statistician , Liverpool UK
Eli Lilly and company is one of the world's leading research-based pharmaceutical companies, and Lilly UK is one of the "Sunday Times Top 100 Best Companies To Work For". Due to growth, a new opportunity has arisen for an experienced Statistician with excellent communication skills to join our European team providing expertise and training in statistics to support pharmaceutical
2004 Apr 23
0
JOB: Industrial Statistician , Liverpool UK - CLOSING DATE 7th MAY
Eli Lilly and company is one of the world's leading research-based pharmaceutical companies, and Lilly UK is one of the "Sunday Times Top 100 Best Companies To Work For". Due to growth, a new opportunity has arisen for an experienced Statistician with excellent communication skills to join our European team providing expertise and training in statistics to support pharmaceutical
2002 Mar 22
0
sequential t-test - replies
[my original message to s-news & r-help is attached ] No one possessed or knew of any S/R code for the sequential t-test. Also it doesn't appear in the SAS index. One or two suggested obtaining the S+ seqtrial software which may (or may not) cover this, but this seemed to be a bit of a "hammer to crack a nut". I have written a function based on the treatment in Wetheril
2015 Mar 25
2
nested parallel workers
Hi Simon, I'm having trouble with nested parallel workers, specifically, forking inside socket connections. When mclapply is called inside a SOCK, PSOCK or FORK worker I get an error in unserialize(). cl <- makeCluster(1, "SOCK") fun = function(i) { library(parallel) mclapply(1:2, sqrt) } Failure occurs after multiple calls to clusterApply: > clusterApply(cl, 1,