Displaying 20 results from an estimated 2000 matches similar to: "(no subject)"
2003 Nov 23
2
Distribution transformations
Dear R-Users,
I have a question that bothers me in the last few days. It is supposed to be easy but I can't come up with a solution.
Are there any functions in R dealing with transforming empirical and parametric distributions? I have two data sets of observed variables that I want to transform to Frechet and Uniform distribution.
I would appreciate if someone could inform me about
2006 Nov 08
1
Re : A problem with Intel VT / XEN3
Hi,
Curiously, it''s worth noting that Xeon Processor 5100 series are not in the list of HVM Compatible Processors :
http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors
Patrick
----- Message d''origine ----
De : Mohamed Zohny <mohamad.zohny@gmail.com>
À : xen-users <xen-users@lists.xensource.com>
Envoyé le : Mercredi, 8 Novembre 2006, 9h17mn 08s
Objet :
2011 Dec 24
3
mapping virtual address to corresponding shadow page in xen
hi,
How can I get corresponding shadowed page number of a virtual address in vm?
--
Best Regards,
Mohamad Rezaei
2005 Jul 22
0
useR! 2006
We are happy to announce that the second R user conference
useR! 2006
is scheduled for June 15-17 2006 and will take place at the Vienna
University of Economics and Business Administration.
This second world-meeting of the R user community will focus on
- R as the `lingua franca' of data analysis and statistical computing,
- providing a platform for R users to
2005 Jul 22
0
useR! 2006
We are happy to announce that the second R user conference
useR! 2006
is scheduled for June 15-17 2006 and will take place at the Vienna
University of Economics and Business Administration.
This second world-meeting of the R user community will focus on
- R as the `lingua franca' of data analysis and statistical computing,
- providing a platform for R users to
2015 Sep 25
3
object storage
On Tue, Sep 15, 2015 at 12:31:25PM +0900, Timo Sirainen wrote:
> On 12 Sep 2015, at 04:45, Bradley Giesbrecht <pixilla at macports.org> wrote:
> >
> > Is the Dovecot Object Storage plugin still available for purchase?
> >
>
> It's available, but at least for now we're only selling it to big customers.
Well how big? Would a univeristy with 25.000 users
2001 Jan 24
0
DSC 2001: 2nd CFP
DSC 2001
International Workshop on Distributed Statistical Computing
http://www.ci.tuwien.ac.at/Conferences/DSC-2001/
March 15--17, 2001
Vienna, Austria
The second international workshop on `Distributed Statistical Computing'
(DSC 2001) will take place at the Technische Universität Wien in Vienna,
Austria from 2001-03-15 to 2001-03-17. This workshop will deal with
future directions in
2002 Apr 10
0
programmatic installation
Okay, so I've got a set of directories containing unpacked R packages
(unpacked, since for various sensible reasons, I'm editing them in warped
ways).
Supposing that these are in:
/home/rossini/Runpacked
I thought I could do something like:
install.packages("MyUnPackedRPackage", # top package name
lib="/home/rossini/lib/R", # where
2005 Jul 21
1
FW: FW: FW: FW: Adding OpenBSD sudo to the FreeBSD base system?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
"All you need to do is uncomment that and viola, you have default su
behavior -- anyone in the wheel group allowed to sudo as any other user."
Exactly! Every other user can sudo.
I run many shell servers I do not want every user being able to sudo.
With su, first they have to break into an account that is part of the wheel
group. Then
2000 Dec 06
1
Changes in R 1.2.0 devel?
After installing nlme_3.1-7.tar.gz under the latest R (1.2.0, via
anonymous CVS), I'm unable to get it to work, i.e.:
rossini 94 > /usr/local/bin/R
R : Copyright 2000, The R Development Core Team
Version 1.2.0 Under development (unstable) (2000-12-06)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type
2002 Jun 26
0
AW: sapply() and Monte Carlo
What about "Rtips" at http://lark.cc.ukans.edu/~pauljohn/R/statsRus.html ?
Regards,
Heinrich.
> -----Urspr?ngliche Nachricht-----
> Von: rossini at blindglobe.net [mailto:rossini at blindglobe.net]
> Gesendet: Mittwoch, 26. Juni 2002 14:48
> An: r.hankin at auckland.ac.nz
> Cc: r-help at stat.math.ethz.ch
> Betreff: Re: [R] sapply() and Monte Carlo
>
>
>
2000 Sep 04
1
quitting iESS[R] (R in ESS)
One thing that has driven me batty to no end is the fact that ESS
doesn't handle R's "exit" well. Any thoughts as to the default? I'm
thinking of something like:
current: do what currently is done
C-u Y C-c C-q : quit and save workspace
C-u N C-c C-q : quit and don't save workspace.
Comments?
best,
-tony
--
A.J. Rossini Rsrch. Asst.
2001 Jun 29
1
fitting distributions
Hi;
I would like to fit a contiuous right skewed dist. to a set of data. So, I want to use MLE or Robust estimation of the parameters, then use A-D or K-S test or Robust alternative for the goodness-of -fit. Also I would rank the fitted distributions according to the p-value of the test. Does anyone know how I do this in R. any backages of Robust estimation and for goodness-of-fit?
Thank you
2006 Jul 14
1
mgcv::gam error message
Hi
Could anyone please tell me what to do to resolve this error message?
I tried to run a gam with the mgcv package and got the following error:
"Error in qr.qty(qrc, sm$S[[1]]): NA/NaN/Inf in foreign function call (arg
5)"
(I have 116 covariates, I'm using the "cr" basis to speed things up, the
binomial family and, where necessary, have set the required k to lower than
1999 Apr 13
1
Libraries (question with respect to version increment)
Does one need to re-install libraries when going from 0.63.x to
0.64.0?
best,
-tony
--
A.J. Rossini Research Assistant Professor of Biostatistics
Center for AIDS Research UW Biostatistics
206-720-4282 (4209=fax) 206-543-1044 (xxxx=fax)
rossini at u.washington.edu rossini at biostat.washington.edu
http://www.biostat.washington.edu/~rossini/
2000 Dec 11
2
row.names, rownames; colnames, no col.names?
There's a bit of a symmetry issue, which may or may not be important
(led to 15 seconds of confusion until I got my bearings straight):
row.names, rownames; colnames, no col.names?
I _NOW_ realize the difference between row.names and rownames, but
is there any reason not to have col.names for re-naming columns in a
data.frame?
(if there is, I don't particular need to know it, but it
2003 Aug 18
1
rterm not shutting down from ESS on Win32/could we help?
Hi to all who suffer from rterm not shutting down in xemacs/ESS on windows NT or 2000. Also hi to those who could eventually help. Here is some more information which could help and some ENCOURAGEMENT to contribute to a solution.
1. It may be an xemacs problem but it is more likely an interaction between rterm/comint/and xemacs. In fact, the problem started occurring around version R 1.6.0. I
2000 Nov 02
1
how to extract directory with HTML version of help pages?
Is there a simple way to determine at run-time the directory with HTML
version of help pages?
(to see where I'm heading here, if you've got w3 installed under
(X)Emacs on Unix _or_ a Microsoft OS, do
w3-find-file
and load
$(R_HOME)/library/html/whateverfunction.html
It's slightly nicer than the standard ESS text-help.
best,
-tony
--
A.J. Rossini Rsrch. Asst.
2000 Aug 11
0
Emacs Speaks Statistics (ESS) BOF at JSM
>
> Date: Fri, 11 Aug 2000 15:34:01 -0400
> From: Rodney Sparapani <rodney at stat.duke.edu>
> Subject: Emacs Speaks Statistics (ESS) BOF at JSM
>
> Statisticians:
>
> For those of you going to the JSM in Indy next week, we are having an
> Emacs Speaks Statistics (ESS) BOF Monday, August 14th, 5:30 at the Hyatt
> in Salon A. Please bring along your comments,
1998 Oct 28
0
ESS
Federico Mattia STEFANINI <stefanin@stat.ds.unifi.it> writes:
> I would like to use emacs and R under windows95/98/NT.
>
> Is there an ESS for microsoft based implementations of R?
You can use ESS and either XEmacs 21.0 (currently wrapping up beta) or
NTEmacs, or Emacs(FSF) to edit files.
IF the mingwin(?) or cygwin versions of R allow for command-line
prompts rather than