Displaying 20 results from an estimated 1106 matches for "ucla".
Did you mean:
ucl
2002 Oct 05
0
R-1.6.0 for Darwin
...articular http://fink.sourceforge.net/news/jaguar.php
All the CRAN packages compile as well (although you may need
other pieces of fink such as MySQL or netcdf to get them going),
with the exception of Matrix and subselect, but a fix for those is
on its way.
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: Journal of Multivariate Analysis, Journal of Statistical
Software
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu
homepage: http://gifi.stat.ucla.edu
-----------------...
2009 Apr 09
0
Los Angeles area R users group's first meeting
.../www.meetup.com/LAarea-R-usergroup/
Meeting: Four case studies of using R
The goal of this first meeting is to bring together people of a wide
range of interests related to R and to open a forum for discussions and
further interaction.
Agenda:
- Introduction
- Using R in research (Jan de Leeuw, UCLA)
- Using R in applications related to credit card transactions (Szilard
Pafka, Epoch)
- Using R in teaching (Rob Gould, UCLA)
- Using R in consulting (Brigid Brett-Esborn, UCLA)
- Q&A, general discussions
- Discussions/networking
We plan 15 minutes for each speaker and for the general discussi...
2008 Jan 26
1
Read stata file from internet?
Dear R-helpers,
I would like to have my students read into R an online Stata dataset: 'http://www.stat.ucla.edu/projects/datasets/risk_project.dta'
I was able to read it into R after downloading it and converting it
with StatTransfer (http://www.stattransfer.com/).
Here is what happens when I use read.dta() as I would use read.table():
> require(foreign)
> risk2 <- read.dta('http://...
2002 Jan 12
0
cran.stat.ucla.edu
After taking the holidays off, the CRAN server at
http://cran.stat.ucla.edu is back.
You can get additional (non-CRAN) materials for Darwin/X11 at
ftp://cran.stat.ucla.edu/pub/R.
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics
US mail: 8142 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email:...
2005 Feb 28
1
Unable to install packages
...R-Contributors (like the tseries one).When I try to install or update packages from CRAN the following text always appear:
>
> local({a <- CRAN.packages()
> + install.packages(select.list(a[,1],,TRUE), .libPaths()[1], available=a, dependencies=TRUE)})
> trying URL `http://cran.stat.ucla.edu/bin/windows/contrib/2.0/PACKAGES'
> Error in download.file(url = paste(contriburl, "PACKAGES", sep = "/"), :
> cannot open URL `http://cran.stat.ucla.edu/bin/windows/contrib/2.0/PACKAGES'
> In addition: Warning message:
> unable to resolve '...
2004 Feb 13
6
Building r-devel on Panther
I did:
./configure --with-blas='-framework vecLib' --with-lapack --with-aqua
make
sudo make install
sudo make install-aqua
Everything seems to be OK (some warnings about multiple definitions of
some symbols). However:
bass$ /Library/Frameworks/R.framework/Resources/bin/R
Fatal error: unable to open the base package
I got the same message when clicking on R.app in /Applications
This
2002 Oct 06
1
R-1.6.0
...ally on 10.2.2), using gcc 3.1
from Apple, g77 3.1 from fink, ATLAS from fink. It passes all
checks OK.
I also re-compiled the 233 packages listed below
with the same setup. I have NOT tested all these
packages in any detail. A tar.gz file with the whole /usr/local/lib/R
will be on ftp://gifi.stat.ucla.edu on Tuesday. It will NOT include
anything from fink (i.e. /sw) or Xfree86 (/usr/X11R6).
The problem with tkrplot is that the load command in tcl does not
seem to work (while it did work under 10.1). The problem with
ROracle, RSQLite, RQuantlib is that they need libraries which
I do not have. In...
2003 Jan 08
0
New package: gpclib
...algorithm. Not all features of
Murta's library are implemented -- right now you can do intersections,
differences, and unions. There are also functions for reading/writing
from/to files and coercing between various data types.
For some more details about the package see
http://department.stat.ucla.edu/~rpeng/R/gpclib.
Please send any comments, complaints, and bug reports to
rpeng at stat.ucla.edu.
Here is the DESCRIPTION file for the package:
Package: gpclib
Version: 1.0
Date: 1/6/2003
Depends: R (>= 1.6.1)
Title: General Polygon Clipping Library for R
Author: R interface by Roge...
2002 Jul 03
0
Fwd: RMySQL and Mac OS X
Begin forwarded message:
> From: Arno Ouwehand <arno at stat.ucla.edu>
> Date: Wed Jul 3, 2002 16:00:54 America/Los_Angeles
> To: fernando.pineda at jhu.edu
> Cc: deleeuw at stat.ucla.edu
> Subject: RMySQL and Mac OS X
>
> I got it working, initially I had the same problem (using R1.5.0 and Mysql-3.23.49 )
> Then I installed the R 1.5.1...
2003 Jan 08
0
New package: gpclib
...algorithm. Not all features of
Murta's library are implemented -- right now you can do intersections,
differences, and unions. There are also functions for reading/writing
from/to files and coercing between various data types.
For some more details about the package see
http://department.stat.ucla.edu/~rpeng/R/gpclib.
Please send any comments, complaints, and bug reports to
rpeng at stat.ucla.edu.
Here is the DESCRIPTION file for the package:
Package: gpclib
Version: 1.0
Date: 1/6/2003
Depends: R (>= 1.6.1)
Title: General Polygon Clipping Library for R
Author: R interface by Roge...
2003 Aug 17
2
R-devel problem
With the current version from rsync (8/16, 19:00) I get
make[3]: *** No rule to make target `helpsearch.c', needed by
`Makefile'. Stop.
make[2]: *** [R] Error 1
make[1]: *** [R] Error 1
make: *** [R] Error 1
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: Journal of Multivariate Analysis, Journal of Statistical
Software
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu
homepage: http://gifi.stat.ucla.edu
-----------------...
2003 Oct 03
2
tseries
Has anyone successfully check/build tseries for MacOSX?
It seems like there is the same problem with symbols duplications. The
-m like option does not seem to help.
stefano
2003 Oct 15
2
help.search in trouble with R-patched ?
...unless its me missing something...
> help.search("prompt", agrep=F)
Error: couldn't find function ".class1"
> traceback()
12: initialize(value, ...)
11: initialize(value, ...)
10: new("ObjectsWithPackage", value, package = pkg)
9: metaNameUndo(unique(these), prefix = "M", searchForm = searchForm)
8: methods:::getGenerics(ns)
7:
2002 Jun 19
3
R-1.5.1 for Darwin/X11
The file
ftp://gifi.stat.ucla.edu/pub/R-1.5.1.dmg
has grown to 60 MB. It consists of a meta-package and its packages and
it will allow you to install binaries for R-1.5.1 and about 300
packages, just by
clicking the R-1.5.1.mpkg file. It also install quite a few dylibs in
/sw, but not
the ones for X11R6 and gnome yet. You ca...
2002 Jun 19
3
R-1.5.1 for Darwin/X11
The file
ftp://gifi.stat.ucla.edu/pub/R-1.5.1.dmg
has grown to 60 MB. It consists of a meta-package and its packages and
it will allow you to install binaries for R-1.5.1 and about 300
packages, just by
clicking the R-1.5.1.mpkg file. It also install quite a few dylibs in
/sw, but not
the ones for X11R6 and gnome yet. You ca...
2008 Jul 12
0
R-outlet: Journal of Statistical Software
...articles are pdf files, since 2005 all produced from
JSS LaTeX templates.
JSS is edited by Jan de Leeuw, since
2005 jointly with Achim Zeileis of the Wirtschaftsuniversität Wien.
Formally, since 2004, the publisher is the American Statistical
Association,
but all editorial and IT work is done at UCLA Statistics. JSS
is a Ruby on Rails interface to a PostgreSQL database, maintained
by Jose Hales Garcia of UCLA Statistics. The journal is hosted on
the UCLA Statistics servers.
JSS is now the computational statistics journal with the
highest Thomson ISI impact factor (13th place out of 91
statisti...
2002 Dec 30
2
Writing packages with `methods' package
...th the
`methods' package (i.e. is it any different from building packages without
`methods'?) or perhaps an R-help thread I should look for?
In short, how should I setup my package so that my methods do not show up
in the global workspace?
Thanks,
-roger
_______________________________
UCLA Department of Statistics
rpeng at stat.ucla.edu
http://www.stat.ucla.edu/~rpeng
2003 Aug 13
4
RAqua
.... Mine can't.
8. Installation should be in ~/Applications, or in some other
user defined position. My /Applications only has Apple
software.
9. I see that there already is an "R Evaluate" service advertised.
Great. Doesn't work yet, though.
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: Journal of Multivariate Analysis, Journal of Statistical
Software
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu
homepage: http://gifi.stat.ucla.edu
-----------------...
2003 Aug 17
2
(no subject)
...EBUGGING__
TCLTK_LIBS=/Library/Frameworks/Tcl.framework/Versions/Current
/Library/Frameworks/Tk.framework/Versions/Current
TCLTK_CPPFLAGS=/Library/Frameworks/Tcl.framework/Versions/Current/
Headers /Library/Frameworks/Tk.framework/Versions/Current/Headers
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: Journal of Multivariate Analysis, Journal of Statistical
Software
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu
homepage: http://gifi.stat.ucla.edu
-----------------...
2012 Aug 15
3
Subsetting with missing data
...t;
Instead of only pulling the rows where a$y==0, i'm getting where they're 0,
OR NA. ? Again I feel like either something was changed when I wasn't
looking.. or I'm reaaaaaaly forgetting something important.
Thanks,
Robin Jeffries
MS, DrPH Candidate
Department of Biostatistics,
UCLA
530-633-STAT(7828)
rjeffries@ucla.edu
[[alternative HTML version deleted]]