Displaying 20 results from an estimated 41 matches for "geobotanisches".
2001 Sep 27
1
list of all objects - just being curious
...?
I've also tried a for() loop ("for (I in search()) print(objects(I))") with
the same error message. Again, "for (I in 1:length(search()))
print(objects(I))" works all right.
What am I misunderstanding?
Kaspar Pflugshaupt
(R 1.3.1 on MacOS 9.2)
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2002 Apr 04
1
html documentation bug in: help(par), 'las'
..._
platform powerpc-apple-darwin5.3
arch powerpc
os darwin5.3
system powerpc, darwin5.3
status
major 1
minor 4.1
year 2002
month 01
day 30
language R
Kaspar Pflugshaupt
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2001 Dec 19
2
How to create a data.frame "like" another, but longer?
...to manually do mydata2 <- maydata, then repeat
mydata2 <- rbind(mydata2, mydata2) until mydata2 is long enough, then cut to
desired length and overwrite with new data. Not exactly elegant...
Is there a R function or some handy trick to achieve this?
Cheers
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2000 Jun 22
1
R 1.1 congrat; undocumented behaviour of recordPlot
...etc., thus building up the final graph in several steps.
So it would be nice if either recordPlot could "update" a saved plot with
new additions or if replayPlot could reproduce additions on another plot.
Just a suggestion (I hope I made myself clear).
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2000 May 09
1
Type III Sums of Squares?
...ot;Mean Sq" <- s[[1]]$"Sum Sq"/s[[1]]$Df
s[[1]]$"F value"[1:(n - 1)] <- d$F[2:n]
s[[1]]$"Pr(>F)"[1:(n - 1)] <- d$Pr[2:n]
names(s[[1]])[names(s[[1]]) == "Sum Sq"] <- "Sum Sq (Type III)"
s
}
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt@geobot.umnw.ethz.ch
privat:pflugshaupt@mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read h...
2002 Jan 31
1
MacOS X: Packages KernSmooth and cluster won't compile
...#39;s there at /sw/lib/libf2c.a.
Is this a linking path problem, and how can I check? I had assumed that
/sw/lib/ should be visible to the linker, since it's fink's standard lib
directory and I've compiled many packages with fink.
Thanks for any hint
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2000 Feb 22
0
Inverse prediction with R?
...bit too terse for me.
Can I use the predict.lm function for my problem, or would I have to
implement the real thing myself? I've got a formula (from Zar,
Biostatistical Analysis), but it would take me some time and work.
Thanks (and I hope I made myself clear)
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2000 Feb 22
1
Follow-up: Inverse prediction with R?
...on the core samples
I've got (N?40), which are accurate, and the inversely "predict core
samples" for the rest of my trees (N?300).
Maybe there is another way to do what I intend, but at the moment I've no
clue. I'm grateful for any hint.
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2000 Feb 22
0
Another (last?) follow-up: Inverse Prediction with R
...st, I realised that I stated my
problem incorrectly: my x values are not _fixed_, as I wrote (I did not set
them). They just have no errors to them, but, apart from that, are random.
I think I shall be reading up on calibration next. Many thanks for the
references!
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2000 Feb 25
0
Summary: Partial correlation coefficients in R. Thanks everybody!
...c) <- colnames(x)
if (test) {
t.df <- ndata - nvar
t <- pcc/sqrt((1 - pcc^2)/t.df)
pcc <- list(coefs = pcc, significant = t > qt(1 - (p/2),
df = t.df))
}
return(pcc)
}
Thanks to everybody for your help!
Kaspar
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2000 Jun 20
0
Pairwise comparisons/contrasts from a coxph model?
....68000
TreatmentT3 0.205 1.227 0.247 0.829 0.41000
TreatmentT4 -0.303 0.739 0.256 -1.184 0.24000
TreatmentT5 -1.066 0.344 0.306 -3.485 0.00049
TreatmentT6 -0.733 0.480 0.281 -2.611 0.00900
Likelihood ratio test=30 on 6 df, p=3.89e-05 n= 210
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt at geobot.umnw.ethz.ch
privat:pflugshaupt at mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2000 Jul 25
1
library dll's dont load
Hi R experts, Can somebody suggest what can be wrong?
PIII with 128 Mb RAM Using R 1.1 in Win98, the latest version
downloaded yesterday. I run update.packages so 'survival', ' mass',
and 'nlme' are the latest versions in CRAN
> library(survival)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2001 Sep 28
1
Using a zero-finding routine in R
Hello all!
I'd like to use a routine in R to find the zero of a function (like
Newton-Raphson, Broyden, etc.)
In the manual, I found a reference to Newton-Raphson method in the
"qr" function, but I simply wonder how I could use it to implement such a
method.
Carlos
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 Dec 11
1
how can i have the total for each level using table,ftable,xtabs etc. etc. ?
I have a list with four fields and 3500 records, from a MySQL table.
How can i have the total for each level using table, ftable, xtabs?
ex:
print(ftable(table[,"field1"]~table[,"field2"]))
thanks
Danilo Maurizio
Veneto Lavoro - Area Osservatorio -
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 Nov 08
0
eqscplot() in library MASS: fails when given only one point (PR#1162)
...th 08
day 31
language R
I use the MASS version which comes with the current full Mac R package
(rm131_FULL.sit). If this is already fixed in a newer version of the
library, I apologize for the waste of bandwidth.
Cheers
Kaspar Pflugshaupt
--
Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich
Tel. ++41 1 632 43 19
Fax ++41 1 632 12 15
mailto:pflugshaupt@geobot.umnw.ethz.ch
privat:pflugshaupt@mails.ch
http://www.geobot.umnw.ethz.ch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read...
2000 Sep 28
1
(Newbie) using par() to regulate viewing area in graphs
Hello:
I should first apologize for the very basic question, but I ought to
start from somewhere [embarrassed grin].
I am using R-1.0.0 in a Windows 98 machine to plot some graphs. I
tried to apply a "zoom in" in some portions of the graph using say
'par(yaxp=c(0.35,0.40,5))' but nothing happens, no error msg, no
update in the active graphics device. What should be the
2000 Jun 15
2
V&R Book
Hi,
I was just browsing Springer's web site for Venebles & Ripley's book and
found more then one edition. Is there one that is preferable to get in the
context of working with R?
Thanks
YG
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2000 Jun 15
2
function in S
I have a function in S, and I need to write the same function in R.
Exist a program to translate from S to R ?
Thank you
Laura Pontiggia
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
2000 Jun 22
0
Re: [R] R 1.1 congrat; undocumented behaviour of recordPlot (PR#578)
...gt; So it would be nice if either recordPlot could "update" a saved plot with
> new additions or if replayPlot could reproduce additions on another plot.
>
> Just a suggestion (I hope I made myself clear).
>
>
> Kaspar
>
> --
>
> Kaspar Pflugshaupt
> Geobotanisches Institut
> Zuerichbergstr. 38
> CH-8044 Zuerich
>
> Tel. ++41 1 632 43 19
> Fax ++41 1 632 12 15
>
> mailto:pflugshaupt@geobot.umnw.ethz.ch
> privat:pflugshaupt@mails.ch
> http://www.geobot.umnw.ethz.ch
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2001 Dec 19
1
combine
hello there,
I ` m a newbie in R so please excuse my maybe simple question!
I have several (the number of the files changes) textfiles. Each
textfile contains one column with 3 rows (3 numerical values). I want to
combine each file with another file and create new textfiles which then
contain 2 columns with 3 rows. How can I do this in R? Do I have to
use cbind? How Do I use cbind for my