Displaying 5 results from an estimated 5 matches for "n2o".
Did you mean:
n2
2010 Sep 10
2
pairwise.t.test vs t.test
...I'm doing wrong?
Here's an example where I compare the first two ventilations with pairwise.t.test and t.test
> pairwise.t.test(folate, ventilation, p.adj="none", pool.sd=F)
Pairwise comparisons using t tests with non-pooled SD
data: folate and ventilation
N2O+O2,24h N2O+O2,op
N2O+O2,op 0.029 -
O2,24h 0.161 0.298
P value adjustment method: none
> t.test(folate[1:8], folate[9:17], var.equal=F)
Welch Two Sample t-test
data: folate[1:8] and folate[9:17]
t = 2.4901, df = 11.579, p-value = 0.02906
alternative hypothesis...
2007 Jun 03
2
Subscript in axis label
...I am experiencing difficulty in trying to generate a subscript '2' in an
axis label. Although I can get the '2' into a subscript using expression(),
R then forces me to leave at least one space between the '2' and the
following character. My label is supposed to read 'N2O concentration
(ppm)', and the space between the '2' and the 'O' makes it look rather
inelegant! My code is the following (the comments in it are there to stop
me forgetting what I have done, I am new to R):
postscript(file="/Users/patrickmartin/Documents/York Innova
Pr...
2013 Apr 30
1
vegan -varpart is bigger than 100% in total?
...rpart in vegan package but the values in the venn diagram is bigger than 100% in total.How is it possible? What might be the reason? Thank you
library(vegan)
gotud <- decostand(gotu,"hell")
G.var <- varpart(gotud,~Depth,~CH4_oxidation,~d13C_DIC+Temperature+Spec.Conductivity+DO+CH4+N2O+pH, data=ge)
plot(G.var)
Sample depth T SpCond DO pH Chl CH4 CH4oxidation N2O TA POC BP SO4
Gi25Feb12 25 24.46 1104 4.42 8.94 1.6 40.00174578 1.1 6.683260809 12.723 41.98069543 0.008282072 150.1168
Gi27.5Fb12 27.5 24.42 1105 4.36 8.93 1.2 68.53538846 1.4 7.431459607 12.711 31.4397919 0.02073...
2005 Oct 06
1
.Net Framework Wrapper
I am going to attempt to develop a wrapper for the R.dll library in the .Net
framework.
I successfully interfaced with some very simple functions from the library,
but nothing close to do some data analysis.
I dumped all the "publicly" available functions and attributes from the
windows dll and found there are 2671 functions and attributes.
I created an API document that
2013 Apr 26
1
[newbie] how to find and combine geographic maps with particular features?
...ocs) regarding the larger topic of combining
geographical maps (especially projected ones, i.e., not just lon-lat)
on plots of regional data (i.e., data that is multinational but not
global).
My specific problem is
https://bitbucket.org/tlroche/gfed-3.1_global_to_aqmeii-na/downloads/GFED-3.1_2008_N2O_monthly_emissions_regrid_20130404_1344.pdf
which plots N2O concentrations from a global inventory of fire
emissions (GFED) regridded to a North American projection. (See
https://bitbucket.org/tlroche/gfed-3.1_global_to_aqmeii-na
for details.) The plot currently includes boundaries for Canada,
Me...