Displaying 10 results from an estimated 10 matches for "biomerg".
Did you mean:
biomerge
2006 Jun 06
0
xYplot, lmline and abline
...abline=list(a=lmcoef$coefficients[1], b=lmcoef$coefficients[2],
lty=2))
Key()
xYplot(resp ~ pred|panelgrp, groups=sites, pch=c(1,2,3,4),
data=data1,
panel = function(x, y) {
panel.xyplot(x,y)
panel.lmline(x,y, span=1)
}
)
--
Daniel E. Bunker
BioMERGE Associate Director
Post-Doctoral Research Scientist
Columbia University
Department of Ecology, Evolution and Environmental Biology
1200 Amsterdam Avenue
New York, NY 10027-5557
deb37ATcolumbiaDOTedu
212-851-1888 phone
212-854-8188 fax
2007 Jul 13
0
convhulln {geometry} output from .call
...d: 16
Number of distance tests for qhull: 39
CPU seconds to compute hull (after input): 0
Input joggled by: 6.9e-11
Output completed. Verifying that all points are below 6.9e-15 of
all facets. Will make 100 distance computations.
>
--
Daniel E. Bunker
TraitNet Associate Director
BioMERGE Associate Director
Post-Doctoral Research Scientist
Columbia University
Department of Ecology, Evolution and Environmental Biology
1200 Amsterdam Avenue
New York, NY 10027-5557
deb37ATcolumbiaDOTedu
917-843-5076 phone
212-854-8188 fax
[[alternative HTML version deleted]]
2006 Jul 20
0
Convergence warnings from zeroinfl (package pscl)
...0.002770 2.1351 3.276e-02
modpag:intact 0.021262 0.004977 4.2721 1.937e-05
modsl:intact 0.008784 0.002573 3.4136 6.411e-04
modacpas:intact -0.009994 0.002735 -3.6546 2.576e-04
log(theta) -1.405175 0.062412 -22.5145 2.993e-112
Theta = 0.2453
--
Daniel E. Bunker
BioMERGE Associate Director
Post-Doctoral Research Scientist
Columbia University
Department of Ecology, Evolution and Environmental Biology
1200 Amsterdam Avenue
New York, NY 10027-5557
deb37ATcolumbiaDOTedu
212-851-1888 phone
212-854-8188 fax
2005 Jun 30
0
vecortizing uniroot() for numerical solutions
...:5),
h2=c(1:5))
# but R rejects the multiple values for d2.
# I could use a numerical solver such as XPPAUT, but would rather be
able to do it all in R.
# Any thoughts on vectorizing this would be greatly appreciated.
# Thanks! -Dan
--
Daniel E. Bunker
Associate Coordinator - BioMERGE
Post-Doctoral Research Scientist
Columbia University
Department of Ecology, Evolution and Environmental Biology
1020 Schermerhorn Extension
1200 Amsterdam Avenue
New York, NY 10027-5557
212-854-9881
212-854-8188 fax
deb37ATcolumbiaDOTedu
2005 Apr 07
2
vectorized approach to cumulative sampling
...ewsum=0
new=NULL
while (newsum<target) {
i=sample(old, size=1, prob=p);
new[length(new)+1]=i;
newsum=sum(new)
}
new
newsum
target
if(newsum>target){new[length(new)]=target-sum(new[-length(new)])}
new
newsum=sum(new); newsum
target
--
Daniel E. Bunker
Associate Coordinator - BioMERGE
Post-Doctoral Research Scientist
Columbia University
Department of Ecology, Evolution and Environmental Biology
1020 Schermerhorn Extension
1200 Amsterdam Avenue
New York, NY 10027-5557
212-854-9881
212-854-8188 fax
deb37ATcolumbiaDOTedu
2006 Nov 06
1
line width (all elements) in Trellis
...ar12$lwd=c(rep(2,7))
trellis.par.set("reference.line", tpar12)
barchart(yield ~ variety | site, data = barley, groups = year,
layout = c(1, 6), ylab = "Barley Yield (bushels/acre)", scales =
list(x = list(abbreviate = TRUE,
minlength = 5)))
--
Daniel E. Bunker
BioMERGE Associate Director
Post-Doctoral Research Scientist
Columbia University
Department of Ecology, Evolution and Environmental Biology
1200 Amsterdam Avenue
New York, NY 10027-5557
deb37ATcolumbiaDOTedu
212-851-1888 phone
212-854-8188 fax
2005 Feb 03
1
Efficient selection and alteration of dataframe records
...sumdf[sumdflength+1,3]=sumcrop;
}#d. REPEAT SPECIES DELETION LOOP
#housekeeping
rm(delsp, plotdf, plotdf.del, plotdf.old, plotdft, traitdf.del)
gc()
#8. plot results, fit line
print(sumdf)
traitdf
plot(sumdf$s.S, sumdf$s.crop)
--
Daniel E. Bunker
Associate Coordinator - BioMERGE
Post-Doctoral Research Scientist
Columbia University
Department of Ecology, Evolution and Environmental Biology
1020 Schermerhorn Extension
1200 Amsterdam Avenue
New York, NY 10027-5557
212-854-9881
212-854-8188 fax
deb37 at columbia.edu
2013 Oct 17
42
[PATCH v8 0/19] enable swiotlb-xen on arm and arm64
...ps;
- call __generic_dma_ops(hwdev)->alloc/free on arm64 too;
- introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/device;
- use xen_dma_map/unmap_page, xen_dma_sync_single_for_cpu/device in
swiotlb-xen;
- use dev_warn instead of pr_warn;
- remove the extra autotranslate check in biomerge.c;
- call set_phys_to_machine after mapping grant refs in gnttab_map_refs;
- call set_phys_to_machine after unmapping grant refs in gnttab_unmap_refs;
- allow __set_phys_to_machine to be called for autotranslate guests on
x86.
Changes in v6:
- check for dev->dma_mask being NULL in dma_capabl...
2012 Oct 04
49
[RFC 00/14] arm: implement ballooning and privcmd foreign mappings based on x86 PVH
This series implements ballooning for Xen on ARM and builds and Mukesh''s
PVH privcmd stuff to implement foreign page mapping on ARM, replacing
the old "HACK: initial (very hacky) XENMAPSPACE_gmfn_foreign" patch.
The baseline is a bit complex, it is basically Stefano''s xenarm-forlinus
branch (commit bbd6eb29214e) merged with Konrad''s linux-next-pvh branch
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All,
I followed the instructions here at
http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/
However, when I do a "make menuconfig", I cannot see any XEN related
configuration options. What am I missing?
Thank you.
Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical
Engineering)