Displaying 20 results from an estimated 20000 matches similar to: "Big databases"
2002 Jun 24
3
An "update.packages()" problem?
Can I vote to have this added to rw-FAQ? A colleague and I both ran into
this problem recently. It makes sense when you realized what happened, but
the cause was not immediately obvious given the symptoms.
Regards,
Andy
> -----Original Message-----
> From: ripley at stats.ox.ac.uk [mailto:ripley at stats.ox.ac.uk]
> Sent: Monday, June 24, 2002 10:02 AM
> To: Kenneth Cabrera
>
2008 Jul 14
2
Insurance review statistical methods
Hi R users:
I will like to know if somebody works on insurance statistics
(actuarial problems) and had use TRICAST, and can tell me
if with all the R tools it can be build a solution
like TRICAST or similar.
In a word:
Do you think that R has all the statistical tools
(I mean modeling tools) to make a job similar to TRICAST?
Does TRICAST has modeling tools that are not implemented
on R yet?
2004 Oct 08
1
Chernoff faces
> >>>>> "Kenneth" == Kenneth Cabrera <krcabrer at perseus.unalmed.edu.co> writes:
>
> Kenneth> Hello everybody: Does any one has a function to build Chernoff
> Kenneth> faces?
>
> Many of us don't think it's worth them.
> But we know that opinions differ and gladly incorporate
> (good quality) submissions of source code.
>
2005 Jul 13
0
Memory question
One way I do this is to use Luke Tierney's "active bindings". I make an
active binding of a name to a function which either loads or saves the
object. Then the name behaves like the R object it's replacing. This works
nicely as long as I don't need lots of random accesses to the matrix.
I'd be happy to send the functions I use to do this.
Reid Huntsinger
-----Original
2002 Nov 29
2
Obtaining the variable names of a glm object
Is names(model1$coef) what you're looking for?
-----Original Message-----
From: Kenneth Cabrera [mailto:krcabrer at epm.net.co]
Sent: 29 November 2002 10:36
Cc: R-help at stat.math.ethz.ch
Subject: [R] Obtaining the variable names of a glm object
Hi, R users!
Suppose I make a model like this:
2002 Jul 26
1
Frame o windows result.
This can be accomplished with the front-end "Emacs" / "ESS".
http://cran.r-project.org/doc/FAQ/R-FAQ.html#R%20and%20Emacs
-----Original Message-----
From: Kenneth Cabrera [mailto:krcabrer at perseus.unalmed.edu.co]
Sent: 26 July 2002 15:30
To: r-help at stat.math.ethz.ch
Subject: [R] Frame o windows result.
Helllo Dear R-user!
I want to know how can I open and other text
2003 Nov 20
3
file not found?
Hi R maintainers:
when I use
update.packages()
And I try to update the package "maps"
maps :
Version 2.0-9 in D:/rw1080/library
Version 2.0-10 on CRAN
Update (y/N)? y
The following message appears:
trying URL
`http://cran.r-project.org/bin/windows/contrib/1.8/maps_2.0-10.zip'
Error in download.file(url, destfile, method, mode = "wb") :
cannot open URL
2000 Feb 23
0
Thank you!
Thank you very much for your help, your fuction runs on R without
any change, and the results are the same that your obtain with Splus,
but there still a small difference.
In SAS
W=0.960439
With your shapiro.wilk.test
W=0.9606107
But the p-values are almost the same.
Thank you very much for your help.
> Here is a function for the Shapiro-wilk test that I obtained from StatLib.
> Using
2000 May 09
1
Work with sgeostat library!
Hello, everybody:
I will like to know if anybody else is working with the
sgeostat library and where can I find some other
fuctions to fit more variogram models (like a kernel one).
Thank you very much for you help
Kenneth Cabrera
Universidad Nacional de Colombia
Sede Medellin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2002 Nov 06
2
Re: some questions!
Hi,
I'm also cc'ing it to r-help.
On Wed, 6 Nov 2002, Kenneth Cabrera wrote:
> Date: Wed, 06 Nov 2002 10:09:21 -0500
> From: Kenneth Cabrera <krcabrer at perseus.unalmed.edu.co>
> To: kwan022 at stat.auckland.ac.nz
> Subject: some questions!
>
> Hello Dear Ko-Kang Wang:
>
> I am trying to compile R v 1.6.1 .
>
> I am following the
2000 Dec 14
1
Sort in descending order
Hi R users:
I want to know how can I easily sort in descending order a
whole data frame by one or several variables.
Thank you very much for your help.
Kenneth Cabrera
krcabrer at perseus.unalmed.edu.co
krcabrer at epm.net.co
Universidad Nacional de Colombia, Sede Medell?n
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 Mar 21
1
Chernoff faces
Hello everybody:
Does any one has a function to build Chernoff faces?
Thank you very much
Kenneth Roy Cabrera Torres
krcabrer at epm.net.co
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not
2007 Apr 30
2
A problem with svIDE in Tinn-R?
Hi R users:
I want to know if any one of you had
the problem with Tinn-R, when you
call the library svIDE on the new R 2.5.0,
(because in the old R 2.4.1 works with out
any problem).
I got this message:
> library(svIDE)
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Warning messages:
1: '\A' is an unrecognized escape in a character string
2: no se reconoce el valor
2000 Dec 20
1
Partial table.
Hi R users:
Thank you very much for you help, you are very kind.
I am again asking for your help to make a function that returns the
numbers of elements of each category given in another vector.
I mean, I have a vector "x" with several elements (most of them
more that once) and other vector "y" with the elements that I want
to count in the first vector (is not a exhaustive
2003 Mar 11
3
fft help
Hi R-users:
I want to know if there is an easy way to obtain a Fourier Transform form
a vector or an array (just like fft does), but with a more density base.
I mean, if I have a vector of 512 of length, I want the Fourier
Transform to
be 1024, or 2048, etc, in length (de u domain). Or should I modify the
fft C code to do that?
If I want to modify the precision of the fft function, which
2000 Aug 11
1
Problems in the new version with sgeostat library?
Hello, R-users!
When I load the sgeostat library I obtain some warnings messages.
>library(sgeostat)
What kind of problem will I expect to have with these messages?
Loading required package: mva
Loading required package: tripack
Warning messages:
1: `provide' is deprecated.
See ?Deprecated. in: .Deprecated()
2: `provide' is deprecated.
See ?Deprecated. in: .Deprecated()
Thank you
2004 Jun 28
1
Problem with Rcmr in R 1.9.0patched
Dear R users:
I install the new R version (1.9.1 patched) in a W2K platform
in the E:\rw1091patch path.
Then I reinstall ALL the packages from CRAN, using the
"Packages > Install package(s) from CRAN" menu option.
But when I call the library
library(Rcmdr)
It doen't do any thing.
What am I missing?
Thank you for your help.
PS: Also when I look for the help files using
2004 May 20
2
for() to lapply()
Hi dear R-users:
I have the following problem:
I have a list of data.frames (12 variables and 60000 rows, each)
I have to merge from an specific point of the list to the
end of the list, I am doing so with a for() loop but it is
too inefficient and it exhausts memory.
How can I convert this for() loop in a function and then use
lapply?
2010 Jan 31
0
Help with R in ubuntu (more organized 2)
Dear R users:
Maybe it is a silly question, but I'm don't understand what am I doing
wrong.
In a new karmik koala ubuntu installation I compile the last patched 2.10.1
version of R.
Every thing was right (I install all the dev libraries I need).
First I type:
./configure --enable-R-shlib
And I obtain:
R is now configured for i686-pc-linux-gnu Source directory: .
2007 Jul 09
1
Help in installing rggobi in ubuntu linux
Hi R users.
I am experimenting with ubuntu 7.04 Feisty.
I install the ggobi package with apt-get.
I got almost all the packages, but
when I try to obtain rggobi, I got
this message:
-------------------------------------------------------------------------------------------------
install.packages("rggobi")
Aviso en install.packages("rggobi") : argument 'lib' is