Displaying 6 results from an estimated 6 matches for "obf".
Did you mean:
bof
2017 Sep 22
2
gsDesign Pocock & OBF boundary
Hi,
I am learning to use your gsDesign package!?I have a question about Pocock and OBF boundary. As far as Iunderstand, these 2 boundaries require equal spacing between interim analyses(maybe this is not correct?). But I can still use gsDesign to run an analysisbased on unequal spacing:?gsDesign(k=2,test.type=2,timing=c(0.75,1),alpha=0.05,sfu='Pocock')Symmetrictwo-sided group...
2017 Sep 23
0
gsDesign Pocock & OBF boundary
> On 23 Sep 2017, at 01:32, array chip via R-help <r-help at r-project.org> wrote:
>
> Hi,
>
> I am learning to use your gsDesign package! I have a question about Pocock and OBF boundary. As far as Iunderstand, these 2 boundaries require equal spacing between interim analyses(maybe this is not correct?). But I can still use gsDesign to run an analysisbased on unequal spacing: gsDesign(k=2,test.type=2,timing=c(0.75,1),alpha=0.05,sfu='Pocock')Symmetrictwo-sided group...
2017 Sep 24
2
gsDesign Pocock & OBF boundary
Sorry for messed up text. Here it goes again:
I am learning to use the gsDesign package.
I have a question about Pocock and OBF boundary. As far as I can understand, these 2 boundaries require equal spacing between interim analyses (maybe this is not correct?). But looks like I can still use gsDesign to run an analysis based on unequal spacing:?
> gsDesign(k=2,test.type=2,timing=c(0.75,1),alpha=0.05,sfu='Pocock')...
2017 Sep 24
0
gsDesign Pocock & OBF boundary
...he vignette)
--
Sent from my phone. Please excuse my brevity.
On September 23, 2017 9:53:05 PM PDT, array chip via R-help <r-help at r-project.org> wrote:
>Sorry for messed up text. Here it goes again:
>I am learning to use the gsDesign package.
>I have a question about Pocock and OBF boundary. As far as I can
>understand, these 2 boundaries require equal spacing between interim
>analyses (maybe this is not correct?). But looks like I can still use
>gsDesign to run an analysis based on unequal spacing:?
>> gsDesign(k=2,test.type=2,timing=c(0.75,1),alpha=0.05,sfu=&...
2004 Dec 05
1
ov_open error !
#include <stdio.h>
#include "vorbis/codec.h"
#include "vorbis/vorbisfile.h"
#include <io.h>
#include <fcntl.h>
#pragma comment(lib, "vorbisfile_d")
int main(int argc, char **argv)
{
FILE *fp;
OggVorbis_File obf;
if(argc < 1)
return -1;
if((fp = fopen("f:\\testogg.ogg", "rb")) == NULL)
{
printf("Open Files Error !\n");
return -1;
}
if(ov_open(fp, &obf, NULL, 0) < 0)
{
printf("OggVorbis File Open Error ~\n");
return -1;
}
}
run time erro...
2009 Dec 20
3
Object of type 'closure' not subsettable
Hi all,
How can I overcome the error "object of type 'closure' not subsettable"
I ran the following script
seq <- paste(seq(1914, 1916, by=1), "*.y", sep=".") # make sequence
c <- 3 # total number of files
d2 <- file # creates dummy file
# Input sequence in loop
for (i in 1:3){
list <- list.files("~/ukcp09/txt/x.djf", seq[[i]])
file