Displaying 4 results from an estimated 4 matches for "int5".
Did you mean:
int
2009 Dec 17
1
Problem reading binaries created with fortran (More infos)
The structure of the file is clear (see below) the first line is made of
integers and doubles with the fifth being a text string followed by arrays
of double precision number.:
int1 int2 double1 double2 text int3 int4 int5
(array of double)
here is an example of file:
1 1 1.0 1.0 "HEAD" 160 224 3
23.4 34.5 ......
I tried to read the first line with readBin (results are copied below):
> zz <- file("heads.hds", "rb")
> readBin(zz,what="integer",n=2)
[1] 1 1
> rea...
2009 Jul 08
1
bootstrapping error message "Error in t.star[r, ] <- statistic(data, i[r, ], ...) : number of items to replace is not a multiple of replacement length"
...tat, 2000)
INT1<-boot.ci(mybootstrap, conf=0.95, type="all", index=1)
INT2<-boot.ci(mybootstrap, conf=0.95, type="all", index=2)
INT3<-boot.ci(mybootstrap, conf=0.95, type="all", index=3)
INT4<-boot.ci(mybootstrap, conf=0.95, type="all", index=4)
INT5<-boot.ci(mybootstrap, conf=0.95, type="all", index=5)
INT6<-boot.ci(mybootstrap, conf=0.95, type="all", index=6)
INT7<-boot.ci(mybootstrap, conf=0.95, type="all", index=7)
Thanks for your help! I am new to bootstraps and to R, and I feel
pretty lonely with...
2017 Jan 13
4
Wrong code bug after GVN/PRE?
...x in ub, and then we use tmp
in the first round of the second loop, but there we expect the value of
the lowest index element in ub.
Any ideas? Should I file a PR?
Thanks,
Mikael
-------------- next part --------------
; llvm assembler.
target datalayout = "p:16:16"
%int4 = type i16
%int5 = type i16
%ptr7 = type %int4 *
%arr18 = type [4 x %int4]
%ptr20 = type %arr18 *
%arr22 = type [16 x %int4]
%ptr24 = type %arr22 *
%ptr26 = type %ptr20 *
declare void @CVAL_VERIFY_FUNC (%int4 %val.6.par) optsize minsize noinline;
define %int4 @main () optsize minsize {
%step1.7 = alloca %int4
%i....
2009 Jul 09
2
How to Populate List
...tat, 2000)
INT1<-boot.ci(mybootstrap, conf=0.95, type="all", index=1)
INT2<-boot.ci(mybootstrap, conf=0.95, type="all", index=2)
INT3<-boot.ci(mybootstrap, conf=0.95, type="all", index=3)
INT4<-boot.ci(mybootstrap, conf=0.95, type="all", index=4)
INT5<-boot.ci(mybootstrap, conf=0.95, type="all", index=5)
INT6<-boot.ci(mybootstrap, conf=0.95, type="all", index=6)
INT7<-boot.ci(mybootstrap, conf=0.95, type="all", index=7)
Thanks for your help! I am new to bootstraps and to R, and I feel
pretty lonely with...