search for: bilonick

Displaying 20 results from an estimated 62 matches for "bilonick".

1999 Apr 30
2
Graphs
I am trying to use the Windows version of R to do the following: - Have a Delphi front-end which gets the user input - Delphi will produce a R script, do a system call to R to calculate the statistics. Is there a better way? Maybe a library one can use in Delphi or Visual C? - How do one see a graph? A graph is plotted in a window which IMMEDIATELY closes afterwords so that one can't
2001 Jan 11
1
Some Packages Won't Run under RH 7
Patrick Connolly wrote: > According to Richard A. Bilonick: > |> > |> I recently installed Red Hat Linux 7.0. I installed Version 1.2.0 (2000-12-15) of > |> R. I installed a number of packages including chron, date, ellipse, sgeostat, > |> survival5, and xtable. the "library()" command shows that they are installed. >...
2000 Mar 07
3
Merging data.frames
On Tuesday, March 07, 2000 5:40 PM, Richard Bilonick wrote: >I need to merge several data.frames into one data.frame. In S-Plus I would >use >"merge" but I don't see a merge command in R. What is the best way to >accomplish >this? The easiest way to to this, I think, is as follows: if you have several data frames, da...
1999 Nov 09
0
Problem with installing survival5
Prof Brian D Ripley wrote: > On 5 Nov 1999, Peter Dalgaard BSA wrote: > > > "Richard A. Bilonick" <rab at nauticom.net> writes: > > > > > Hi. I'm using 0.65.1 under Linux (Red Hat 6.0). I installed splines and then > > > survival5. I used library(survival) and was able to create obs using Surv. But I > > ... > > > -lg2c -lm > > >...
2000 Dec 07
0
Re: Importing Excel .xls into R
...2, the empty cells are NOT transformed to NA, but there is a new version of RODBC available that I didn't try yet. Best Zivan Douglas Bates <bates at stat.wisc.edu> le 06/12/2000 19:17:51 Pour : Alexandre Fayolle <Alexandre.Fayolle at logilab.fr> cc : "Richard A. Bilonick" <rab at nauticom.net>, HAKIM Nour-Eddine <noureddine.hakim at axa-corporatesolutions.com>, "'R-help at r-project.org'" <R-help at r-project.org> (ccc : Zivan KARAMAN/LMGC/Limagrain) Objet : Re: [R] Re: Importing Excel .xls into R Alexandre...
2001 Jan 11
0
ORe: Some Packages Won't Run under RH 7
Patrick Connolly wrote: > According to Richard A. Bilonick: > |> > |> I recently installed Red Hat Linux 7.0. I installed Version 1.2.0 (2000-12-15) of > |> R. I installed a number of packages including chron, date, ellipse, sgeostat, > |> survival5, and xtable. the "library()" command shows that they are installed. >...
2007 Jan 10
3
Joining the Domain - How and Why
Can someone explain what's required to join a linux computer to the windows domain and what the benefits would be? Rick B.
1998 Oct 14
1
Problems with R under Win 3.1
...Windows 3.1 (actually Windows for Workgrouops). But everytime I try to run it I get a message saying that the program is only for Windows NT. Does R need win32s? Does anyone have a idea what is going on here? I don't understand why it would work under OS/2 and not under Windows. --- Rick Bilonick mailto:rab at nauticom.net http://www.nauticom.net/users/rab/consult.htm http://www.nauticom.net/users/rab/tutor.htm http://www.nauticom.net/users/rab/bookstor.htm -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at...
2002 Feb 08
0
Re: [S] Problem with Merge
...me contained dates or character vectors. Apparently that has been changed. Although there is still no reason why merge should not work in the case where all vectors are in common. It's an uncessary restriction which isn't even mentioned in the function information as far as I can see. Rick Bilonick Don MacQueen wrote: > A side-by-side, or relational, merge of two data frames with exactly > the same set of variables doesn't make any sense. Perhaps you wanted > an end-to-end concatenation of them, that is, have a new data frame > with the same variables and all the rows from b...
2009 Mar 27
2
Installing openmpi & lam for use with R
I am trying to install the R package "Rmpi" which needs libmpi. I've installed openmpi and lam in Centos 5.2: [root at rab45-1 /]# rpm -qv openmpi openmpi-1.2.5-5.el5 openmpi-1.2.5-5.el5 [root at rab45-1 /]# rpm -qv lam lam-7.1.2-14.el5 lam-7.1.2-14.el5 But I get the following error message when trying to install Rmpi: /usr/bin/ld: skipping incompatible /usr/lib/lam/lib/libmpi.so
2006 Aug 09
2
Linear Trend in Residiuals From lme
I'm fitting a mixed effects model: fit.1 <- lme(y~x,random=~1|id,data=df) There are two different observations for each id for both x and y. When I use plot(fit.1), there is a strong increasing linear trend in the residuals versus the fitted values (with no outliers). This also happens if I use random=~x|id. Am I specifying something incorrectly? Rick B.
2000 Feb 15
1
locfit for R 0.99.0
I've updated the locfit library, with R 0.99.0 compatability and other changes. The new version is propagating through CRAN, or available from my webpage, http://cm.bell-labs.com/stat/project/locfit. Also with regard to distribution accuracy, these might be of interest - http://cm.bell-labs.com/stat/clive/dbinom.ps (document) http://cm.bell-labs.com/stat/clive/dbinom.c (c source code).
2006 Dec 07
2
groupedData Error Using outer=TRUE
I'm using groupedData from nlme. I set up a groupedData data.frame with outer=~group1. When I try to plot with outer=TRUE, I get "subscript out of bounds." This happens most of the time. When it works, I get spaghetti-type plots for comparing groups. But I don't understand why it doesn't usually work. > longa.mod.1.gd <- groupedData(mod1.logit~time|
2005 Dec 01
3
Strange Estimates from lmer and glmmPQL
I'm trying to fit a generalized mixed effects model to a data set where each subject has paired categorical responses y (so I'm trying to use a binomial logit link). There are about 183 observations and one explanatory factor x. I'm trying to fit something like: (lmer(y~x+(1|subject))) I also tried fitting the same type of model using glmmPQL from MASS. In both cases, I get a
2006 Mar 13
2
Error Message from Variogram.lme Example
When I try to run the example from Variogram with an lme object, I get an error (although summary works): R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.1 (2005-12-20 r36812) ISBN 3-900051-07-0 ... > fm1 <- lme(weight ~ Time * Diet, BodyWeight, ~ Time | Rat) Error: couldn't find function "lme" > Variogram(fm1, form = ~ Time | Rat, nint =
2006 Dec 18
2
Joining Domain?
I'm using FC4 and can see many Windows shares but cannot connect to any of them. Some of them ask for a username and password some don't and just say I can't connnect. The main share I need access to and have permission to connect to never asks for my username and password (on a Windows box I can access this share). I have used konqueror to see the shares. I don't get anywhere with
2000 Feb 10
2
list to matrix
Dear R-users This seems to be a trivial problem but at the moment I don?t know how to solve it. I have a list with 7000 matrices, every matrix has 2 columns but different row-sizes. Now I want to combine all lists into one matrix with 2 columns. I would have to write: ma <- rbind(list[[1]],list[[2]], and so on) (this works fine for lists with few matrices) Since it is not possible to write:
2001 Sep 18
4
help in a separate window under linux
Hi there. R v1.3.0, Slackware linux 7.1 or Windows 98SE, PII 266, 64Mb RAM. I notice that under windows, R puts help info (ie. the response to '?<function>') into a new window, whereas under linux, it puts it into the main console window. I find the former much more helpful when checking a function's syntax. Is there a simple way of configuring R under linux to put its help
1998 Oct 15
1
R won't run under Win3.1 with win32s
I added win32s to Win 3.1 (actually Windowns for Workgroups). When I start R (from rsept31.zip) I get errno=120, the R window with R console come up briefly, print some info, and then quickly disappears. As I mentioned in another message, I'm able to run the same software in a Win-OS/2 session on a different computer. Why won't it run on an actual Windows machine?
2001 Mar 28
1
Returning position of mouse cursor (without button press) ?
I would like a function that return the X,Y position of the mouse cursor whenever it is called PERIOD, i.e., without the button presses of locator() or identify(). E.G., > where.is.mouse() [1] 123 34 # X and Y coordinates of present mouse position in current graphics window Is this a conceivable R function or does it need to be addressed with a call to the OS (Windows 2000 in my case)?