search for: vlfr

Displaying 15 results from an estimated 15 matches for "vlfr".

Did you mean: lfr
2003 Sep 09
6
Making R packages
..." Perl has of course been installed on the PC and my colleague has the "Tools" file. He does not know what is wrong although he suspects that environment variables (which ones?) must be changed. Any help would be appreciated. jp -- Jean-Pierre Gattuso | mailto:gattuso at obs-vlfr.fr | http://www.obs-vlfr.fr/~gattuso
2002 Aug 19
2
Help with Lattice
...r help. jp -- ____________________________________________________________________ Jean-Pierre Gattuso Laboratoire d'Oc?anographie de Villefranche, UMR 7093 CNRS-UPMC B. P. 28, F-06234 Villefranche-sur-mer Cedex - France Voice: +33 (0)493763859 - Fax: +33 (0)493763834 <mailto:gattuso at obs-vlfr.fr> - http://www.obs-vlfr.fr/~gattuso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 th...
2002 Sep 13
4
tcltk documentation
> Dear all, > I am looking for basic examples of the use of tcltk in R. > Thank you in advance for any information, R-script, ... Most of us started from the handful of examples you can see via demo("tcltk") There are also some good examples in the mailing list archives though some of the R to Tcl/Tk interfaces changed slightly in recent releases. -- According to the
2002 Jan 02
1
Combining files
..._______________________________________________________ Jean-Pierre Gattuso Laboratoire d'Oc?anographie de Villefranche, UMR 7093 CNRS-UPMC B. P. 28, F-06234 Villefranche-sur-mer Cedex - France Voice: +33 (0)493763859 - Fax: +33 (0)493763834 - US fax: +1 (978) 477-8302 <mailto:gattuso at obs-vlfr.fr> - http://www.obs-vlfr.fr/~gattuso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 th...
2003 Sep 09
2
Making R packages (Unix)
...find what I do wrong. In fact, there is little information on the use of R CMD build, both in the R-exts.pdf document and the man (R CMD build --help) pages. Do I need to make the CO2_1.0.tar file myself? Your help would be much appreciated! jp -- Jean-Pierre Gattuso | mailto:gattuso at obs-vlfr.fr | http://www.obs-vlfr.fr/~gattuso
2002 Aug 21
2
More help with Lattice
...r help. jp -- ____________________________________________________________________ Jean-Pierre Gattuso Laboratoire d'Oc?anographie de Villefranche, UMR 7093 CNRS-UPMC B. P. 28, F-06234 Villefranche-sur-mer Cedex - France Voice: +33 (0)493763859 - Fax: +33 (0)493763834 <mailto:gattuso at obs-vlfr.fr> - http://www.obs-vlfr.fr/~gattuso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 th...
2002 Jan 18
2
length of dimnames???
...ay extent -- ____________________________________________________________________ Jean-Pierre Gattuso Laboratoire d'Oc?anographie de Villefranche, UMR 7093 CNRS-UPMC B. P. 28, F-06234 Villefranche-sur-mer Cedex - France Voice: +33 (0)493763859 - Fax: +33 (0)493763834 <mailto:gattuso at obs-vlfr.fr> - http://www.obs-vlfr.fr/~gattuso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 th...
2006 Aug 24
1
Lattice symbol size and legend margins
Hi: I am using the following command: xyplot(dat6$CO3*1e6 ~ dat6$irradiance, data=dat6, group=ref, xlab=list(label=expression(paste("Irradiance (", mu, "mol photons", m^"-2", " ", s^"-1", ")")), cex=1.3), ylab=list(label=expression(paste("Carbonate concentration (x ", 10^"6", " ", kg^"-1",
2007 Mar 05
1
Error in La.svd(X) : error code 1 from Lapack routine 'dgesdd'
Dear R helpers, I am working with R 2.4.1 GUI 1.18 (4038) for MacOSX. I have a matrix of 10 000 genes and try to run the following commands: > model.mix<-makeModel (data=data, formula=~Dye+Array+Sample+Time, random=~Array+Sample) > anova.mix<-fitmaanova (data, model.mix) > test.mix<-matest (data, model=model.mix, term="Time", n.perm=100, test.method=c(1,0,1,1))
2005 Jul 26
1
error with scan
Hi: I am trying to read a large (500000+ lines) with scan() as read.table is unable to read it. I get a strange error (below) which says that 'a real' was expected and '5' was read. Can someone help? Thanks, jp > type=list(a=0,b=0,c=0,d=0,e=0,f="",g=0,h=0,i=0) > tmp2 <- scan(file="tmp2.txt", what=type, sep=",",
2005 Aug 08
1
Reading large files in R
Dear R-listers: I am trying to work with a big (262 Mb) file but apparently reach a memory limit using R on a MacOSX as well as on a unix machine. This is the script: > type=list(a=0,b=0,c=0) > tmp <- scan(file="coastal_gebco_sandS_blend.txt", what=type, sep="\t", quote="\"", dec=".", skip=1, na.strings="-99", nmax=13669628)
2005 Aug 12
1
quotes
Hi: I have been struggling with gsub to no avail and am seeking help from the list. I want to make a vector of the string "one, two, three" and have tried to: - replace each comma by "," - add " at the beginning of the string - add " at the end of the string to issue the command: col.names <- c("one", "two",
2006 Jul 31
0
Help with documentation of a data set
Hi: I am trying to add a data set in my package but get the following error when the package is checked: Undocumented data sets: seacarb_test All user-level objects in a package should have documentation entries. See chapter 'Writing R documentation files' in manual 'Writing R Extensions'. However, I do have a file "seacarb_test.Rd" in the man directory.
2011 Sep 15
1
Nonlinear regression question
Hello, If I understand good, I can't have p-value for the nls model. I have 2 vectors. And I'am doing model <- nls(crf ~a*(1-exp(-x/b)) + c, data= d, start = list(a=1, b=3, c=0)) and I want to know If my result is significat, if I can't have p-value, how can I know it? Thank you
2007 Jul 23
1
Error using Rd2dvi on OSX
Hi, I run R 2.5.1 on Mac OS 10.4.10 and fail to build a package manual. Below is the transcript. The problem is a "pdflatex: command not found" error but I think that I have a fully working latex install (installed with iInstaller) as I use TeXShop with no problem. Could someone help? Jean-Pierre -----------------------------------------------------------------------------