search for: no2

Displaying 20 results from an estimated 29 matches for "no2".

Did you mean: no
2011 Dec 22
1
[LLVMdev] tail call optimization question
...64 %x.16, 0 br i1 %0, label %if.yes, label %if.no if.yes: ; preds = %entry %1 = add i64 %y.17, 1 br label %if.after if.no: ; preds = %entry %2 = icmp sle i64 %y.17, 0 br i1 %2, label %if.yes1, label %if.no2 if.after: ; preds = %if.after3, %if.yes %3 = phi i64 [ %1, %if.yes ], [ %10, %if.after3 ] ret i64 %3 if.yes1: ; preds = %if.no %4 = sub i64 %x.16, 1 %5 = tail call fastcc i64 @ack.15(i64 %4, i64 1) br label...
2011 Mar 07
4
png inside loop
...trange behaviour (at least I am not able to explain the behaviour, therefore I assume it to be a strange behaviour): attach(water) # I know, this is not recommended names(water[3:10]) [1] "temp" "pH" "DO" "BOD" "COD" "no3" "no2" "po4" for (i in names(water)[3:10]){ fname<-paste("Henni/GFX/fem",i,".png",sep="") mname<-paste("Henni/GFX/mal",i,".png",sep="") png(fname,1000,1000) xyplot(N_female~eval(parse(text=i)) |group,xl...
2011 Feb 27
3
accessing variables inside a function, inside a loop
...i/water-abundance2.csv",sep="\t",header=T) source("functions.R") attach(water) names(water): [1] "site" "sample" "temp" "pH" "DO" "BOD" [7] "COD" "no3" "no2" "po4" "N_male" "N_female" vars<-names(water)[3:10] par(mfrow=c(4,2)) for (i in vars) { comp.plot(i,N_male,DATA=water) } comp.plot<-function(parameter,y,DATA){ #this is actually in functions.R x<-DATA[[parameter]] y<-DATA[...
2012 Feb 13
2
finding and describing missing data runs in a time series
Hi - I am trying to find and describe missing data in a time series. For instance, in the library openair, there is a data frame called "mydata": library(openair) head(mydata) date ws wd nox no2 o3 pm10 so2 co pm25 1 1998-01-01 00:00:00 0.60 280 285 39 1 29 4.7225 3.3725 NA 2 1998-01-01 01:00:00 2.16 230 NA NA NA 37 NA NA NA 3 1998-01-01 02:00:00 2.76 190 NA NA 3 34 6.8300 9.6025 NA 4 1998-01-01 03:00:00 2.16 170 493 52 3 35 7.6625 10.2175 NA 5 1...
2011 Nov 29
5
Why Numeric Values Become Factors in Data Frame
...9;CO3'|'HCO3'|'Alk-Tot'|'As'|'Ba'|'Be'|'Bi'|'Ca'|'Cd'|'Cl'|'Co'|'Cr'|'Cu'|'DO'|'Fe'|'Hg'|'K'|'Mg'|'Mn'|'Mo'|'Na'|'NH4'|'NO3-NO2'|'Oil-grease'|'Pb'|'pH'|'Sb'|'SC'|'Se'|'SO4'|'Sr'|'TDS'|'Tl'|'V'|'Zn' 'D-1'|'2007-12-12'|0.000|0.106|1.000|231.000|231.000|0.011|0.000|0.002|0.000|100.000|0.000|1.430|0.000|0.006|0.02...
2023 Dec 06
0
How to calculate relative risk from GAM model in mgcv package?
Hi R users,I am a beginner in the use of R. I need urgent help for my thesis study. <https://stats.stackexchange.com/posts/633206/timeline> I have daily air pollution parameters PM10, PM2.5 CO, NO2, SO2, and O3. I also have daily hospital admission numbers. Taking into account the effect of weekends and holidays, I would like to used generalised additive model (GAM) to explore the relationship between daily patients admissions, and air pollution parameters. I would like tu use mgcv package. H...
2010 Jul 12
0
Error in storage.mode(test) <- "logical"
...able mydata str(dataset) #this works and gives correct values HGlt102009=dataset[,6] HGBL10_F_2007 =dataset[,11] HGmt122009=dataset[,7] HGBL12_F_2007 = dataset[,16] URRmt65Perc2009 = dataset[,3] URRG65_F_2007=dataset[,22] yes1=HGlt102009-HGBL10_F_2007 no1=HGlt102009-2 yes2=HGmt122009-HGBL12_F_2007 no2=HGmt122009-26 yes3=URRG65_F_2007-URRmt65Perc2009 no3=96-URRmt65Perc2009 Analysis2009 <- transform(dataset , HGBlt10_Natl_Ave_or_Facility = recode(HGBL10_F_2007,"0:2='National'; else='Facility'") , HGBmt12_Natl_Ave_or_Facility = recode(HGBL12_F_2007,"0:26='Nat...
2018 May 18
0
Gluster failure disk is full
Hi, I have a 3 way gluster 4 setup. I had a "mishap" of some sort and I lost node no2. There was and is 660gb spare on no1 and no3 but no2 is so full I cannot mount it at boot, nor manually. I was making a 80gb VM so no idea what happened, nor how to fix it? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluste...
2011 Mar 18
1
general question about dropping terms of glm model fits
...rently helping someone with their statistical analysis of a count survey, I stumbled upon a very basic question upon model optimization: when fitting a model like: model<-lmer(abundance~(x+y+z)^3,family=poisson,...) in which x,y,z are continuous abiotic parameters such as po4 concentration, no2-concentration, which terms / interaction terms would you recommend removing FIRST? the ones of lowest significance (i.e. the ones with highest p-value) OR the ones with the most complex interaction structure (even though p-values may be low-ish)? another question just popped in my mind: let...
2005 Dec 08
2
'mean' and 'sd' calculations do not match
...t they are defined from the same values, -9999. I used the code below. Below the code are parts of the results. Cheers, Ulrich Data import: chemicS <- read.table("ChemieUlli_4_Quellen.csv", header = TRUE, sep = ",",na.strings = "-9999") Count EC NO3 NO2 NH4 3504 630.0000 33.00 0.001 0.01 3505 NA 26.66 <NA> <NA> 3506 NA 0.72 <NA> <NA> 3507 NA NA <NA> <NA> 3508 NA NA <NA> <NA> 3509 NA NA <NA> <NA> 3510 1210.0000...
2003 Jul 27
1
Drawing boxplots in pairs function
...(1,2). pairs function help file has a similar example with hist function but I am stuck with producing boxplot version. Thanks for your time and reply in advance. The below is t1.5 data from Applied Multivariate Statistical Analysis 5th, Johnson and Wichern, p40 Table 1.5. wind radiation co no no2 o3 hc 8 98 7 2 12 8 2 7 107 4 3 9 5 3 7 103 4 3 5 6 3 10 88 5 2 8 15 4 6 91 4 2 8 10 3 8 90 5 2 12 12 4 9 84 7 4 12 15 5 5 72 6 4 21 14 4 7 82 5 1 11 11 3 8 64 5 2 13 9 4 6 71 5 4 10 3 3 6 91 4 2 12 7 3...
2009 Sep 13
2
zoo plot: yearly marks on X-Axis
...ript into mine like this: - library(Rdbi) library(RdbiPgSQL) conn <- dbConnect(PgSQL(), host="localhost", dbname="BVS", user="postgres", password = "******") query_duj_kal <- dbSendQuery(conn, "select zdroj as well, cas as date, fe2, fe3, mn, nh4, no2, no3, o2, teplota as temperature from analystats where zdroj like 'Dunaj Kalinkovo' order by date") watchem_duj_kal <- dbGetResult(query_duj_kal) date <- (watchem_duj_kal$date) date_p <- strptime(date, "%m-%d-%Y") no3 <- (watchem_duj_kal$no3) nh4 <- (watchem_d...
2011 Dec 22
0
mongodb Map/reduce grouping
...ot; : "Testing1", "created" : ISODate("2011-12-12T00:00:00Z"), "tasks" : [ { "name" : "task no 1", "score" : "5" }, { "name" : "task no2", "score" : "6" } ] } { "_id" : ObjectId("4db8b0524f0b495c3a7dbba5"), "title" : "Testing2", "created" : ISODate("2011-12-12T00:00:00Z"), "tasks" : [ { &quo...
2006 Dec 20
3
How to use strings from a data.frame as the argument of an expression() for plot
Greetings, I would like to use a data.frame with strings to feed the expression() in the title of a plot. The way I did this is: molecules <-data.frame(name=c("o3","no","no2"),expression=c("quote(O[3])","quote(NO)","quote(NO[2])")) for (mol in c(5,7,9)) { plot(x, y, type="b", main=eval(substitute(expression(paste(mol," Year 2005")), list(mol=eval(parse("",text=toString(molecules$expression[(mol-3)/2])...
2011 Sep 07
1
Error: in routine alloca() there is a stack overflow: thread 0, max 535822282KB, used 0KB, request 24B
...Missval:1e+30" [1] "float ACET[COL,ROW,LAY,TSTEP] Longname:ACET Missval:1e+30" [1] "float CH4[COL,ROW,LAY,TSTEP] Longname:CH4 Missval:1e+30" [1] "float NO[COL,ROW,LAY,TSTEP] Longname:NO Missval:1e+30" [1] "float NO2[COL,ROW,LAY,TSTEP] Longname:NO2 Missval:1e+30" [1] "float NH3[COL,ROW,LAY,TSTEP] Longname:NH3 Missval:1e+30" [1] "float CCHO[COL,ROW,LAY,TSTEP] Longname:CCHO Missval:1e+30" [1] "float HCOOH[COL,ROW,LAY,TSTEP] Longname:HCOOH Mis...
2009 Sep 11
1
format (?) problems with data imported from postgres
...# conn becomes an object which contains the DB connection: conn <- dbConnect(PgSQL(), host="localhost", dbname="BVS", user="postgres", password = "*******") query_duj_kal <- dbSendQuery(conn, "select zdroj as well, cas as date, fe2, fe3, mn, nh4, no2, no3, o2, teplota as temperature from analystats where zdroj like 'Dunaj Kalinkovo'") watchem_duj_kal <- dbGetResult(query_duj_kal) My intention with the data is to create a time series by a following script: date <- (watchem_duj_kal$date) NO3 <- (watchem_duj_kal$no3) NH4 &l...
2002 Jan 22
1
glm.predict?
...0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 1, 0, 0, 1, 15, 4, 1, 0, 0, 2, 1, 0, 0, 3, 2, 0, 11, 0, 0, 3, 4, 21, 0, 16, 6, 0, 0, 0, 0, 0, 0, 2, 0, 1, 3, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 8, 6, 0, 0, 0, 3, 0, 93, 1, 17, 0), .Names = c("Lead1.no1", "Lead1.no2", "Lead1.no3", "Lead1.no4", "Lead1.no5", "Lead1.no6", "Lead1.no7", "Lead1.no8", "Lead1.no9", "Lead1.no10", "Lead1.no11", "Lead1.no12", "Lead1.no13", "Lead1.no14", "Le...
2017 Jun 16
2
Varios gráficos en una vista en OpenAir
...C: r-help-es en r-project.org Asunto: Re: Varios gráficos en una vista en OpenAir Hola, Prueba entonces esto, que sí que funciona... #----------------------- library(openair) library(gridExtra) px1 <- timePlot(mydata, pollutant = "nox") px2 <- timePlot(mydata, pollutant = "no2") print(px1, position=c(0, .50, 1, 1), more=TRUE) print(px2, position=c(0, 0, 1, .50)) #----------------------- Saludos, Carlos Ortega www.qualityexcellence.es<http://www.qualityexcellence.es> El 16 de junio de 2017, 20:32, Novvier Marco Uscuchagua Cornelio <novvier en outlook.com...
2013 Jan 08
0
bagging SVM Ensemble
...delpoly,newdata=testset, decision.values=F) prediction3<- predict(modelrad,newdata=testset, decision.values=F) prediction4<- predict(modeltan,newdata=testset, decision.values=F) no1<-sum(prediction1==0) yes1<-sum(prediction1==1) vote1<-c() if(yes1>no1) vote1<-1 else vote1<-0 no2<-sum(prediction2==0) yes2<-sum(prediction2==1) vote2<-c() if(yes2>no2) vote2<-1 else vote2<-0 no3<-sum(prediction3==0) yes3<-sum(prediction3==1) vote3<-c() if(yes3>no3) vote3<-1 else vote3<-0 no4<-sum(prediction4==0) yes4<-sum(prediction4==1) vote4<-c()...
2011 Nov 02
2
Proper Syntax for Logical Subset in Subset()
...NA NA NA NA NA NA NA NA NA NA ... $ HCO3 : num 162 152 212 NA NA NA NA NA NA NA ... $ Hg : num 0 NA NA NA NA NA NA NA NA NA ... $ K : num 1.7 NA NA NA NA NA NA NA NA NA ... $ Mg : num 43.2 NA NA NA NA ... $ Mn : num NA NA NA NA NA NA NA NA NA NA ... $ NO2-N : num NA NA NA NA NA NA NA NA NA NA ... $ NO3-N : num NA 0.47 0.09 NA NA NA NA NA NA NA ... $ NO3-NO2-N: num 1.97 NA NA NA NA NA NA NA NA NA ... $ Na : num NA NA NA NA NA NA NA NA NA NA ... $ Ni : num NA NA NA NA NA NA NA NA NA NA ... $ OH : num NA NA NA NA...