similar to: OT: PSTOWMF

Displaying 20 results from an estimated 900 matches similar to: "OT: PSTOWMF"

2000 Feb 25
0
Sv: Sv: Ordinal Regression
Dear Peter. I guess you know that Jim Lindseys code include nordr and ordglm in library gnlm - I attach the htmls which do various linear and nonlinear ordinal regressions - exemplified with just the data mentioned, McCullagh (1980) JRSS B42, 109-142. I had it work very fine. -----Oprindelig meddelelse----- Fra: Peter Malewski <p.malewski at tu-bs.de> Til: Troels Ring <tring at
2000 Feb 20
1
split.screen + postscript Problem (PR#454)
Dear R-helpers, with R-0.99a, Linux, Red-Hat 6.1 derivat (Halloween Linux) I have the following Problem with this code: graphics.off() close.screen(all=T) temp <- matrix(c(0 , 1 , .4 , 1, 0 , 1 , 0 ,.4), ncol= 4, byrow=T ) split.screen(temp) plot(1:100)
2001 Aug 15
2
RegExp Question
I have to admit that I'm a bit ignorant about regular expressions...I have a problem with "gsub": under unix I can : > cat tmp.txt F.123 F.123 F123 F123 sed 's/F\./d/g' tmp.txt d123 d123 F123 F123 that is: replacing "F.", however under R: gsub("F\.","d",c("F123","F.123"),extended=F) [1] "d23"
2000 Jul 26
3
merge aint merging
g'day R friends, can anyone please help me with a frustrating merge? The number of rows of a resulting merge is the smaller of the 2 dataframes used as input. What am I doing wrong? I'm using 1.1.0 on redhat 6.2 thanks, John Strumila > xx[1:10,] datetime c 948992940 948992940 0 948993000 948993000 0 948993060 948993060 0 948993120 948993120 0 948993180 948993180 0
2001 Jun 01
4
multiple lattice-pages (development package!)...
One Question: if I make a lattice-plot (beware: under development!) with a special layout e.g. c(2,2,4): p1 <- xyplot(y~x|id,data=data,layout=c(2,2,3)) is there a way to print.trellis e.g. the second page of the trellis object "p1"? print.trellis(p1,page=2) #!wrong! I want this to automatically dev.print the pages (no, I don't want multiple postscript pages). If this
2000 Feb 24
0
Sv: Ordinal Regression
Patrick Lindsey has made available a library devoted to ordinal models available at: http://www.luc.ac.be/~plindsey/publications.html Best wishes Troels Ring -----Oprindelig meddelelse----- Fra: Peter Malewski <p.malewski at tu-bs.de> Til: E. S. Venkatraman <venkat at biost.mskcc.org> Cc: r-help at stat.math.ethz.ch <r-help at stat.math.ethz.ch> Dato: 24. februar 2000 22:48
2001 Jun 06
1
lattice (!under development!) font curiosity
Perhaps this might be a font problem, it might be that my font dirs are broken (but I don't think so, it is a standard potato inst.): > xyplot(rnorm(10) ~ rnorm(10) ,main=list("???dsa",cex=2)) ...displays German special characters false (as greek letters). Curiously these work o.k.: > xyplot(rnorm(10) ~ rnorm(10) ,main="?dsa") > xyplot(rnorm(10) ~ rnorm(10)
2001 Jun 06
1
lattice (!under development!) font curiosity
Perhaps this might be a font problem, it might be that my font dirs are broken (but I don't think so, it is a standard potato inst.): > xyplot(rnorm(10) ~ rnorm(10) ,main=list("???dsa",cex=2)) ...displays German special characters false (as greek letters). Curiously these work o.k.: > xyplot(rnorm(10) ~ rnorm(10) ,main="?dsa") > xyplot(rnorm(10) ~ rnorm(10)
2000 Aug 30
1
How can I start R
I am not good in English, so excuse me. I have just install R. I put the package in the file OPT. ./configure make make install But i dont now how to run this application. Can you help me. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2000 Sep 14
1
Pl. provide and Input for Kmeans
Sir, Would like to know what sort of input matrix are taken by the kmeans function defined in mva library of R application. As per the documentation for the Kmeans it takes the following 2 data sets: 1) data 2) centers The commands to be executed in R are as follows: library(mva) data <- read.table('file1',header=TRUE,sep="\t") centers <-
2000 Dec 06
1
Landscape problems with ps2pdf [summary]
Since I sent my original question last week, this is one of two suggestions that worked. Using Adobe Acrobat, as suggested by Professor Ripley, was very satisfactory, but required that I use multiple platforms to make the conversion to PDF (from Linux to Windows). The solution by Peter Adorjan (included below), also worked very well, and can be carried out on any platform using tools available
2001 May 07
1
qt with ncp?
Does anybody has a function or idea how to calculate qt with a noncentrality parameter? I'm porting a SAS-macro for equivalence (Wellek, 1994 TT2ST) to R and it seems that I need this to calculate tinv (SAS-command, I hope that this is R's qt,...I get the SAS-macro manual next week). thanks Peter -- P.Malewski, Limmerstr.47, 30451 Hannover, 0511-2135008 At work:
2002 Feb 26
1
? Nice colors for lattice?
Just a quick question: Does anybody has a nice palette ( yes, I know that this isn't the right lattice-command) for lattice? I'm just making some graphs for a poster-presentation and I'm don't really like these trellice colors. Thanks Peter -- P.Malewski, Limmerstr.47, 30451 Hannover, 0511-2135008 At work: http://www.MH-Hannover.de 0511 532 3194 / Fax: 0511 532 3190,
1999 Sep 08
1
No subject
Hallo, I'm looking for a "sunflower" plot. I noticed the Splus function "p.sunflowers" (Andreas Ruckstuhl, Werner Stahel, Martin Maechler, Tim Hesterberg) don't work... If its not available I would port this function... Thanks for 1 answer P *************************************************************************** P.Malewski Tel.: 0531 500965 Maschplatz 8
2000 Jul 26
1
min(c()) = inf ??? (PR#618)
min of an empty vector gives inf, should be NA / NULL ??? > min(c()) [1] 2147483647 Warning message: no finite arguments to min/max; returning extreme. in: min(..., na.rm = na.rm) > min(c(NA,NA),na.rm=T) [1] 2147483647 Warning message: no finite arguments to min/max; returning extreme. in: min(..., na.rm = na.rm) (the same for max) --please do not edit the information below--
2000 Sep 01
3
Object size in bytes
Hi, Is there a command that will give the total size of an R object in bytes? thanks Nicholas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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: r-help-request at
2000 Aug 21
4
Excluding rows from a matrix
Hi I have a matrix (4 x 950) and I want to remove 3 rows, where the values from the first column are 713, 714 and 715. I can select the rows, one by one, with mat[mat$first==713,] mat[mat$first==714,] ... but I'm unable to (i) select the 3 rows at once, (ii) select the matrix excluding those rows. How can I do it ? Thanks EJ
2000 Aug 30
1
by & tapply
Rers, I have been using the function 'by' in such a manner: by(LogMetric, list(Loci.Number=Loci.Number, Code.Flag=Code.Flag), plot) with par(mfrow=c(5,3)) to produce a single R Graphics: Device with 14 different plots on it as described above in my 'by' statement. Thank you for helping me thus far. A similar command using 'tapply' can be written as well. My
1999 Oct 14
2
Help on MASS Library
Hi, I am starting tu use R on a linux environment (Red Hat 6.0), and when I tried to use library MASS, writting library(MASS) I got the following message: > library(MASS) Error: dynamic library `MASS' not found > Is there something I am doing wrong? Thanks in advance, Alberto --------------------------------------------------------------------- Alberto Munoz
1999 Oct 31
1
R with ESS: how to start
I installed ESS but I can't figure out what needs to be set for it to recognise R. I gather it's something to do with .emacs file, but none of the help files seem to mention it. Like everything, it's probably easy once you know, but so far I don't know where to look. Thanks for any help. best Patrick