Displaying 20 results from an estimated 10000 matches similar to: "shared library configuration; Gnome GUI"
2005 Sep 01
1
controlling where *.Rout gets printed. Possible?
OK, my journey to make lab machines automagically install & update all 
desirable R packages is nearing an end!  The only question I have now is 
this: How can I control where the system prints the *.Rout file that is 
created automatically when the R batch program runs.  In "man R" I don't 
find any information about it.  When the cron job runs "R_installAll.sh" 
(see
2003 Dec 18
3
diagnostic information in glm. How about N of missing observations?
I handed out some results from glm() and the students ask "how many 
observations were dropped due to missing values"?
How would I know? 
In other stat programs, the results will typically include N and the 
number dropped because of missings.  Without going back to R and 
fiddling about to find the total number of rows in the dataframe, there 
is no way to tell.  Somewhat
2003 Jun 05
1
dev.copy2eps: Why did the colors come into my postscript output?
On a RedHat 7.3 system with R-1.6.1, I did this
 > x11(width=3.5,height=4,colortype="gray")
Then plotted (with matplot) a nice looking no-color graph on the screen, 
then I did this:
 > dev.copy2eps(file="test.eps",height=4,width=3.5)
I was surprised that the output in the eps file included the colored 
lines from the plot, even though the screen device was set to
2005 Mar 01
3
Users in Ukraine & cyrillic support
Hello, everybody:
My friends in Ukraine are starting a research lab at a national
university and they asked what programs to use.  I said "R" of course,
and they then asked me 'what support does it have for Cyrillic'?
i've done some snooping in the R website and all the references i find
to foreign languages concern c and fortran, not Ukrainian or Russian.
Since i'm an
2004 Mar 20
1
contrast lme and glmmPQL and getting additional results...
I have a longitudinal data analysis project.  There are 10 observations 
on each of 15 units, and I'm estimating this with randomly varying 
intercepts along with an AR1 correction for the error terms within 
units.  There is no correlation across units.  Blundering around in R 
for a long time, I found that for linear/gaussian models, I can use 
either the MASS method glmmPQL (thanks to
2004 Mar 22
0
solved mystery of difference between glmmPQL and lme
I asked a few days ago about the difference in results I saw between the 
MASS function glmmPQL (due to Venables and Ripley) and the lme function 
from the package nlme (due to Pinheiro and Bates).  When the two tools 
apply to the same model (gaussian, link=identity, correlation=AR1), I 
was getting different results and wondered if there was an argument in 
favor of one or the other.
Several
2006 Apr 12
0
Solution: Making RNetCDF work on Fedora Linux
Dear R users who might like to use the package RNetCDF on Fedora Linux:
Fedora (versions 4 and 5) users might have noticed that the default 
install of the netcdf and netcdf-devel packages from the Fedora Extra 
archive is inconsistent with the R package RNetCDF.  The attempt to 
install RNetCDF results in a failure in the configure stage because the 
header & library info for netcdf cannot
2003 Dec 11
1
packaging standards for rda files?
Dear everybody:
We used the fine foreign library to bring in an SPSS dataset that was 
about 9 megabytes and I can squeeze it into a much smaller R object 
using compression with
save(ndat, file="NatAnnES2000.rda", compress=T). 
I can use load() to get the "ndat" dataframe back, that's all good as 
far as I can see.  If I put that file in the data subdirectory, then the 
2004 Apr 28
3
Possible bug in foreign library import of Stata datasets
Concerning this article, Christopher Zorn, "Generalized Estimating 
Equation Models for Correlated Data: A Review with Applications." 2001. 
American Journal of Political Science 45(April):470-90.
The author very kindly provides data for replication on his web page: 
http://www.emory.edu/POLS/zorn/Data/GEE.zip.
  I've been comparing the Professor Zorn's results obtained with
2005 Nov 17
1
Predicting and Plotting "hypothetical" values of factors
Last Friday, I noticed that it is difficult to work with regression 
models in which there are factors.  It is easier to do the old fashioned 
thing of coding up "dummy" variables with 0-1 values.  The predict 
function's newdata argument is not suited to insertion of hypothetical 
values for the factor, whereas it has no trouble with numeric variables. 
  For example, if one uses a
R-release.diff + R-1.9 -> success on Fedora Core 2, R RPM available; ess-emacs-5.1.20 also available
2004 May 22
0
R-release.diff + R-1.9 -> success on Fedora Core 2, R RPM available; ess-emacs-5.1.20 also available
Dear Everybody:
I have Fedora Core 2  and R-1.9.0 does not build "out of the box". After 
applying the daily patch file R-release.diff, I find it does build and 
I've made RPMS and SRPM.
In case you want to save yourself a recompile, you can find Fedora Core 
RPMs in here:
http://lark.cc.ku.edu/~pauljohn/software/R
These are based on the standard R distribution SPEC file, only
2007 Mar 07
2
error installing packages
I was finally able to get R to 'configure', 'make', and 'install' on Mandriva 2007.  Itried to install gnomeGUI and I received an error.  See below.  At what step do I make R a shared library?  Where did I go wrong?
Ross
==================================================
downloaded 74Kb
* Installing *Frontend* package 'gnomeGUI' ...
Using R Installation in
2007 Apr 09
1
Problem installing gnomeGUI in Ubuntu: "HAVE_ORBIT" was never defined
I am trying to install the gnomeGUI package
I have tried from within R (R was started with: sudo R) with:
install.package()
and from console with:
sudo R CMD INSTALL /download/gnomeGUI_2.3.0-3.tar.gz
In both cases I get the exact same errors:
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: conditional "HAVE_ORBIT" was never
2000 Aug 31
0
Re: R-Gnome. I don't want abuse!
I'm getting some abuse for asking about R-Gnome and I don't think it is
fair. I did not create that project, I was just asking how it was going
and whether that other project would help out.
Now I'm getting some email that says some of you don't want a GUI
interface because you think interfaces like that are inconvenient.  OK.
I agree, in most cases.  I think GUIs for model
2004 Sep 30
1
polr (MASS) and lrm (Design) differences in tests of statistical signifcance
Greetings:
I'm running R-1.9.1 on Fedora Core 2 Linux.
I tested a proportional odds logistic regression with MASS's polr and 
Design's lrm.  Parameter estimates between the 2 are consistent, but the 
standard errors are quite different, and the conclusions from the t and 
Wald tests are dramatically different. I cranked the "abstol" argument 
up quite a bit in the polr
2004 Mar 19
2
using "unstack" inside my function: that old scope problem again
I've been reading the R mail archives and I've found  a lot of messages 
with this same kind of problem, but I can't understand the answers.  Can 
one of you try to explain this to me?
Here's my example. Given a regression model and a variable, I want to 
use unstack() on the vector of residuals and make some magic with the 
result. But unstack hates me.
 
PCSE <- function
2007 Mar 08
2
R GUI in Ubuntu?
Dear all,
I am very new to R and find the terminal-based UI a little daunting. 
(That's probably the wrong thing to say!) Having searched the Packages 
it seems that I can have either a Gnome-based or Java-based GUI for my 
Ubuntu machine. However, I can get neither to work.
Having run R as root, I then run the following command:
install.packages("gnomeGUI", dependencies=TRUE)
The
2004 Oct 22
3
dotplot & lattice problems: y axis values and bg color output in jpg
I have a linux system with Fedora Core 2 and R-2.0.
I was comparing plots made with plot() and dotplot() and discovered a 
problem. Although the dots are positioned correctly, the numerical 
labels in the dotplot y axis are not correct.
I put copies here:
http://lark.cc.ku.edu/~pauljohn/R/plotTrouble1.jpg
That is the "correct" one from plot, with the higest value on y showing 
at 18.
2005 Mar 16
1
working with pairlists imported from HDF5, converting to data frames?
I've used the HDF5 library to bring some data into R. THe verbose output 
looks like this:
 > 
hdf5load("hdfGraphWed_Mar_16_13_33_37_2005.hdf",load=T,verbosity=1,tidy=T)
Processing object: cprSeats ...... which is a Group
Processing object: Seats 0 ...... its a dataset......Finished dataset
Processing object: Seats 1 ...... its a dataset......Finished dataset
Processing object:
2005 Sep 21
2
controlling usage of digits & scientific notation in R plots; postscript margins
Dear R users:
I assigned students to make some graphs and I'm having trouble answering 
some questions that they have.  We are all working on R 2.1 on Fedora 
Core Linux 4 systems.
1. In the plot, the axis is not labeled by "numbers", but rather 
scientific notation like "-2e+08" or such.  We realize that means 
-200,000,000.  We want to beautify the plot. We would rather