Dears , I have the follow error when i want too use function abcnon of package bootstrap : Warning message: Package `bootstrap' contains no R code in: library(bootstrap) Can you help me ! Thx. AXA Corporate Solutions Nouveaux Produits Nour-Eddine HAKIM 52 Rue d'Amsterdame - 75009 Paris - France Tel (+33 1) 56 92 97 48 Fax (+33 1) 56 92 97 40 E-Mail : noureddine.hakim at axa-corporatesolutions.com Ce message peut contenir de l'information confidentielle et est adress? uniquement au(x) destinataire(s) pr?vu(s) par l'exp?diteur. Si vous n'?tes pas celui-ci, vous ?tes pri?s de ne pas user, utiliser, diss?miner ou reproduire le contenu de ce message. S'il s'agit d'une erreur, veuillez en avertir l'exp?diteur dans les plus brefs d?lais. L'information contenue dans ce message refl?te exclusivement l'opinion de la personne qui l'a ?mise mais en aucun cas celle du Groupe AXA. This message may contain confidential information destined to be read only by the intended recipient. No other persons should read, use, publish or reproduce the content of this message. If you receive this message by mistake, please notify the sender immediately. The information contained in this message represents the personal opinions of the individual that sent it and should not be construed as representing the position of the AXA Group -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> From: HAKIM Nour-Eddine <noureddine.hakim at axa-corporatesolutions.com> > Date: Thu, 1 Feb 2001 17:31:57 +0100 > > Dears , > > I have the follow error when i want too use function abcnon of package > bootstrap : > > Warning message: > Package `bootstrap' contains no R code in: library(bootstrap) > > Can you help me !This sort of thing happens when you unpack a source package in the library directory instead of installing it. Can you please tell us what platform you are on and exactly what you did? -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Thx for ur replay. I use bootstrap methods for Estimating parmeters. And in the package of bootstrap (i download it) there is function (abcnon, acbnon, bootstrap, ...) but whan i want to use these function it doesn't work! "couldn't find function abcnon !!". i am using Win NT. AXA Corporate Solutions Nouveaux Produits Nour-Eddine HAKIM 52 Rue d'Amsterdame - 75009 Paris - France Tel (+33 1) 56 92 97 48 Fax (+33 1) 56 92 97 40 E-Mail : noureddine.hakim at axa-corporatesolutions.com Ce message peut contenir de l'information confidentielle et est adress? uniquement au(x) destinataire(s) pr?vu(s) par l'exp?diteur. Si vous n'?tes pas celui-ci, vous ?tes pri?s de ne pas user, utiliser, diss?miner ou reproduire le contenu de ce message. S'il s'agit d'une erreur, veuillez en avertir l'exp?diteur dans les plus brefs d?lais. L'information contenue dans ce message refl?te exclusivement l'opinion de la personne qui l'a ?mise mais en aucun cas celle du Groupe AXA. This message may contain confidential information destined to be read only by the intended recipient. No other persons should read, use, publish or reproduce the content of this message. If you receive this message by mistake, please notify the sender immediately. The information contained in this message represents the personal opinions of the individual that sent it and should not be construed as representing the position of the AXA Group> -----Message d'origine----- > De: Prof Brian Ripley [SMTP:ripley at stats.ox.ac.uk] > Date: jeudi 1 f?vrier 2001 17:39 > ?: r-help at stat.math.ethz.ch; > noureddine.hakim at axa-corporatesolutions.com > Objet: Re: [R] Error in download pkg > > > > From: HAKIM Nour-Eddine <noureddine.hakim at axa-corporatesolutions.com> > > Date: Thu, 1 Feb 2001 17:31:57 +0100 > > > > Dears , > > > > I have the follow error when i want too use function abcnon of package > > bootstrap : > > > > Warning message: > > Package `bootstrap' contains no R code in: library(bootstrap) > > > > Can you help me ! > > This sort of thing happens when you unpack a source > package in the library directory instead of installing it. > > Can you please tell us what platform you are on and exactly what > you did? > > > -- > Brian D. Ripley, ripley at stats.ox.ac.uk > Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ > University of Oxford, Tel: +44 1865 272861 (self) > 1 South Parks Road, +44 1865 272860 (secr) > Oxford OX1 3TG, UK Fax: +44 1865 272595-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Thursday 01 February 2001 17:31, you wrote:> Dears , > > I have the follow error when i want too use function abcnon of package > bootstrap : > > Warning message: > Package `bootstrap' contains no R code in: library(bootstrap) > > Can you help me !This usually happens to me if I just copy the package into R's library folder, instead of installing it correctly. Try "R INSTALL bootstrap", if you're under Linux, or install.packages(). Under Windows, use the installer application that comes with the distribution. Did you install the package correctly? Kaspar Pflugshaupt -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._