search for: nana

Displaying 20 results from an estimated 31 matches for "nana".

Did you mean: naa
2020 Jan 01
2
New R function is.nana = is.na & !is.nan
...na && !is.nan | R_IsNA | f | t | is.na && !is.nan +---------------------+ +---------------------+ | R fun | NaN | NA | C fun +---------------------+ | is.na | t | t | ISNAN | is.nan | t | f | R_IsNaN +---------------------+ | is.nana | f | t | R_IsNA +---------------------+ Strictly speaking, I am asking for a new R function: is.nana <- function(x) if (typeof(x)=="numeric") .Primitive("is.nana") else .Primitive("is.na") Then probably a copy of C function `do_isnan` as `do_isnana`...
2020 Jan 02
1
New R function is.nana = is.na & !is.nan
"nana" is meant to express "NA, really NA". Your suggestion sounds good. On Thu 2 Jan, 2020, 3:38 AM Pages, Herve, <hpages at fredhutch.org> wrote: > Happy New Year everybody! > > The name (is.nana) doesn't make much sense to me. Can you explain it? > > One alter...
2020 Jan 01
0
New R function is.nana = is.na & !is.nan
Happy New Year everybody! The name (is.nana) doesn't make much sense to me. Can you explain it? One alternative would be to add an extra argument (e.g. 'strict') to is.na(). FALSE by default, and ignored (with or w/o a warning) when the type of 'x' is not "numeric". H. On 12/31/19 22:16, Jan Gorecki wrote:...
2005 Nov 24
4
Survreg Weibull lambda and p
...'Weibull lambda and p values' in the analysis. I checked the mailings for direction but to no avail. Could someone please provide direction as how to extract the Weibull "lambda" and "p" for both randgrpc values? Many thanks S. ???? ?"? ???? ???? http://mail.nana.co.il [[alternative HTML version deleted]]
2009 Nov 10
3
NetCDF output in R
...f.ncdf('lev','pressure',levs) var <- var.def.ncdf('data','unitless',list(lon,lat,tdim),-999.9) ncid <- create.ncdf(filename,list(var)) put.var.ncdf(ncid, var, data) close.ncdf(ncid) } ##########################end of function####################### Thank you. Nana Browne ==================================================================== There is no key to happiness. The door is always open. [[alternative HTML version deleted]]
2009 Nov 10
3
NetCDF output in R
...f.ncdf('lev','pressure',levs) var <- var.def.ncdf('data','unitless',list(lon,lat,tdim),-999.9) ncid <- create.ncdf(filename,list(var)) put.var.ncdf(ncid, var, data) close.ncdf(ncid) } ##########################end of function####################### Thank you. Nana Browne ==================================================================== There is no key to happiness. The door is always open. [[alternative HTML version deleted]]
2006 Jan 23
1
Trees
...ike to conduct a CHAID tree analysis - Chi-square Automatic Interaction Detector. >From what I can make out from MASS, tree, rpart, and a quick search it isn't available as a package. Is that correct or have I missed it? Has anyone an available implementation of it? Thanks Stephen Nana Mail <http://mail.nana.co.il> - Get Your Free Personal Outlook 2003 Now [[alternative HTML version deleted]]
2006 Jan 16
1
gplots
...i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn rev 36812 language R > Nana Mail <http://mail.nana.co.il> - Get Your Free Personal Outlook 2003 Now [[alternative HTML version deleted]]
2005 Jun 26
4
Mixed model
...mingw32 system i386, mingw32 status major 2 minor 1.1 year 2005 month 06 day 20 language R Windows XP Pro. Many thanks Stephen ???? ?"? ???? ???? http://mail.nana.co.il [[alternative HTML version deleted]]
2006 Jan 02
1
ARIMA?
...irc appraisal the sample sizes was decent (n > 200). Is ARIMA violated or does it remain robust under such circumstances? Is there a viable alterative to ARIMA out there to analyze a trend of 8 repeated measures w. > 200 cases? Many thanks Stephen ???? ?"? ???? ???? http://mail.nana.co.il [[alternative HTML version deleted]]
2014 Aug 04
1
Samba PDC groups in windows
Hello, I have a samba PDC with an openLDAP backend. on my windows 7 machines which have joined the Samba PDC domain I cannot see the groups on windows. Does anyone know the reason why ? I can see the mapped groups in groupmap list though root at smb-pdc[~]# net groupmap list Domain Admins (S-1-5-21-831610874-1793854533-4121639242-512) -> Domain Admins Domain Users
2005 Nov 22
3
Weibull and survival
...os mingw32 system i386, mingw32 status major 2 minor 1.1 year 2005 month 06 day 20 language R > Many thanks S. ???? ?"? ???? ???? http://mail.nana.co.il [[alternative HTML version deleted]]
2010 Jun 24
2
boxplot width
Hi everyone, I made this set of boxplots that would show me the widths of some sites broken up by some chromosome, but I don't know how to make it indicate the number of data points that created the boxplot. How do I do that? boxplot(data$site~data$chr,varwidth='TRUE') -- View this message in context: http://r.789695.n4.nabble.com/boxplot-width-tp2266805p2266805.html Sent from the
2010 Jun 25
1
best way to plot a evolution in time
Hi everyone, I have the following question: given three objects let's say: a <- c( 2 , 5, 15, 16) b <- c(1 ,1, 8 , 8) c <- c (10, 10 11 ,11) m<-matrix(c(a,b,c),byrow=T,nrow=3) rownames(m)<-c("gene a", 'gene b','gene c') m gene.dist<-dist(m,method='euclidian') gene.dist which is the best way to plot their evolution in time? shoul I use a
2005 May 25
4
mixed model
Hello all, I have problem with setting up random effects. I have a model: y=x1+x2+x1*x2+z1+z1*x2 where x1, x2, x1*x2 are fixed effects and z1, z1*x2 are random effects (crossed effects) I use library(nlme) 'lme' function. My question is: how I should set up random effects? I did lme(y~x1+x2+x1:x2, data=DATA, random=~z1+z1:x2, na.action='na.omit') but it did not work.
2005 Jul 18
1
Survival dummy variables and some questions
...o plot recurrent events does anyone know of a way of interpreting them? References & code appreciated. BTW. not too familiar with R, less so with survival analysis .... but well worth the effort. Many thanks in advance... Regards Stephen ???? ?"? ???? ???? http://mail.nana.co.il [[alternative HTML version deleted]]
2010 Jun 22
1
applying ifelse to dataframe
...2,3] is equal to 11 and 11 is in the target list, so the mask is True # now something like DF<- ifelse(mask==T,DF,NA) is CONCEPTUALLY what I want to do in the end I'd Like a result that looks like name x1 x2 x3 x4 1 1 A NA NA NA 2 1 A 11 NA NA 3 2 A 12 NA 22 4 2 A 13 NANA 5 3 A NA 50 24 6 3 A NA NA NA 7 4 A 16 NA 26 8 4 A NA NA 27 9 5 A NA NA NA 10 5 A 19 NA NA Ive tried forcing the DF and the mask into vectors so that ifelse() would work and have tried "apply" using ifelse.. without much luck. any thoughts? [[alternative HT...
2007 Apr 06
12
Verizon-Vonage Lawsuit
May be slightly off topic, but I was wondering what everyone thinks of this latest ruling against Vonage? Does anyone really know what Verizon hold patents for, and could those patents possible affect anything in Asterisk? Who knows who Verizon will go after next. Brent -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 21
1
question about scripts sieves
hello list hello dovecot network hello all the reader here is a sieve script this ######################################## require ["fileinto","regex","comparator-i;ascii-numeric","reject","relational"]; # rule:[spammanage] if header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-score"] ["500"] {
2003 Aug 26
0
Re: Stop Using relays.osirusoft.com *NOW*! (fwd)
...eymour <jseymour@LinxNet.com> Reply-To: postfix-users@postfix.org To: postfix-users@postfix.org Subject: Re: Stop Using relays.osirusoft.com *NOW*! jseymour@LinxNet.com (Jim Seymour) wrote: > > John Capo <jc@irbs.com> wrote: > > > [snip] > > > > Scuttlebut on NANAE is that Joe was hacked. I think the problem > > is solved for now: > [snip] > > Word I have is that scuttlebut is incorrect. Word I have is that Joe''s > done this on-purpose and that he is throwing in the towel. I just discovered the following, posted to news.admin.ne...