search for: cropdesign

Displaying 14 results from an estimated 14 matches for "cropdesign".

Did you mean: codesign
2007 Aug 01
1
Re : Custom axis
...hat I want is a general procedure for changing the scale. Its like using a logarithmic scale on a plot. Labels are the same, but the increases of x along the x-axis are defined by a known monotone and continuous function. Florent Bresson ----- Message d'origine ---- De : "joris.dewolf at cropdesign.com" <joris.dewolf at cropdesign.com> ? : Florent Bresson <f_bresson at yahoo.fr> Cc : r-help at stat.math.ethz.ch; r-help-bounces at stat.math.ethz.ch Envoy? le : Mercredi, 1 Ao?t 2007, 12h01mn 58s Objet : Re: [R] Custom axis x <- 1:10 y <- rnorm(10,10,1) x2 <- 3*x + 2...
2007 Jan 14
3
changes in the structure of mer objects?
...linux-gnu system x86_64, linux-gnu status major 2 minor 4.1 year 2006 month 12 day 18 svn rev 40228 language R version.string R version 2.4.1 (2006-12-18) Thanks Joris De Wolf Phone: +32 9 2429155, E-Mail: joris.dewolf at cropdesign.com Postal Address: CropDesign N.V. Technologiepark 3, 9052 Gent Belgium
2001 Dec 12
2
f-test
Hello, I'm using R to do statistics on datasets, and now I need an f-test, which I can't find in R. Is there such a thing as an f-test. T-test seems to work fine, but .. Regards, Rik -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2004 Aug 06
1
Lattice: how to index in a custom panel function?
...quot;s", col = c("red","blue"), panel = function(x,y,...){ panel.abline(h = 100, lty = 5, lwd =0.5, col = "darkgrey") panel.txt(mytext, 0.2, 0.8) } -- ====================================================================== Joris De Wolf CropDesign N.V. Plant Evaluation Group Technologiepark 3 B-9052 Zwijnaarde Belgium Tel. : +32 9 242 91 55 Fax : +32 9 241 91 73 ====================================================================== confidentiality notice: The information contained in this e-mail is confidential and...{{dropped}}
2006 Nov 09
1
plot pch
Dear All, I have a data as follows: ID <- 1:100 Y <- rnorm(100) X <- rnorm(100) type <- as.factor(rep(1:3,100,time=1)) df <- as.data.frame(cbind(ID, Y,X,type)) I want to plot Y versus X by specifying the pch to be as follows: Subjects having type = 1 must be plotted with a character pch = "A" Subjects having type = 2 must be plotted
2007 Jun 20
2
Linear Mixed Models with nlme, more than one random effect
Hi, I' trying to learn how to use lme for Linear Mixed Models and I have a problem when I have to include more than one random effect in my model. I know that this could be a stupid question to ask, but I'm not able to solve it by myself... One example: if my model is response = operator + block + day with operator and block as fixed effects and day as random effect, I use res.lme
2010 Jun 17
6
R licensing query
I have recently started a new job at an NHS hospital in Scotland. Since I took up this post 6 months ago I have had an ongoing dispute with the IT secutiry dept. who refuse to install R on my computer. I previously worked in another branch of the NHS where R was widely used and yet there is nothing I can say which will persuade the IT dept here to even visit the website! With some help from our
2004 Jun 25
1
difference in order() between Linux and Windows with mixtures of caps and normal letters
...quot; > Mstring <- c("b","c","a","T","D") > Mstring[order(Mstring)] [1] "D" "T" "a" "b" "c" -- ====================================================================== Joris De Wolf CropDesign N.V. Plant Evaluation Group Technologiepark 3 B-9052 Zwijnaarde Belgium Tel. : +32 9 242 91 55 Fax : +32 9 241 91 73 ====================================================================== confidentiality notice: The information contained in this e-mail is confidential and...{{dropped}}
2005 Sep 19
1
How to mimic pdMat of lme under lmer?
Dear members, I would like to switch from nlme to lme4 and try to translate some of my models that worked fine with lme. I have problems with the pdMat classes. Below a toy dataset with a fixed effect F and a random effect R. I gave also 2 similar lme models. The one containing pdLogChol (lme1) is easy to translate (as it is an explicit notation of the default model) The more parsimonious
2002 Apr 09
3
dynamically including R-code into R-code
Hello, I have a R-script, R1, that contains some variables and some R-functions. I want to include/require this script into another R-script, R2, so that I can access the the variables and functions that are inside script R1 in script R2. Is this possible? Script R1 could for example contain information about database connections, paths etc. that would be used in several R scripts. I do not
2003 May 08
1
strange behaviour of certain fields in data frame after rbind
...003.205 3116 YD03_17b Confirmation 54 12121 150286 CD3629 <NA> E0.000.003.205 3116 YD03_17b Confirmation 55 12122 150333 CD3629 <NA> E0.000.003.205 3116 YD03_17b Confirmation -- ====================================================================== Joris De Wolf CropDesign N.V. Plant Evaluation Group Technologiepark 3 B-9052 Zwijnaarde Belgium Tel. : +32 9 242 91 55 Fax : +32 9 241 91 73 ====================================================================== The information contained in this email is confidential and may ... {{dropped}}
2005 Apr 29
3
Error in La.chol2inv(x, size) : lapack routines cannot be loaded
Dear all, OS: x86_64-suse-linux 9.2 CPU: Intel(R) Xeon(TM) CPU 3.20GHz R-version: R-2.1.0 I've started using a new Linux server, upgraded at the same time to R-2.1.0 (see above) and have problems with some elementary analysis that ran without a problem on my previous configuration. anova.glm gives the following error: Error in La.chol2inv(x, size) : lapack routines cannot be loaded This
2004 Mar 09
5
Adding data.frames together
I have a series of data frames that are identical structurally, i.e. - made with the same code, but I need to add them together so that they become one, longer, data frame, i.e. - each of the slot vectors are increased in length by the length of the added data frame vectors. So if I have df1 with a slot A so that length(df1$A) = 100 and I have df2 with a slot A so that length(df2$A)=200 then I
2006 Jul 13
0
R-2.3.1 --enable-R-shlib
Hi, I've upgraded our server to the latest R version, everything went ok until I wanted to install RServe for our java clients. RServe needs the shared library which can be compiled using configure --enable-R-shlib. All went ok but after running make I got this error: gcc -shared -L/usr/local/lib64 -o libR.so Rembedded.o CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o