search for: regine

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

Did you mean: refine
2000 Sep 20
1
SV: sample from contingency table
I have had the same problem and I wrote this function rmulti <- function(n, size, p) { NrDim <- length(p) if(NrDim<2) stop("The simulated variabel has to be at least 2-dimensional") res <- matrix(data=NA, nrow=n, ncol=NrDim) p <- p/sum(p) TempSize <- size for(i in 1:NrDim) { TempP <- p[i]/sum(p[i:NrDim]) TempBin <- rbinom(n=n, size=TempSize,
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?
Hi Duncan, I have catched your reply and solved the problem. Thank you for the elaborate reply. Best Regards! 2010/4/6 Duncan Sands <baldrick at free.fr> > Hi increaseing, please ask on the list rather than 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
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
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
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
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? (64bi...
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 v...
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