Displaying 6 results from an estimated 6 matches for "bbed".
Did you mean:
bed
2008 Oct 02
2
Multiple hist(ograms) - One plot
...ultiple histograms with the same scales, etc into one
plot. The commands below produce a 3 page PDF with each histogram occupying
the upper right quadrant. And use slightly different scales on the X and Y
axes.
> s21 <- dat[dat$sc_recov=="21",]
> s21.ED <- subset(s21, select=(bbED))
> s31 <- all[all$sc_recov=="31",]
> s31.ED <- subset(s31, select=(bbED))
> s41 <- all[all$sc_recov=="41",]
> s41.ED <- subset(s41, select=(bbED))
> pdf("234_1_ED.pdf")
> par(mfrow = c(2, 2), oma = c(0, 0, 2, 0))
> hist(s21.ED) + hist(...
2008 Oct 08
1
Choose subset for plot use (bwplot)
...below was from a helpful R-help user.
dat <- read.csv("Resid_fix2.csv", sep="," , header=T)
dat11 <- dat[1:413,]
# convert ambiguous columns to factors:
dat11$Pri_No <- factor(dat11$Pri_No)
dat11$RecovUnit <- factor(dat11$RecovUnit)
# plot:
require(lattice)
bwplot(bbED~ Pri_No | RecovUnit, data=dat11, as.table=TRUE, layout=c(4,1))
This works, but I am trying to do this:
> bwplot(bbED~ Pri_No | RecovUnit, data=dat11, subset = (Pri_No %in%
c(1,2)), as.table=TRUE, layout=c(2,1))
Error in limits.and.aspect(prepanel.default.bwplot, prepanel = prepanel, :
need a...
2008 Oct 09
2
Exporting symnum() result from cor()
Hello,
I am trying to export the results from symnum() while maintain their
readability. I tried using sink to text file and also copying and pasting
but the results end up looking like this:
> symnum(c5.s)
bC bED bEN bLP bLS bPA bPD bPR p
bbContag 1
bbED + 1
bbENN_MN + B 1
bbLPI , , , 1
bbLSI + B B , 1
bbPAFRAC , * * , * 1
bbPD , B B , B B 1
bbPROX_MN + B B , B * * 1
pfor 1
attr(,"legend")
Is there a way I can get these out of R with...
2008 Oct 01
0
Multiple histograms one graphic device & groupings
...ics). I
am unsure of how to tell R which of three groups to use from the grouping
variable (its values are numeric) and then how to put all three to the same
device.
I tried:
> names(all)
[1] "tally" "scape" "numid" "bbContag"
"bbED"
[6] "bbENN_MN" "bbLPI" "bbLSI" "bbPAFRAC"
"bbPD"
[11] "bbPROX_MN" "pfor" "year" "extent"
"bi_ca"
[16] "r" "ex_bin" &qu...
2010 Mar 10
9
Error starting stubdom HVM on Xen-3.4.3-rc4-pre
Hi there,
Last night I was trying to start a HVM domU via stubdom-dm device model. Initially I did not receive any error to stdout when I did so with Xen-3.4.2.
My Xen-3.4.2 installation works fine with qemu-dm (or regular HVM guests). The stubdom-dm guest I was trying to create did not really operate as I was unable to connect to the VNC console. The output of xm list showed the DomU was there,
2010 Mar 10
9
Error starting stubdom HVM on Xen-3.4.3-rc4-pre
Hi there,
Last night I was trying to start a HVM domU via stubdom-dm device model. Initially I did not receive any error to stdout when I did so with Xen-3.4.2.
My Xen-3.4.2 installation works fine with qemu-dm (or regular HVM guests). The stubdom-dm guest I was trying to create did not really operate as I was unable to connect to the VNC console. The output of xm list showed the DomU was there,