search for: regin

Displaying 12 results from an estimated 12 matches for "regin".

Did you mean: region
2000 Sep 20
1
SV: sample from contingency table
...m]) TempBin <- rbinom(n=n, size=TempSize, prob=TempP) TempSize <- TempSize-TempBin res[,i] <- TempBin } return(res) } # Then you can draw 10 samples like this, whith # each row representing a contingency table x <- as.matrix(1:4, nrow=2, ncol=2) rmulti(10, sum(x), x) Regin -----Oprindelig meddelelse----- Fra: Dirk F. Raetzel [mailto:raetzel at Mathematik.Uni-Marburg.de] Sendt: 19. september 2000 18:48 Til: R-Help Mailing List Emne: [R] sample from contingency table Hello, I have a multivariate (dim >= 3) discrete distribution given by a contingency table from...
2012 Jun 14
3
mapa provincial de España con googleVis
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20120614/518ed68f/attachment.html>
1999 May 19
12
Samba performance question
Hi all, I am running a samba server (2.0.3) in a small eth-based home network. There is only one win client (NT workstation, Sp4). The samba box ist set up with wins support enabled and the NT box? wins server entry points to samba server. Everything works fine: no error messages neither server nor client. The server shows up immediately in the NT?s network neigborhood. Browsing is fast. !!But
2010 Apr 06
0
[LLVMdev] How to get the left-hand operand of an instruction?
...an writing to me directly. > That way others can answer, and the discussion is archived for the benefit > of people with the same question in the future. > > Best wishes, > > Duncan. > > I have another question: >> If I want to catch the point pointing to an allocated regin using malloc >> and its length(for example, x.p and n in the next statement), what >> should I do? >> x.p = malloc(n); >> Thank you very much! >> Best Regards! >> >> >> 2010/4/6 Duncan Sands <baldrick at free.fr <mailto:baldrick at free.fr>&g...
2006 Mar 16
2
Questions about file_column plugin
Hi! I''ve got 2 models - let''s call them User and Image. User has_many images. (Thanks to Mark Reginal James :) ) I have a single form where i can create a user and add to him any number of images, which are uploaded using file_column plugin. Now 3 questions: 1. How to change the default path where file_column plugin saves images, so it will save them in a directory, which name is not image...
1999 May 28
1
3D-barplots
Dear R users How can I create 3D barplots in R. In Splus it is possible to create 3D barplots via graphical menus, but it would be nice to able to create 3D barplots via the command line in R. Any help/hints will be greatly appreciated. Regin Reinert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-re...
2000 Aug 29
0
SV: short way
This should do what you want: # construct a data.frame d L3 <- LETTERS[1:3] str(d <- data.frame(cbind(x=1, y=1:10), ch=sample(L3, 10, repl=TRUE))) d # replace y-value in d, where y=5 d$y[d$y==5] <- 100 d Regin -----Oprindelig meddelelse----- Fra: Pesl Thomas [mailto:thomas.pesl at arcs.ac.at] Sendt: 29. august 2000 14:02 Til: R-Help (E-Mail) Emne: [R] short way i want to replace certain values of a matrix. i know how to replace them when the values are in a vector. i tried the same way for a matrix a...
2005 Nov 11
0
Re: samba smbd version 2.2.12 HP CIFS Server A.01.11.04 does hang if start in a HP serviceguard configuration
...lt;http://www.hp.com/hps/hardware/hw_downloads.html> >_________________________________________ >Hewlett-Packard GmbH, Herrenberger Str. 140, 71034 B?blingen >Gesch?ftsf?hrer: Hans Ulrich Holdenried (Vorsitzender), Edgar Aschenbrenner, Heiko Meyer, Ernst Reichart, >Matthias Schmidt, Regine Stachelhaus, Stephan Wippermann >Vorsitzender des Aufsichtsrats: J?rg Menno Harms >Sitz der Gesellschaft: B?blingen, Amtsgericht B?blingen HRB 4081 > > > > Wolfgang - I am out of the office until Tuesday. Can you look at the log.smbd and see if there is a locking error? (64b...
2010 Apr 06
3
[LLVMdev] How to get the left-hand operand of an instruction?
Hi, I am a new novice of LLVM, and I want know how to get the left-hand operand of an instruction? For example: how to get the %temp2 operand in the next instruction: %temp2 = malloc i8, i32 %n Thanks a lot! Best Regards! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Dec 01
2
character set for Windows?
I'm using cygwin to backup files from a windows machine to a unix host with rsync. I originally uploaded the bulk of the files using a windows ftp client, and then planned on doing updates nightly with rsync. Some of the filenames have strange characters in them, such as the trademark symbol, and other characters, such as European letters. Rsync doesn't like the filenames as they exist on
2005 Nov 13
2
RE: samba smbd version 2.2.12 HP CIFS Server A.01.11.04 does hang if start in a HP serviceguard configuration
...) bietet Fern?berwachung, Diagnose + Fehlersuche > >_________________________________________ >Hewlett-Packard GmbH, Herrenberger Str. 140, 71034 B?blingen >Gesch?ftsf?hrer: Hans Ulrich Holdenried (Vorsitzender), Edgar Aschenbrenner, Heiko Meyer, Ernst Reichart, >Matthias Schmidt, Regine Stachelhaus, Stephan Wippermann >Vorsitzender des Aufsichtsrats: J?rg Menno Harms >Sitz der Gesellschaft: B?blingen, Amtsgericht B?blingen HRB 4081 > > > > Wolfgang - I am out of the office until Tuesday. Can you look at the log.smbd and see if there is a locking error? (64bit...
2013 Jun 07
14
Puppet Windows package not seeing DisplayName in Registry?
Hello, I''ve got Package resource on my Windows machine that keeps creating itself even though the package has been properly installed. I''ve got the name attribute set to the DisplayName found in the Registry for the package. Every time the agent polls, I see in the Event Logs: /Stage[main]/Mssql_rtwo_sptwo/Package[mssql2008r2sp2_exec]/ensure: created This is