Displaying 10 results from an estimated 10 matches for "icmc".
Did you mean:
icc
2002 Sep 16
2
TclTk Again
...g directories:
{ C:\tcl\lib\tcl8.3}
This probably means that Tcl wasn't installed properly.
Error in library(tcltk) : .First.lib failed
I'm using R Win 1.5.1 on a XP and Active Tcl 8.3.4.2
Thanks.
Ricardo Gon?alves Silva
Universidade de S?o Paulo-USP
Instituto de Ci?ncias Matem?ticas-ICMC
Departamento de Estat?stica
www.icmc.usp.br/~ricardo
www.macroeconometrics.hpg.com.br
---
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or &q...
2002 Apr 18
4
Silly Question
After I source an R code, how can I call the function?
Thanks
Rick
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 17/4/2002
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2006 Dec 14
3
Model formula question
Hi all,
I'm not familiar with R programming and I'm trying to reproduce a
result from a paper.
Basically, I have a dataset which I would like to model in terms of
successive increments, i.e. (y denote empirical values of y)
y_1 = y1,
y_2 = y1 + delta1,
y_3 = y1 + delta1 + delta2.
...
y_m = y1 + sum_2^m delta j
where delta_j donote successive increments in the y-values, i.e.
delta
2002 Apr 29
1
New Realease
Dear All
I'm currently using the R 1.4 for Window 2000. Now I would like to update
my system to new realease 1.5. I downloaded the base, now how I need to
procced in order to install it?
Sorry the silly question, but this is my first upgrade.
Thanks a lot
Rick
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2002 May 16
2
S-Plus Files
Hi All,
Could someone tell me if R can read the .sdd data file from s-plus?
Thanks
Rick
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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 the subject !) To: r-help-request at
2002 May 06
1
Load Data
Dear R Users
What's the easiest way to load an excel data file to R?
Thanks
Rick
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.351 / Virus Database: 197 - Release Date: 19/4/2002
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2002 May 11
0
Error Message
Dear R-Users,
Could someone tell me what means the following message:
> results <- bicreg(y, x, wt = rep(1, length(y)), strict = F, OR = 20)
Error in as.double.default(y) : (list) object cannot be coerced to vector type 14
This error could be related to the fact of I trying to use a S-plus function in R?
Thanks
Rick Da-Silva
---
2002 May 18
2
BUG?
Dear Users,
I downloaded the new R and before I update the packages from Cran I receive
the following message?:
Delete downloaded files (y/N)? y
updating HTML package descriptions
Warning message:
error -1 in extracting from zip file
What's wrong?
Thanks
Rick
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2011 Sep 07
1
Very slow assignments
I'm creating an object of a S4 class that has two slots: ListExamples, which
is a list, and idx, which is an integer (as the code below).
Then, I read a data.frame file with 10000 (ten thousands) of lines and 10
columns, do some pre-processing and, basically, I store each line as an
element of a list in the slot ListExamples of the S4 object. However, any
kind of assignment operation (<-)
2011 Sep 10
3
Very slow using S4 classes
Hi everybody!
I'm creating an object of a S4 class that has two slots: ListExamples, which
is a list, and idx, which is an integer (as the code below).
Then, I read a data.frame file with 10000 (ten thousands) of lines and 10
columns, do some pre-processing and, basically, I store each line as an
element of a list in the slot ListExamples of the S4 object. However, many
operations after this