search for: kawczak

Displaying 18 results from an estimated 18 matches for "kawczak".

2002 Dec 06
6
fast code
Hello, I have two vectors x1 and x2 both in increasing order. I want to select the x1[j]th entry which is the max min of the x2[i]th entry. I can do this using if and for statements but is there a quick way to do it without running a loop? Thank you in advance, Pantelis
2001 Aug 08
1
Package for variable clustering
...is there a package, similar to varclus in SAS or varclus in S, ported or written for R? Also, is there any other package in R that was designed for grouping the variables under different measures of distance (in cases where data is non-Gaussian, autocorrelated, and so on). Janusz. -- ** Janusz Kawczak ** ** UNC at Charlotte, Department of Mathematics, Room 350F ** ** Charlotte, NC, 28223-0001, U.S.A. ** ** Tel.: (704) 687-2566 (W) (704) 921-0273 (H) Fax.: (704) 510-6415 ** -.-.-.-.-.-.-....
2003 Oct 15
2
Solaris 2.9
I've compiled the 1.8.0 R on Solaris 2.9 and when trying to use plot command I get the Bus error and a core dump. Anybody experienced something like this? If yes, what should I patch? Janusz. [[alternative HTML version deleted]]
2001 Nov 28
2
Why are looping variables not local?
Hello, I've had a quick look on the list and can't find an answer to this niggle. Whilst debugging some code, I noticed that looping variables in R are not local to the loop as seams common in procedural languages. For example consider the following piece of code: for(i in 1:3){ cat(i,"") for(i in c("a","b","c")){ cat(i,"")
1997 Apr 24
0
R-beta: Device: PostScript v. 0.49
On Wed, 23 Apr 1997, Janusz Kawczak Wrote: >I have a problem with opening the postscript device in the newly >compiled R (v. 0.49). This problem was not present in 0.16.1 version. > >After entering: ><R>postscript("try.ps") >I get: >Error in device("postscript", as.character(c(file, pap...
1998 Jan 08
1
No subject
Is there anyone who succeeded in installing R-0.61 on a IBM RISC/6000 under AIX? Juergen. ======================================================================= Juergen Dippon Mathematisches Institut A, Universitaet Stuttgart Pfaffenwaldring 57, 70569 Stuttgart
2001 Nov 28
0
Similar to NUOPT package in R
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] > On Wed, 28 Nov 2001, Janusz Kawczak wrote: > > > R-users and R-developers: > > > > do you know of any package in R (or for R) that can perform optimizations > > for a linear and non-linear systems? I am aware of the NUOPT module in > > S-Plus that provides an optimizer engine to do just that and more....
2002 Apr 22
1
Goodness-of-fit
Hi, I want to perform goodness of fit test for multinominal distribution. The easiest way would be to use Chi2, but the measurment errors are not normally distributed. I thought about using some bootstraping method to perform the analysis. How can I do it in R? Tomek -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2004 May 21
2
Re: Windows versus Unix packages in CRAN ...
Janusz Kawczak wrote: > You simply need to remove the stuff related to MS Win from zzz.R; > in partricular the lines after if( .... ) to clear your message. > As you can see, the info relates to the WinMenu under MS Win. I think people have been more than a little disingenuous in claiming that getting...
2004 May 23
0
Re: Windows versus Unix packages in CRAN ...
Concerning the Rmetrics packages, (1) There is a _much_ better thing to do than >simply ... to remove the stuff related to MS Win from zzz.R; > in partricular the lines after if( .... ) to clear your message. > As you can see, the info relates to the WinMenu under MS Win. as Janusz Kawczak suggests, and that is to *wrap* the troublesome code in if (exists("winMenuAdd")) { ... original code goes here ... } The resulting code should then work *both* in Windows *and* in Unix. The documentation in the FAQ *does* provide quite a clear indication that this...
1998 Jun 06
0
Strange Error on AIX
>>>>> "Janusz" == Janusz Kawczak <jkawczak@fisher.stats.uwo.ca> writes: [You wrote to "owner-r-help@...." -- that's just me (MM); why did you not use the mailing list ? (R-devel or R-help)] Janusz> Hello, I am getting this 'strange' message when running the R Janusz> program on AIX 4.2...
1997 Apr 17
2
R-beta: R: CART
Has anybody ported the Classification and Regression Trees package to R? Stefano =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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 stat.math.ethz.ch
2002 Nov 27
0
Job Posting in Biostatistics/Statistics
This may be of interest to some of you. Janusz Kawczak. Associate Professor in Biostatistics or Statistics The Department of Mathematics is soliciting applications for the tenure track position of Associate Professorship in BioStatistics or Applied Statistics, beginning August 2003. Demonstrated prior experience in multidisciplinary medical or health...
2000 Dec 22
2
factor analysis
I have put a preliminary version of factanal in a package at http://www.stat.ox.ac.uk/pub/R/fa_0.1-1.tar.gz and would appreciate feedback. In particular 1) What else you might want. Please give precise references with algorithmic details, as that has been a major problem for me. 2) Some convincing examples of factor analysis. Most (literally) of the ones I have looked at are local maxima, not
2001 Sep 03
8
mixture distributions
Dear List, I am looking for a possibility to fit a mixture model under R using maximum likelihood estimation. Venables and Ripley describe a solution working under S+ (in MASS, 3. ed., p. 263) which requires the D system function and deriv3. This solution does not seem to be portable to R or at least I do not realise how. Is there anyone who a) knows how one could make the MASS-method run under
1998 Jun 08
1
IBM AIX problems
Heiner Schwarte has helped me with the AIX problem that I and Janusz Kawczak recently reported here. Heiner had found out earlier that there was a problem with the 'finite' c-library function [Heiner's test code see below] when gcc (and older versions of xlc) is used. He also found that instead, AIX defines a FINITE(.) macro itself in fp.h and that this wou...
1999 Mar 03
4
xfig device
Hi, I am VERY interested in getting the xfig driver so that I can edit graphical output from R. Searching through the mail archives and reading documentation isn't helping. Is there or isn't there a working driver for this purpose. How can I get it? I tried looking at the development version of the tarballs, but I didn't find anything that looked promising in there. Also, does
1998 Apr 27
1
R-beta: vectors in dataframe?
I have a file: x y z 0.025 0.025 1.65775 0.025 0.050 1.62602 0.025 0.075 1.63683 0.025 0.100 1.91847 0.025 0.125 2.00913 0.025 0.150 1.82222 0.025 0.175 1.70901 0.025 0.200 1.39759 0.025 0.225 1.39089 0.025 0.250 1.04762 If I read the file like this: data<-read.table("file.dat") How do I access the vectors x,y,z that are inside the dataframe data? I studied Venables and