search for: brahm

Displaying 20 results from an estimated 193 matches for "brahm".

2008 Jul 02
0
Storing homes and profiles on a filer
Hi all, I would like to set the following configuration : - A Samba / LDAP PDC (name : rivest). - A NFS / Samba filer (name : brahms). Brahms is a member of my domain. I would like to store my windows profiles in brahms (into [profile] share). Here is brahms setup : [global] workgroup = MAPMO security = domain netbios name = brahms server string = Filer config file...
2006 Jan 06
2
sudoku
Any doubts about R's big-league status should be put to rest, now that we have a Sudoku Puzzle Solver. Take that, SAS! See package "sudoku" on CRAN. The package could really use a puzzle generator -- contributors are welcome! -- David Brahm (brahm at alum.mit.edu) [[alternative HTML version deleted]] _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2006 Jan 06
2
sudoku
Any doubts about R's big-league status should be put to rest, now that we have a Sudoku Puzzle Solver. Take that, SAS! See package "sudoku" on CRAN. The package could really use a puzzle generator -- contributors are welcome! -- David Brahm (brahm at alum.mit.edu) [[alternative HTML version deleted]] _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2002 Mar 08
4
ARMA and ARIMA modeling
...Are they 'competing' products or does one depend on another? Where would be the best place for a novice to begin? Thanks for any advice. PS. I have Venables & Ripley's MASS (3rd ed), and the "R Complements" paper, to work from. -- -- David Brahm (brahm at alum.mit.edu) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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:...
2001 Oct 22
3
round() doesnt (PR#1138)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
2002 Feb 20
1
Bug in "[<-.matrix"? (Was: Feature Request: "matrix[1:10,1:10, block=F] <- 1:10")
Thanks to David Meyer [david.meyer@ci.tuwien.ac.at] and David Brahm [brahm@alum.mit.edu] who suggested: m[ cbind(index.i, index.j) ] <- vals This works fine for the example I gave. Unfortunately, this approach doesn't extend to using the row and column names to make assignments: > m <- matrix("",ncol=3,nrow=3) > dimnames(m) <- l...
2006 Apr 28
1
as.character.factor when the factor contains "NA"
...haracter(as.factor(c("NA", "CD", NA))) [1] "NA" "CD" "<NA>" > is.na(.Last.value)[3] [1] FALSE I'm using R-2.3.0 on Redhat Linux, but I don't think the behavior is new (maybe since character NA's were introduced?). -- David Brahm (brahm at alum.mit.edu)
2005 Jul 06
2
Graphics: calling par(mar) after frame()
...1,.5), col=2:4) } The first plot's axes are mis-aligned with the plotting area implied by the box. It seems to be a result of calling par(mar) after frame(). Is this expected behavior, or some kind of bug? I'm using R-2.1.0 on Linux with X11; I see the same behavior in Windows. -- David Brahm (brahm at alum.mit.edu)
2004 Dec 22
2
outer(-x, x, pmin) cannot allocate
R> x <- 0. + 1:8000 R> y <- outer(-x, x, pmin) Error: cannot allocate vector of size 1000000 Kb Why does R need to allocate a gigabyte to create an 8000 x 8000 matrix? It doesn't have any trouble with outer(-x, x, "+"). Thanks. -- David Brahm (brahm at alum.mit.edu) Version: platform = i686-pc-linux-gnu arch = i686 os = linux-gnu system = i686, linux-gnu status = major = 2 minor = 0.1 year = 2004 month = 11 day = 15 language = R
2006 Aug 18
2
Floating point imprecision in sum() under R-2.3.1?
...r Windows, and that R> (721.077 + 592.291 + 372.208 + 381.182) - 2066.758 [1] 0 Is this related to the (2.3.0) NEWS item: sum(), prod(), mean(), rowSums() and friends use a long double accumulator where available and so may be more accurate. and should I be concerned? Thanks. -- David Brahm (brahm at alum.mit.edu) Version: platform = i686-pc-linux-gnu arch = i686 os = linux-gnu system = i686, linux-gnu status = major = 2 minor = 3.1 year = 2006 month = 06 day = 01 svn rev = 38247 language = R version.string = Version 2.3.1 (2006-06-01) Locale: C Search Path: .Global...
2002 Jan 07
1
Is r-announce alive?
...sday ("New package: colSums"), and still haven't seen it echoed on r-help or on the web archive (in fact there is no r-announce web archive for 2002). Is something broken? Did I need to use <r-announce at lists.R-project.org> instead? -- -- David Brahm (brahm at alum.mit.edu) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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:...
2007 Sep 20
0
brahms
Hi, would like too see if anyone can wine brahms. it'a a program to manage herbarium data. can be downloded at: www.brahmsonline.com i tried to use, but it has some bugs due to the directorie to store the files.... thanks -- Leo Caqui -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/...
2003 Oct 22
3
Subsetted 1-D arrays (PR#4110)
...matrix Error in x + y : non-conformable arrays I agree with the change, but I would beware that some puzzled users may not associate new "tapply problems" with this news item. Also, *should* you be able to add a (4) array to a (1,4) array? -- -- David Brahm (brahm@alum.mit.edu)
2005 Sep 02
2
Superassignment (<<-) and indexing
...n Linux: > x <- 1:5 > x[3] <<- 9 Error: Object "x" not found Isn't that odd? (Note x <<- 9 works just fine.) Why am I doing this? Because I'm stepping through code that normally lives inside a function, where "<<-" is appropriate. -- David Brahm (brahm at alum.mit.edu)
2002 Apr 29
2
Lost Tcl/Tk support
...--with-tk-config=/res/local/lib/tkConfig.sh does the trick. (Note we have these files under both /usr and /res.) This suggests to me that in the past 3 weeks, "configure" has lost its ability to find the tclConfig.sh and tkConfig.sh scripts. -- -- David Brahm (brahm at alum.mit.edu) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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:...
2006 Jan 06
1
Daylight Savings Time unknown in R-2.2.1
...system = i686, linux-gnu status = major = 2 minor = 2.1 year = 2005 month = 12 day = 20 svn rev = 36812 language = R Locale: C Search Path: .GlobalEnv, package:methods, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, Autoloads, package:base -- David Brahm (brahm at alum.mit.edu)
2001 Dec 10
1
Documentation of .Last.lib in library() (PR#1209)
help(library) says: "`.Last.lib' is called when a package is loaded." Probably should be "...is detached." -- David Brahm (brahm@alum.mit.edu) --please do not edit the information below-- Version: platform = sparc-sun-solaris2.6 arch = sparc os = solaris2.6 system = sparc, solaris2.6 status = major = 1 minor = 3.1 year = 2001 month = 08 day = 31 language = R Search Path: .GlobalEnv, package:misc, pack...
2003 Aug 13
2
rowsum() may return a vector instead of a matrix (PR#3737)
...tatus = major = 1 minor = 7.1 year = 2003 month = 06 day = 16 language = R Search Path: .GlobalEnv, package:misc, package:io, package:arrays, package:ls1, package:obsi, package:g.data, package:db, package:ts, package:ctest, Autoloads, package:base -- -- David Brahm (brahm@alum.mit.edu)
2002 Apr 03
1
predict.Arima fails when x is not a time-series
...think it would suffice to change this line: xtsp <- tsp(data) in predict.Arima to this: xtsp <- tsp(hasTsp(data)) Also, a minor documentation typo: the help file for predict.Arima refers to the function as "predict.arima" at one point. -- -- David Brahm (brahm@alum.mit.edu) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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...
2005 May 19
2
Larger X11 fonts under R-2.1.0
...es of Eiji Nakama. I'm not sure if that's relevant to the change I'm seeing. Has anyone else noticed a difference in the X11 fonts? (I assume this is different from Xiang-Jun Lu's problem, since I do not get any error messages that fonts "could not be loaded".) -- David Brahm (brahm at alum.mit.edu)