search for: thorn

Displaying 20 results from an estimated 109 matches for "thorn".

Did you mean: thor
2004 Oct 25
2
printing ISO/8859-1 characters
Hi, I ran into an odd problem with the print command for R-2.0 on a windows machine. The icelandic character thorn (??,??) which is included in in the Latin-1 character set [iso/8859-1 char# 222 (upper case) and #254 (lower case)] prints out incorrectly. Instead of getting the correct character I get the octal codes for upper and lower case thorn (\336 or \376). This only happens on a windows machine, but not...
2012 Jul 02
5
ggplot: dodge positions
...ur=grp)) + geom_boxplot() + geom_point(aes(ymax=max(y)), position = position_dodge(width=.75)) but that did not really help, as all points are now dodged and I just want to have a fixed offset for each subgroup of points such that the boxplot and the points are aligned. Any ideas? Kind Regards, Thorn Thaler Mathematician Applied Mathematics Nestec Ltd, Nestl? Research Center PO Box 44 CH-1000 Lausanne 26 Phone: +41 21 785 8220 Fax: +41 21 785 9486
2001 Feb 04
4
Grim Fandango in wine
Hey all, It's a thorn in my side, I had monkey island 3 running in wine, but this one just doesn't cooperate. The setup program exits with a problem copying install files (error 112, if it means anything). If anyone has got it working, let me know. Thanks
2011 Jul 23
0
utgd zendyne by han li thorn [science fiction / th
Appreciate the info, it’s good to know.
2010 Dec 13
1
predict.lm[e] with formula passed as a variable
...found. How can I circumvent this problem? I think I've to provide somehow an environment to "predict" holding the binding for the variable "form", such that predict can resolve the variable, but I've no clue how to do this. Help is very much appreciated. BR + thanks, Thorn ----------------8<---------------- df <- data.frame(x=factor(rep(1:2, each=10)), y=c(rnorm(10), rnorm(10, 10)), z=rep(1:10,2)) test <- function(df, resp, x, rf, LM = FALSE) { form <- paste(resp, x, sep = " ~ ") form <- as.formula(form) if (LM) { mod <- lm(for...
2017 Oct 05
3
working with ordinal predictor variables?
I'm trying to develop a linear model for crop productivity based on variables published as part of the SSURGO database released by the USDA. My default is to just run lm() with continuous predictor variables as numeric, and discrete predictor variables as factors, but some of the discrete variables are ordinal (e.g. drainage class, which ranges from excessively drained to excessively poorly
2010 Jun 21
2
list() assigning the same value to two items
...he same thing without having to define an additional variable? Something like z <- list(a=1, b=a) or even z <- list(a=b=1)? Both commands don't work of course, but I'm just curious whether this is possible in principle (a rather academic question I've to admit) Thanks + BR, Thorn Thaler Applied Mathematics Group Nestl? Research Center PO Box 44 CH-1000 Lausanne 26, Switzerland Phone: + 41 21 785 8220 Fax: + 41 21 785 8556
2009 Jul 06
3
Speed up code, profiling, optimization, lapply vs. loops
...ottleneck lies? - is 'lapply' always superior to a loop in terms of execution time? - are there any 'evil' commands that should be avoided in a loop, for they slow down the computation? - are there any good books, tutorials about how to profile R code efficiently? TIA 4 ur help, Thorn
2010 May 04
1
Lazy evaluation in function call
...thing like f <- function(x,y) x+y f(2, x) # should give 4 The problem is of course that x is only known inside the function. Of course I could specify something like f(z<-2,z) but I'm just curious whether it is possible to use a fancy combination of eval, substitute or quote ;) BR, thorn
2011 Jan 05
1
Minimum of an ordered factor
...nts are ordered factors with the same level sets", .Generic)) } codes <- lapply(args, as.integer) ind <- do.call(.Generic, c(codes, na.rm = na.rm)) factor(level.set[ind], levels = level.set, ordered = TRUE) } Any comments appreciated. BR, Thorn [[alternative HTML version deleted]]
2015 Mar 05
3
Cannot remount drive after lost iSCSI connection
...if any processes were using /dev/sdb1 or /backup using ' *fuser*' and '*lsof*'. I know a reboot will solve it, but I'm trying to avoid that as best I can, so I'm wondering if anyone else has any other ideas? Any help would be greatly appreciated, thanks. :) Regards, Kyle Thorne -- *The contents of this email are strictly private and confidential unless otherwise noted and is intended for the marked recipients only. If you are not a marked recipient please disregard and delete this email.*
2005 Jan 06
4
ices config problems
...<ices:Module>myown</ices:Module> produces: Initialization of playlist handler failed. [This binary has no support for embedded python] Ices Exiting... :-( ices 2.0.0 = ices alpha release, with misleading documentation+example config, and missing core feature -- klaus thorn klaus@trillke.net
2017 Oct 05
0
working with ordinal predictor variables?
...he R code to do it. Obviously, IMO. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, Oct 5, 2017 at 10:54 AM, Alexandra Thorn <alexandra.thorn at gmail.com> wrote: > I'm trying to develop a linear model for crop productivity based on > variables published as part of the SSURGO database released by the > USDA. My default is to just run lm() with continuous predictor > variables as numeric, and discr...
2012 Oct 31
1
aggregate.formula: formula from string
...e outlined approach does not work as expected, and where my mistake lies? (that means in particular I am not asking for a solution of how to get the thing done - there are plenty of alternatives - but instead to understand why this very approach does not work) Thanks for your help! Kind Regards, Thorn Thaler Mathematician Applied Mathematics Nestec Ltd, Nestl? Research Center PO Box 44 CH-1000 Lausanne 26 Phone: +41 21 785 8220 Fax: +41 21 785 9486
2010 Aug 23
2
Sum a list of tables
...n about S3 Group Generic Functions and tried to delve into S4, but obviously I was not able to understand everything completely. So it would be great if somebody could help me out with this specific topic and point me to some resources where I can learn more. Thanks for your help in advance. BR, Thorn
2023 Oct 27
1
Wayland Display Support in R Plot
...anyone provide information on the current status of Wayland support in R plot? Are there any ongoing efforts, discussions, or packages in development that address this issue? I would appreciate any insights or guidance in this regard. Thank you for your time and assistance. Best regards, Quentin Thorne [[alternative HTML version deleted]]
2010 Jul 20
1
Telling R CMD check where to find libraries
.../libs", it works as expected but with the side effect that the test installation is carried out in this directory as well, which I do not like either (this directory should contain only stable packages and not packages which are still under construction). So which possibilities do I have? BR Thorn
2013 Nov 04
1
ggplot2: Add '+' operator for aes (uneval) objects
...one gets precedence", "elements %s occur in both summands - second one gets precedence"), duplist) warning(msg, domain = NA) } res <- c(e1[!dup], e2) class(res) <- "uneval" res } Any thoughts on that? Kind Regards, Thorn Thaler NRC Lausanne Applied Mathematics
2010 Jun 11
1
CHM help does not find help docs in package stats
...hing to do with my particular package, since everything works as expected with another package of mine. I override one of the functions of stats (biplot.default), which is, however, not exported and resides within my namespace. Could that be the reason? Any help highly appreciated. Thanks + BR, Thorn
2012 Feb 13
1
Overwrite S3 methond from base package
...alls the functions droplevels.factor and droplevels.data.frame from the _base package_. So, is there any way to overwrite droplevels.factor and droplevels.data.frame from the base package with my functions? Or do I have to create a generic function on my own? Thanks for your help. Kind Regards, Thorn