search for: bok

Displaying 20 results from an estimated 63 matches for "bok".

Did you mean: blk
2006 Jul 03
2
help a newbie with a loop
...for (ind in 1:500) {res[ind,]<-powerb(x[c(1:(500-ind),(500+ind):1000)],4,0.05,0.20,0.1,m)} plot(res[,1],res[,2],type="p",ylab="n",xlab="var(x)",main="b=0.1,power=0 .80,alpha=0.05,dominant met p=0.25")} I would appreciate the help, Marco MPM Boks, MD PhD, Department of Psychiatry, B01.206 University Medical Centre Utrecht, PO box 85500, 3508 GA Utrecht The Netherlands. Tel: +31 30 2506370 Fax: +31 30 2505509 Email: m.p.m.boks@umcutrecht.nl <mailto:m.p.m.boks@umcutrecht.nl> [[alternative HTML version deleted]]
2002 Feb 12
1
Bok-Jenkins package
Hoi, I would like to apply the 'Box-Jenkins' method to a time series data-sets, But I don't know which function I have to use. Because I'm new in the R world. Would somebody help me about this subject? Best Regrads Nader -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2006 Jul 30
3
main= bquote(paste("Results for ", beta, "3", ==.(b1)))) doesn't work.
Hi, I need to plot the beta as the symbol, followed by the index 3 as the title of a graph. This code works> main= bquote(paste("Results for ", beta ==.(b1)) but I also need the index 3. I tried (simplified): >plot(x,y, main= bquote(paste("Results for ", beta, "3", ==.(b1)))) and a few other versions, but I can not get it to run properly. Any help would
2008 Jul 01
5
trivial list question
Dear experts, For the makeGenotype function I need a list as in the example. However, since my list needs to be 184 long there must be an easy way to make it. >list(1:2,3:4,5:6,7:8) [[1]] [1] 1 2 [[2]] [1] 3 4 [[3]] [1] 5 6 [[4]] [1] 7 8 I have tried lis<-1:184 dim(lis)=c(92,2,1) as.list(lis) and several other options. Any suggestions? many thanks Marco [[alternative
2009 Jun 04
0
Bug in bitreader for short reads?
fixed in cvs http://sourceforge.net/tracker/?func=detail&aid=2490454&group_id=13478&atid=113478 --- On Mon, 6/1/09, Gilles Boccon-Gibod <bok at bok.net> wrote: > From: Gilles Boccon-Gibod <bok at bok.net> > Subject: [Flac-dev] Bug in bitreader for short reads? > To: flac-dev at xiph.org > Date: Monday, June 1, 2009, 10:16 AM > It seems that the bitstream > reader is not working as it should (verified in versi...
2009 Jun 04
0
Bug in bitreader for short reads?
you're right, this is fixed in CVS, see http://sourceforge.net/tracker/?func=detail&aid=2490454&group_id=13478&atid=113478 --- On Sun, 5/31/09, Gilles Boccon-Gibod <bok at bok.net> wrote: > From: Gilles Boccon-Gibod <bok at bok.net> > Subject: [Flac] Bug in bitreader for short reads? > To: flac at xiph.org > Date: Sunday, May 31, 2009, 10:40 PM > It seems that the bitstream > reader is not working as it should (verified in version >...
2006 Jul 26
2
Main title of plot
I am a newbie, and I am afraid this may be a rather trivial question. However I could not find the answer anywhere. I am plotting a series of plots with different values for p. In the main title of a plot I have used the following code: plot(a,b,type="l",ylim=c(0,1), xlab="freq",ylab="power", main=c("maximum gain=",p) ) That works fine.
2008 Feb 04
2
make dataframe from table
Dear R-experts, I have got a dataframe: data ID disease V1 V2 1 p1 1 2 p1 3 3 p3 3 4 p3 5 5 p5 1 From which I extract a usefull table: affect affect 1 3 5 p1 1 1 0 p3 0 1 1 p5 1 0 0 I want to merge this with anotherdataframe: age p1 23 p2 24 p3 23 p4 11 p5 45 If have tried as.data.frame(affect) and other solutions to get the following comment going:
2011 Jun 24
4
What does class "call" mean? How do I make class "formula" into a "call"?
...uot; > class(tabs[[1]]) [1] "formula"> class(eqSystem) [1] "list" > class(eqSystem[1]) [1] "list" > class(eqSystem[[1]]) [1] "call" Rita ===================================== "If you think education is expensive, try ignorance."--Derek Bok
2006 Jul 12
1
mike.exe - It used to work.
...debian testing with a 2.6.15 kernel with wine version 0.9.12-1 and installed the program in .wine/fake_windows/Programs/mike/mike.exe. The program starts with an empty screen and the book option shaded out (in .wine/fake_windows/Programs/mike there is a subdirectory book containing lawerence.bok). The program exits normally from the File/Exit option and wine reports success. Do I need add a path to lawerence.bok? If so, how? If not, what else could be wrong? Tom George
2006 Sep 25
2
paste? 'cmd /c "c:\\pheno\\whap --file c:\\pheno\\smri --alt 1"'
Dear R users, This command works (calling a programm -called whap- with file specifiers etc.): >system('cmd /c "c:\\pheno\\whap --file c:\\pheno\\smri --alt 1 --perm 500"', intern=TRUE) Now I need to call it from a loop to replace the "1" by different number, however I get lost using the quotes: I tried numerous versions of: >i<-1
2008 Jan 21
2
reordering huge data file
Dear R-experts, My problem is how to handle a 10GB data file containing genotype data. The file is in a particular format (Illumina final report) and needs to be altered and merged with phenotype data for further analysis. PERL seems to be an frequently used solution for this type of work, however I am inclined to think it should be doable with R. How do I open a text-file, line by line,
2011 Apr 15
2
Function for deleting variables with >=50% missing obs from a data frame
...columns:dfQ <- dfQtemp[ , sapply(dfQtemp, function(x) !all(is.na(x)))] Any ideas or suggestons for deleting variables with partially missing data? Thanks and have a great weekend! Rita ===================================== "If you think education is expensive, try ignorance."--Derek Bok [[alternative HTML version deleted]]
2011 Mar 18
2
How do I delete multiple blank variables from a data frame?
...I have figured out how to delete rows with missing data (newdata <- na.omit(olddata)) but how do I do it for columns??? Thank you very much for your help and have a great weekend! Rita ________________________________________ "If you think education is expensive, try ignorance"--Derek Bok [[alternative HTML version deleted]]
2016 Aug 22
4
Email pid issue
...this is that a grep search for that particular string only shows up in the /etc/amavisd.conf file, when its calling the scanner. Pasted code from file below: @av_scanners = ( ['ClamAV-clamd', \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], qr/\bOK$/m, qr/\bFOUND$/m, qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ], Best I can determine /var/spool/amavisd/clamd.sock file exists. So, not sure what is causing this or why, or how to fix. Here is /var/spool/amavisd contents: [run]# ls -al /var/spool/amavisd/ total 64 drwxr-x--- 7 amavis amavis...
2007 Mar 06
1
FLAC__stream_decoder_seek_absolute with FLAC__STREAM_DECODER_SEEK_ERROR in 1.1.3 but it worked before
I've upgraded to FLAC 1.1.3, and now I have some streams where seek does not work anymore, but they used to work before. After a bit of debugging, it looks like those streams (created a long time ago with an old version of FLAC) have a seek table where all the entries have a stream offset of 0. The result is that in the function seek_to_absolute_sample_, on line 3076 (file
2011 Jun 21
1
Setting up list of many equations for systemfit
...] "form1=EQ1" [[2]] [1] "form2=EQ2" [[3]] [1] "form3=EQ3" [[4]] [1] "form4=EQ4" Does anyone have any ideas on how to correct my code? Thanks, Rita ===================================== "If you think education is expensive, try ignorance."--Derek Bok [[alternative HTML version deleted]]
2011 Apr 19
1
Subsetting a data frame by dropping correlated variables
...correlation matrices and select which variables to drop, so I am trying to have R make the selection for me. Does any one have any idea on how to accomplish this? Thank you very much! Rita ===================================== "If you think education is expensive, try ignorance."--Derek Bok [[alternative HTML version deleted]]
2009 Apr 13
3
Clamd and Amavis
I'm trying to get amavis to play using clamd and tried to follow this: # ### http://www.clamav.net/ ['ClamAV-clamd', \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], qr/\bOK$/, qr/\bFOUND$/, qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: run clamd under the same user as amavisd, or run it under its own # # uid such as clamav, add user clamav to the amavis group, and then add # # AllowSupplementaryGroups to clamd.conf; # # NOTE: match socket name (LocalSo...
2011 Apr 07
1
df with max function applied to 6 lags of a variable?!?
...00 3.60 9.39 4.40 8.00 4.02 4.00 3.60 9.39 4.40 8.00 4.02 4.00 3.60 9.39 4.40 So the question is: what is the most efficient way of doing this in R? Thanks!Rita ________________________________________ "If you think education is expensive, try ignorance"--Derek Bok [[alternative HTML version deleted]]