similar to: generate 3 distinct random samples without replacement

Displaying 20 results from an estimated 9000 matches similar to: "generate 3 distinct random samples without replacement"

2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
2011 Mar 18
1
Problem with Slope.test function
Hi all, I need to test the significnce of difference between slopes of two regression lines and regression line with theoretical line. I try to use Slope.test function from emu package, but an error occured... library(emu) d1<-data.frame(P1=c(1,2,3,5,7,8,9,13,14,15), P2=c(1,2,5,8,11,13,15,15,18,24), R=c(2,7,8,9,16,21,27,31,33,36)) # First data set m1<-lm(R~P1+P2+P1*P2,data=d1) # Regr.
2009 Oct 11
1
Solving a nonlinear System of equations
Hello there, I wish to solve the following nonlinear System of equations: + u1 - Vmax11*S1/(S1 + Km11 *(1 + S2/Km21)) - Vmax12*S1/( S1 + Km12 *(1+S2/Km22)) == 0 + u2 - Vmax22*S2/(S2 + Km22 *(1 + S1/Km12)) - Vmax21*S2/( S2 + Km21 *(1+S1/Km11)) == 0 + Vmax11*S1/(S1 + Km11 *(1 + S2/Km21)) + Vmax12*S1/( S1 + Km12 *(1+S2/Km22)) - d1*P1 == 0 + Vmax22*S2/(S2 + Km22 *(1 + S1/Km12)) + Vmax21*S2/( S2 +
2012 Nov 22
1
Data Extraction - benchmark()
Hi Berend, I see you are one of the contributors to the rbecnhmark package. I am sorry that I am bothering you again. I have tried to run your code (slightly tweaked) involving the benchmark function, and I am getting the following error message. What am I doing wrong? Error in benchmark(d1 <- s1(df), d2 <- s2(df), d3 <- s3(df), d4 <- s4(df), : could not find function
1998 Aug 30
1
The Empire Strikes Back
Unbelievable! These guys get more and more disgusting each day. But now I have a proof that Linux and all its free software community (samba included) are indeed growing and are indeed consideder a threat by M$. Expect more and dirtier moves. Can you guys point me to more material on the subject? []'s, Juan > From: "Le Quellec, Francis" <FLeQuell@Teknor.com> > >
2003 Oct 13
2
colnames from submatrix?
Hi R-Wizards: I've looking through the R docs and have yet to find what I'm looking for and have tried a few intermediate steps to now avail yet and rather than spend another few hours looking for the solution, I figured I would post a message. I have a matrix (actually a set of them) that I want to pull all the names of the non-zero columns into a vector/list for further processing:
1997 Aug 14
1
Samba & Daylight savings time (was Re: Linux smbfs 2.0.29...)
> Date: Wed, 13 Aug 1997 12:52:21 -0700 > From: "Roeland M.J. Meyer" <rmeyer@mhsc.com> > To: eknuds@extremenetworks.com > Cc: "samba@arvidsjaur.anu.edu.au" <samba@arvidsjaur.anu.edu.au> > Subject: Re: Linux smbfs 2.0.29... > Message-ID: <3.0.2.32.19970813125221.009e0a70@pop.mhsc.com> > > At 04:45 AM 8/14/97 +0000, you wrote: > >I
2006 May 17
1
Combining Vectors
Hi, I'm a new R user, and struggeling with the basics (...sigh) I would like to combine 2 vectors : d1: "S1" "S2" "S3" "S4" 1 3 5 6 and d2: "S1" "S3" "S5" 3 3 2 to give a result: "S1" "S2" "S3" "S4" "S5" 1
2009 Feb 26
2
Merge question
Hi: I am a new R user. I have the following question and would appreciate your input Data1 (data frame 1) p1,d1,d2 (p1 is text and d1 and d2 are numeric) xyz,10,25 Data2 (data frame 2) p1,d1,d2 xyz,11,15 Now I want to create a new data frame that looks like so below. The fields d1 and s2 are summed by the product key. Data3 p1,d1,d2 xyz,21 (sum of 10 from Data1 and 11 from Data2),40 (sum of 25
1997 Dec 03
1
Problems with servicepack 3
Hello! I read your notice about your problem with Windows NT and servicepack 3. Did you find any solution? I have the same problem: I can?t see other computers on the network when I?m running SAMBA. I would appreciate if you could help me. Leif Magnusson
2003 Oct 17
2
nlm, hessian, and derivatives in obj function?
I've been working on a new package and I have a few questions regarding the behaviour of the nlm function. I've been (for better or worse) using the nlm function to fit a linear model without suppling the hessian or gradient attributes in the objective function. I'm curious as to why the nlm requires 31 iterations (for the linear model), and then it doesn't work when I try to add
1997 Jul 31
1
NT 4.0 Client and Win95 clients and browsing problems in general.
I am using samba-1.9.16p11 and have not been able to make browsing work from my 9.04 HP where it is on a switched ethernet segement alone. I have tried many combinations including remote announce to networks as well as Our NT Domain Server/ Win Servers. All to no avail. I am sure there is some key point I am missing. In fact my clients have to have DNS turned on in addition to WINS in order to
2010 Sep 29
1
Fitting a half-ellipse curve
Dear mailing list, I have following array: X2 Y2 [1,] 422.7900 6.0 [2,] 469.8007 10.5 [3,] 483.9428 11.0 [4,] 532.4917 25.5 [5,] 596.1942 33.5 [6,] 630.8496 40.5 [7,] 733.2996 45.0 [8,] 946.4779 32.0 [9,] 996.8068 35.5 [10,] 1074.3310 23.0 I do afterwards the following: plot.new() plot.window(xlim=c(min(X1)-50,max(X1)+50),
2010 Sep 27
1
conditional assignment of colors in xyplot()
# Dear R Community, # I have this data frame: df1 <- data.frame( F1 = factor( c( rep("D1",12),rep("D2",12),rep("D3",12) ) ), F2 = factor( rep( rep( paste("O",1:6,sep=""), rep(2,6) ), 3) ), F3 = factor( rep( c("V1","V2"), 18 ) ), S1 =
1997 Dec 15
1
Problems with Self extracting zip files
Hi folks, I have a curious problem when executing self extracting zip files from a samba share. Everything does work, but it is very very slow. Copying the .exe onto local disk (from the samba share) takes no time at all (500kb/sec). I would say it takes about 10 times as long to unzip when run directly from the samba share. This happens will all self-extracting exe files, and also from any share
2018 Nov 10
3
[RFC] Tablegen-erated GlobalISel Combine Rules
Thanks Nicolai! > On Nov 9, 2018, at 02:55, Nicolai Hähnle <nhaehnle at gmail.com> wrote: > > Hi Daniel, > > Lots of good stuff in there! I especially like the design for specifying out-of-line predicates. I have a couple of small comments and one major one below. > > > On 09.11.18 02:42, Daniel Sanders via llvm-dev wrote: >> _Passing arbitrary data from
1997 Jul 30
2
SAMBA digest 1371
I've installed Samba ("latest") on SCO's openserver 5 with a WIN'95 hanging off of it as a client. I can run every test in DIAGNOSI.txt except for number 2. That is, the WIN'95 box can not ping the SCO box within a reasonable amount of time. (SCO can ping the WIN'95 box fine). For the longest time I thought the WIN'95 box couldn't ping the SCO box but I
2018 Nov 12
3
[RFC] Tablegen-erated GlobalISel Combine Rules
> On Nov 10, 2018, at 03:28, Nicolai Hähnle <nhaehnle at gmail.com> wrote: > > Thank you for the detailed reply! There's a lot to digest :) Let me try to address most of it. > > > [snip] >>> I also think you should have 'ins' and 'outs' separately; after all, a predicate may have to do a combined check on two matched registers / operands,
2003 Sep 30
1
can't get names from vector in nlm calls
I've been trying to figure out how to get the names of the parameter vector variables when inside the function that nlm calls to return the objective function value: knls <- function( theta, eqns, data, fitmethod="OLS", instr=NULL, S=NULL ) { ## print( names( theta ) ) # returns NULL ## get the values of the parameters for( i in 1:length( theta ) )
1997 Aug 06
2
set unix time via samba
hi out there, first of all: samba is pretty cool! question: is there a way to synchronize the clock of my linux box to a win95 box (something like 'smbnet time \\win95 /set /yes')? cheers jodok ;----------------------------------- Jodok Sutterluety Austria, Vienna Tel: ++43 1 4080791 email: js@bonus.unterland.at ;-----------------------------------