similar to: Assist on R-2.0.0 /64 bit AMD/SuSE 9.1

Displaying 20 results from an estimated 2000 matches similar to: "Assist on R-2.0.0 /64 bit AMD/SuSE 9.1"

2002 Feb 20
2
Code for bivariate Poisson regression?
Dear RHelpers, Does anyone know of any R code to perform bivariate Poisson regression (including random effects)? Best wishes Simon Simon D.W. Frost, M.A., D.Phil. Department of Pathology University of California, San Diego Antiviral Research Center (Formerly: UCSD Treatment Center) 150 W. Washington St., Suite 100 San Diego, CA 92103 USA Tel: +1 619 543 8080 x275 Fax: +1 619 298 0177 Email:
2006 Dec 21
0
Spline models in sspir
Dear R-Help, I'm trying to learn the sspir package for state space modeling. Has anyone coded a cubic spline smoother (continuous time) in state space format in sspir? The syntax for setting up the various matrices would be really helpful. Best Simon -- Simon D.W. Frost, D.Phil. Assistant Adjunct Professor of Pathology University of California, San Diego Mailcode 8208 UCSD Antiviral
2006 Feb 28
1
Collinearity in nls problem
Dear R-Help list, I have a nonlinear least squares problem, which involves a changepoint; at the beginning, the outcome y is constant, and after a delay, t0, y follows a biexponential decay. I log-transform the data, to stabilize the error variance. At time t < t0, my model is log(y_i)=log(exp(a0)+exp(b0)) at time t >= t0, the model is log(y_i)=log(exp(a0-a1*(t_i - t0))+exp(b0=b1*(t_i -
2003 Apr 25
0
Bivariate lme
Dear R Help, Does anyone know off-hand the syntax for a bivariate (two-outcome) lme? It's straightforward to fit a standard random-intercept random-slope model to each of the two outcome variables: lme(Y~X,random=list(ID=~X)...) lme(Z~X,random=list(ID~X)...) But it would be nice to fit the data (Y,Z) against X so that I can obtain estimates of the correlation between the slopes and the
2012 Mar 07
0
Job offer predoc/PhD position Medical University of Graz, Austria
*Vacancy: Scientific Collaborator in Statistical Bioinformatics* *Institute for Medical Informatics, Statistics and Documentation**, Medical University of Graz, Austria* predoc level with PhD opportunity, 30 hours per week available from May 1st, 2012 *Tasks:* * Working in the project "Biostatistical-genomical analysis of the clinical relevance of liver cancer models" which is
2009 Jun 06
1
EBImage not loading
Hello all I've just spent a few joyless hours trying to get EBImage to install in R. I'm running Ubuntu (Hardy Heron), fully updated (including R and Imagemagick). EBImage installation seems to work, but when I 'library(EBImage)' I get the following: - - - - Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/home/qilin/R/i486-pc-linux-
2013 Dec 21
0
Machine-learning Scientist | George Institute for Global Health & The University of Oxford
Dear all, The George Institute for Global Health at the University of Oxford is seeking to appoint a machine-learning scientist to join its Healthcare Innovation and Evaluation Programme. The successful candidate will support the team in analysis/mining and visualisation of large healthcare and biomedical informatics databases (i.e., 'Big Data? in healthcare), in order to deliver actionable
2003 Nov 29
1
problems with xlab
Dear R-list members, I'm using the 'effects' package to plot a graph with fixed values. For some reason, I cannot change the label for the 'x' axis using 'xlab=""'. The usual commands work for the y axis and for the main title. My last attempt used the following syntax: model.effects<-(all.effects(model.1)) plot (model.effects, main="Figure
2006 Oct 06
1
Goodness of fit with robust regression
Dear list members, I have been doing robust regressions in R, using the MASS package for rlm and robustbase for logistic regressions. I must be doing something wrong, because my output does not include r-squares (or adjusted r-squares), or, in the case of glmrob, -2log likelihoods. Does anyone know how to get an output that includes these? Thanks so much for the help
2007 Oct 19
1
unable to interactively label curves on a plot
Hello all Simple question for the gurus. I'm trying to interactively label curves on a single plot. The labcurve() function from Hmisc seems like the way to do this (?). I just can't seem to get it to work. Toy example: > x <- 1:10 > y1 <- x^2 > y2 <- 2*x > plot(x,y1) > lines(x,y2) > labcurve(labels=c("curve1", "curve2"),
2008 Mar 13
0
LIMMA: array spot summary options beyond duplicateCorrelation()
Hello Limma users A quick question, I hope: I have dual-channel spotted expression arrays in a simple loop design (no dye swaps), viz: 1 vs reference 2 vs 1 3 vs 2 reference vs 3 There are 4 replicate spots for each probe on each array. It seems as if getting meaningful spot summary results using duplicateCorrelation() is not possible in my case as the spots are not regularly spaced, and I
2005 Feb 15
0
AMD X86_64 suse 9.1 package?
hi all, Is a RPM package of wine available for Suse 9.1, X86_64 version? I tried using the i586 rpm (for suse 9.1) under x86_64. While I was able to install various programs, including Office 2000, they don't work as well as their counter part (i.e. i586 rpm under 32bits suse 9.1). In particular, Office 2000 often freezes, can't save file, doesn't refresh the screen, and
2004 Nov 09
2
Data Censoring and Normality Tests
Hello, I would like to know if there is a function in R that will test for normality and handle censored data sets. Currently, I evaluate each censored data set by the extent to which a normal scores plot approximate a straight line. For complete data sets I use shapiro.test(). Below is an example of a censored data set. data1<-c(0.00, 0.00, 0.00, 5.86, 5.17, 8.17, 5.12, 4.92, 7.08,
2019 Jan 12
2
Error: corrupted double-linked list
Hello, Not sure if this is the right list of if this is a gdal/sf issue so I apologize but recently I've been seeing errors that crash R/3.5.1 and throw a double-linked list error (see below). Has anyone else come across this issue and if so is there a fix? > rwhole <- st_transform(rwhole,st_crs(ele.map)) *** Error in `/usr/local/lib64/R/bin/exec/R': corrupted double-linked list:
2006 Apr 19
4
Wine 0.9.12: Fontprobleme
-- This e-mail was scanned with a private, non-commercial version of AntiVir MailGate. See http://www.antivir.de for details. -- This e-mail was scanned with a private, non-commercial version of AntiVir MailGate. See http://www.antivir.de for details. -------------- next part -------------- Skipped content of type multipart/signed
2002 Jan 16
0
problems with rh 7.2
hello! i'm using redhat 7.2 with ext3 as my primary fs on kernel 2.4.17 + grsecurity + acl after 2-3 days of uptime i'm expiriencing problems... i attached below excert from my system logs. machine stops responing for a few seconds and after then it looks, like it's in normal operation again. the only problem is load, which is incrementing constantly, but cpu is 99% idle...
2002 Jan 16
1
crashing with ext3
hello! i'm using redhat 7.2 with ext3 as my primary fs on kernel 2.4.17 + grsecurity + acl after 2-3 days of uptime i'm expiriencing problems... i attached below excert from my system logs. machine stops responing for a few seconds and after then it looks, like it's in normal operation again. the only problem is load, which is incrementing constantly, but cpu is 99% idle... after
2008 Jun 03
1
Model simplification using anova()
Hello all, I've become confused by the output produced by a call to anova(model1,model2). First a brief background. My model used to predict final tree height is summarised here: Df Sum Sq Mean Sq F value Pr(>F) Treatment 2 748.35 374.17 21.3096 7.123e-06 *** HeightInitial 1 0.31 0.31 0.0178 0.89519
2002 Dec 18
1
samba to samba via LDAP
Hi all, I have lots of samba servers and want them to all authenticate against a single password file which will be a LDAP database. Where I want to be: Login to a domain called "FROST" that passes the username:passwd to a domain called "ACR" which checks LDAP. Where I'm at: I can login (from a W2K machine) to a test server called LIBIT which uses LDAP
2005 Jun 02
0
[PATCH] vmx assist moved to a new address
To accomodate Intel''s ACPI support, VMX assist now lives at 0xD0000. Leendert Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com> --- xeno-unstable.orig/xen/include/public/vmx_assist.h 2005-04-22 02:26:10.000000000 -0400 +++ xeno-unstable.mine/xen/include/public/vmx_assist.h 2005-05-31 13:22:39.000000000 -0400 @@ -21,7 +21,7 @@ #ifndef _VMX_ASSIST_H_ #define