search for: fbg

Displaying 12 results from an estimated 12 matches for "fbg".

Did you mean: dbg
2004 Jun 01
1
advanced dist
Hi there. I have now found that dist() does what I want in a specific case. But I have (out of many fields) in my Fragebogen.data file: Vpn Code Family Test 1 X1 m 45 2 X1 t 58 3 X2 m 44 4 X2 t 43 ... When I now do: Fbg <- read.table("Fragebogen.data", header=TRUE) dist(Fbg['Test']) I have the distances between everyone to everyone. Now I want to have the mothers (m in Family) at the y axis and the daugthers (t) on the x axis, so I have half the size of my distance matrix. Is that possib...
2009 Feb 12
3
Adding abline in Lattice graph
...e add a horizontal line at 126 (col=red) and a vertical line at 6.5 ( col= blue) in each panel .How should I use the panel.abline function in the following code I am using: ------------------ library(lattice) with(reg.dat.5,coplot(lbxglu~lbxgh|eth,panel=panel.smooth,xlab="ABC", ylab="FBG")) ---------------------------------------- Thanks a lot. Professor of Family Medicine Boston University Tel: 617-414-6221, Fax:617-414-3345 emails: chettyvk@gmail.com,vchetty@bu.edu [[alternative HTML version deleted]]
2009 Jul 08
1
A Lattice Question
...e to add lines for xx,yy xx <- seq(0,1,length = 100); yy <- mean(PS$theta)*(1-exp(mean(PS$k)*xx))/(1-exp(mean(PS$k))) ts1 <- xyplot(VCFB ~ Visit , groups = ID, data = CFB_M, type = c('g','l'),strip = strip.custom(style =4), as.table=TRUE,xlab = 'Time',ylab = 'FBG CFB',main = '3mg Change from Baseline FBG',panel=function (xx,yy,...) { panel.xyplot(...); panel.lines(xx,yy,...);}); Many thanks!! Best, Haoda
2003 Nov 12
2
Formatting axis label numbers on plots
Is there any way to control the format of the axis label numbers on a plot? More specifically, I have some plots that get axes with label numbers in exponential format, and I'd like to change that to non-exponential. Thanks!! -- M. Edward (Ed) Borasky, MS, MNLP, NST, FBG, PGS & PTA znmeb at borasky-research.net http://www.borasky-research.net
2005 Mar 10
6
NuFone
Anyone know how many simultaneous calls you can receive on a NuFone DID? -Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050310/e20d2eb8/attachment.htm
2006 Dec 17
1
Rspec/Ruby to test software written in other languages?
...gorithms on known data types into working code in some language, and there are usually test cases given in the books. So my typical modus operandi is to punch the whole algorithm into a file, punch the test case into another file, and iterate until everything works. -- M. Edward (Ed) Borasky, FBG, AB, PTA, PGS, MS, MNLP, NST, ACMC(P) http://borasky-research.blogspot.com/ If God had meant for carrots to be eaten cooked, He would have given rabbits fire.
2003 Oct 21
2
accessing shares
My experience is very limited on Unix and Samba. Please forgive me if the answer is right in front of me. Problems accessing shares on my Samba 3.0.1pre1 running on Gentoo1.4 I'm stuck big time! I've been trying to figure out why I cannot access shares. The only share I can currently read & write to is: [OpenShare] comment = Temporary file space path = /tmp
2008 Mar 04
1
Several changes missing from [HEAD] fileflags.diff
...BY\fP is > replaced by the > type of update being done, \fBX\fP is replaced by the file-type, > and the > other letters represent attributes that may be output if they are > being > modified. > @@ -1945,7 +1978,7 @@ sender's value (requires \fB\-\-owner\fP > A \fBg\fP means the group is different and is being updated to the > sender's value (requires \fB\-\-group\fP and the authority to set > the group). > .IP o > -The \fBu\fP slot is reserved for future use. > +The \fBf\fP means that the fileflags information changed. > .IP o >...
2007 Mar 27
10
sqlite3 and rspec_on_rails tests
As I think I previously mentioned, there is an incompatibility with rails 1.2.1 and sqlite3 3.3.8. see: http://weblog.rubyonrails.org/2007/1/29/using-sqlite3-with-rails and: http://weblog.rubyonrails.org/2007/2/6/rails-1-2-2-sqlite3-gems- singular-resources Sqlite is now at 3.3.13. Because of this, if a developer is trying to create a patch for rspec_on_rails, he will have one of the
2014 Dec 03
0
[PATCH] Update links.html
...eOT!h}(`929P>Y1OA9=z<A?I(UQ{_zUjV(I0q zhQ8$!D;vQ56^!qcFrLJ}=zN5H06g~V@;`ALZ<=s?M2yXHvera!`Z4rdH_!!<mD<w9 zC%(k2a&4LTa4lzb>owr(w|a2eZtKQlF{hF}Sn;J<=qO74al%TjJ^CW^@T;<Hn*4k^ zo$@MflmGjmCP&LGA6Ve=0yY;jz9CDa&Zn{C^o)5AdbEgnIWkKbVl$pHo3ct**|;8Y z4o<(>sPuzuTVoHFm($FbG;S{Mb?jF2f!-qSIa2SCpYcZOIzscgX&Q3<K}<t^X?&0= zdSzXX&z!hEU~e%GRzK6#_K)bVX<=B63zqCtQdzImhqRk3Vy_$Yo84`+>Lv7hM^_!J z29G)Og4`dO!`AjYV?Hu9m$)6erkBM|Spg-{B=C8`-UX{;V7m+iwDp3mgF#!?0&>JF z at W#RuYrro&`ne?g-3b_%G0~-sTU+k8esy)Qi?rmAmpmP69=U+8*n8>&;&l>YQF5s2 zI...
2009 Jul 09
2
How to Populate List
...e to add lines for xx,yy xx <- seq(0,1,length = 100); yy <- mean(PS$theta)*(1-exp(mean(PS$k)*xx))/(1-exp(mean(PS$k))) ts1 <- xyplot(VCFB ~ Visit , groups = ID, data = CFB_M, type = c('g','l'),strip = strip.custom(style =4), as.table=TRUE,xlab = 'Time',ylab = 'FBG CFB',main = '3mg Change from Baseline FBG',panel=function (xx,yy,...) {         panel.xyplot(...);         panel.lines(xx,yy,...);}); Many thanks!! Best, Haoda ------------------------------ Message: 111 Date: Wed, 8 Jul 2009 13:46:49 -0600 From: Tracey Frescino <tfrescino@fs.fe...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...lZ-EAqw8z<ya?Y`BlWNe zmpXh`)tl>{q;`vKVw at qTNs15qJj>~EG3RJ<27s?Nv^ZZzRoR1NH#Q}-==AhOy9_3# zLWCk`B<KbLI!jSdyLU_l1<Nb^D8<7YghF3L8PNT5p%#8}bV$tLCBxnkTBO=ZH=NFZ z9Fp1SY&dQ=>K%HBh}3-*<{T}6r9^`B3oQNFxDvz}L_kV`+}KgTmdrM8P(iI&`oBnf z5AevY@?iM8qbYZKku<uREuMAB8j$5Jw%1-#zFBGH9jt~lvUiEeeMU1^yTguV#N5%Y zL_VGeLhlX`AP~|_5(w=}=#b9_5;`ROgc3+X?<EjQLihicbIv_?X0*1++PZU3y{EqC zJ#SS>;dbpJiV+UrlIgAHj?)5oyUZ#ZQ93AVD46cGOU32<<<TZ<c7Vr`wFg)LwvWS* z6g&iGARwcR-jI6C8w2ekcsz&{Q~4!5Z`2;-AY^RRKD*sh5FKaajd1E&n8-FtYPk`i zwwCF)#*wsjR!P?G=X#7w?uJz9YwfN&y_}{Js}...