Displaying 20 results from an estimated 42 matches for "canty".
Did you mean:
cant
2000 Mar 21
3
loading data in packages
...use the data() function but I get
> data(city)
Error: restore file corrupted -- no data loaded
Some of my students have encountered the same problem. Can someone
please point out what I'm missing here.
Thanks,
Angelo
--
****************************************************
** Angelo J. Canty **
** Dept of Mathematics and Statistics **
** Concordia University **
** Montreal, Quebec. **
** **
** Tel : +1-514-848-3244 **
**...
2000 Apr 10
2
Increasing memory size in ESS
...large
data objects which exceed the 6Mb default heap memory. Outside of
ESS I can run R by specifying large values of --vsize and --nsize
but I can't figure out how to do this in ESS.
Any help would be much appreciated.
--
****************************************************
** Angelo J. Canty **
** Dept of Mathematics and Statistics **
** Concordia University **
** Montreal, Quebec. **
** **
** Tel : +1-514-848-3244 **
**...
2008 Jan 25
2
Help Me to Adjust the R Code
Hi,
The following code, from Angelo Canty article on line "Resampling Methods in R: the boot Package, 2002", works fine for Angelo Canty using R 2.6.0 on Windows XP.
It also works for me using R 1.2.1 and S-PLUS 2000 on Windows XP after installing the S-PLUS bootstrap library, with slight differences in my outputs....
2003 Oct 31
2
Summing elements in a list
...i]]$mat1
result$mat2 <- result$mat2+w[i]*matlist[[i]]$mat2
}
I apologise if this is a trivial question. Unfortunately I don't have
my copy of V&R S Programming to hand.
Thanks for your help,
Angelo
--
------------------------------------------------------------------
| Angelo J. Canty Email: cantya at mcmaster.ca |
| Mathematics and Statistics Phone: (905) 525-9140 x 27079 |
| McMaster University Fax : (905) 522-0935 |
| 1280 Main St. W. |
| Hamilton ON L8S 4K1...
2008 Jan 26
1
(no subject)
Hi, The following code, from Angelo Canty article on line "Resampling Methods in R: the boot Package, 2002", works fine for Angelo Canty using R 2.6.0 on Windows XP.
It also works for me using R 1.2.1 and S-PLUS 2000 on Windows XP after installing the S-PLUS bootstrap library, with slight differences in my outputs....
2003 Oct 15
3
Strange scope problem
...mething similar that I can use?
I am using R 1.6.1 for Unix on a Sun Workstation. I know that I need
to upgrade but our sysadmin doesn't regard it as priority!
Thanks for any help you can give for this.
Angelo
------------------------------------------------------------------
| Angelo J. Canty Email: cantya at mcmaster.ca |
| Mathematics and Statistics Phone: (905) 525-9140 x 27079 |
| McMaster University Fax : (905) 522-0935 |
| 1280 Main St. W. |
| Hamilton ON L8S 4K1...
2004 Jul 26
1
group definition for a bootstrap
Hi,
This is probably really simple, but I am clearly not R-minded, I have read
the help files, and reread them, and I still can't work out what to do...
I have a data frame (d) with 3 columns (age (0-5), quarter (1-4) and x).
I want to estimate the precision of my mean x by age and quarter, so I want
to carry out a bootstrap for each group.
I am trying to do this within a loop, so I don't
2004 Apr 26
1
names attribute of data.frames after rbind
...gt; x21 <- rbind(x2, x1)
> attributes(x21$x)
$names
[1] "6" "7" "8" "9" "10" "" "" "" "" ""
--
------------------------------------------------------------------
| Angelo J. Canty Email: cantya at mcmaster.ca |
| Mathematics and Statistics Phone: (905) 525-9140 x 27079 |
| McMaster University Fax : (905) 522-0935 |
| 1280 Main St. W. |
| Hamilton ON L8S 4K1...
2008 Jan 26
0
Who can tell me how I adjust the R code for bootstrapping the Cox model?
Hi,
The following code, from Angelo Canty article on line "Resampling Methods in R: the boot Package, 2002", works fine for Angelo Canty using R 2.6.0 on Windows XP.
It also works for me using R 1.2.1 and S-PLUS 2000 on Windows XP after installing the S-PLUS bootstrap library, with slight differences in my outputs....
2008 Jan 25
0
Please help me
Hi, The following code, from Angelo Canty article on line "Resampling Methods in R: the boot Package, 2002", works fine for Angelo Canty using R 2.6.0 on Windows XP.
It also works for me using R 1.2.1 and S-PLUS 2000 on Windows XP after installing the S-PLUS bootstrap library, with slight differences in my outputs....
2000 Jun 02
3
graphical parameters in plot
...s2.6
status
major 1
minor 0.0
year 2000
month February
day 29
language R
Angelo
--
****************************************************
** Angelo J. Canty **
** Dept of Mathematics and Statistics **
** Concordia University **
** Montreal, Quebec. **
** **
** Tel : +1-514-848-3244 **
**...
2012 Nov 22
2
BibTeX entries in CITATION file
...manual and a book), the bibTeX entries are NOT shown any more, and only
the text description for the two or more entries are shown, as for the
'boot' package:
-----------------------------------
citation('boot')
To cite the 'boot' package in publications use:
Angelo Canty and Brian Ripley (2012). boot: Bootstrap R (S-Plus)
Functions. R package version 1.3-7.
Davison, A. C. & Hinkley, D. V. (1997) Bootstrap Methods and Their
Applications. Cambridge University Press, Cambridge. ISBN
0-521-57391-2
-----------------------------------
Is there any way t...
2008 Jan 11
5
installing and using a package
...'C:\Documents and Settings\j\My
Documents/R/win-library/2.6':
yags Yet Another GEE Solver
Packages in library 'C:/PROGRA~1/R/R-26~1.0/library':
base The R Base Package
boot Bootstrap R (S-Plus) Functions (Canty)
class Functions for Classification
cluster Cluster Analysis Extended Rousseeuw et al.
...
---
i've checked the Admin and Maint manual, but i'm stumped as to how to get
yags to actually work. i copied and pasted the example from the html file
i...
2003 Jun 23
1
erase.screen bug?
...y print out this way also. The same
behaviour happens with a Windows XP computer. I have not yet examined
this on Unix but will do so tomorrow. Is this a known problem? Is
there an easy workaround?
Thanks,
Angelo
------------------------------------------------------------------
| Angelo J. Canty Email: cantya at mcmaster.ca |
| Mathematics and Statistics Phone: (905) 525-9140 x 27079 |
| McMaster University Fax : (905) 522-0935 |
| 1280 Main St. W. |
| Hamilton ON L8S 4K1...
2012 Mar 05
2
632 estimator using boot package
Dear All,
Anyone has some idea how to implement 632 estimator and leave-one out bootstraping method by using boot package. I know the bootstrap package has this function, but it sounds not very flexible for my project.
Thanks,
Jim
2004 Jun 25
1
trouble using boot package
Hello,
I am trying to carry out a bootstrap analysis (using the boot package) on a
table and cannot work out how to get the results I need!
I have a table ("d2") with 4 columns: "ID_code", "Age", "Quarter" and
"StomWt". Age (0-5) and Quarter (1-4) are my strata
Therefore I wish to estimate the confidence intervals for the mean StomWt
for each Age
2004 Aug 01
1
Problem with RGui and MASS
...ers)?
Here is a very simple example of the code I have used.
rm(list=ls(all=T)) # start with a blank slate
x <- 1:10
y <- rnorm(10, 1+2*x)
model.rlm1 <- rlm(y~x)
q(save=T)
Thanks for your help,
Angelo
--
------------------------------------------------------------------
| Angelo J. Canty Email: cantya at mcmaster.ca |
| Mathematics and Statistics Phone: (905) 525-9140 x 27079 |
| McMaster University Fax : (905) 522-0935 |
| 1280 Main St. W. |
| Hamilton ON L8S 4K1...
2007 Nov 17
2
Rename Variable and package gdata
...e function. So I did:
chooseCRANmirror()
install.packages(c("gdata"))
After this, library() shows that I now have gdata:
Packages in library 'C:/PROGRA~1/R/R-23~1.0/library':
base The R Base Package
boot Bootstrap R (S-Plus) Functions (Canty)
class Functions for Classification
cluster Cluster Analysis Extended Rousseeuw et al.
datasets The R Datasets Package
foreign Read Data Stored by Minitab, S, SAS, SPSS,
Stata, Systat, dBase, ...
gdata Various R prog...
2009 Jan 13
1
Message: No title available (pre-2.0.0 install?)
...** No title available (pre-2.0.0 install?) **
R2HTML ** No title available (pre-2.0.0 install?) **
RWinEdt ** No title available (pre-2.0.0 install?) **
base The R Base Package
boot Bootstrap R (S-Plus) Functions (Canty)
bootstrap ** No title available (pre-2.0.0 install?) **
car ** No title available (pre-2.0.0 install?) **
class Functions for Classification
cluster Cluster Analysis Extended Rousseeuw et al.
codetools Code Analysis...
2008 May 15
5
Inconsistent linear model calculations
...eM Sparse Linear Algebra
sspline Smoothing Splines on the Sphere
zoo Z's ordered observations
Packages in library '/usr/lib/R/library':
base The R Base Package
boot Bootstrap R (S-Plus) Functions (Canty)
class Functions for Classification
cluster Cluster Analysis Extended Rousseeuw et al.
codetools Code Analysis Tools for R
datasets The R Datasets Package
foreign Read Data Stored by Minitab, S, SAS, SPSS,...