search for: abcnon

Displaying 5 results from an estimated 5 matches for "abcnon".

Did you mean: abandon
2001 Jan 31
1
Reduced Numerical Precision in 1.2.x?
I have noticed a definite loss of numerical precision going from 1.1.1 to 1.2.x under both Windows 98 and NT4 on x86 architecture. I noticed the difference when using the abcnon() function in the bootstrap package, but I think you could see the problem in any routine that involves subtracting relatively large numbers from each other. For the case I am looking at (see code below), the abcnon parameters bhat and cq should exactly equal 0.0. Version 1.1.1 did calculate these...
2000 Dec 28
1
Dynamic Memory Allocation Errors in 1.2.0?
...ABC method from Resampling: # main function to calculate margins based on ABC method margins.abc <- function(W,D,L) { # Create arrays with correct number of wins, draws, and losses w <- rep(1.0,W) d <- rep(0.5,D) l <- rep(0.0,L) # Call abcnon with the mean as the function being used results.abc <<- abcnon(c(w,d,l),function(p,x) {sum(p*x)/sum(p)}, alpha = c(0.025, 0.975)) print("Actual Results") print(c(results.abc$stats$t0)) print("Estimated 95% Margins")...
2001 Feb 01
3
Error in download pkg
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 :...
2000 Dec 29
0
Update: Dynamic Memory Allocation Errors in 1.2.0?
Good news! I received some feedback from others that they did see the problem I described using abcnon() in 1.2.0 on Windows machines but not on Linux machines. I looked into it some more and discovered that it's most likely some problem with numerical precision or round off in the pre-compiled Windows 1.2.0 version. I was able to run the abcnon function in 1.2.0 successfully in Windows by chang...
1999 Apr 08
0
Problems installing packages in FreeBSD 2.2.8 and R-0.62.2
...strap' ... libs f77 -fpic -c boott.f -o boott.o boott.f: ctsub: xinter: yinter: ld: boott.so: No such file or directory *** Error code 1 Stop. cp: *.so: No such file or directory R data help >>> Building help pages for package `bootstrap' Formats: text html latex abcnon text html latex abcpar text html latex bcanon text html latex bootpred text html latex bootstrap text html latex boott...