Displaying 8 results from an estimated 8 matches for "bses".
Did you mean:
bases
2010 Oct 06
3
what is the "NOT IN" operator
...B","E","G"), ]
What I need is the opposite, that is remove rows and/or columns. What is the operator for "NOT IN"? I tried (i)! %in% and (ii) ^%in% and both resulted in a "could not find function" error.
Kind Regards
Emily Deomano | Biometrician
BSES Limited | ABN 29 103 760 005 | PO Box 86 | 50 Meiers Road | Indooroopilly Q 4068 Australia
P: +61 7 3331 3304 | M: +61 408 656 452 | F: +61 7 3871 0383 | E: edeomano@bses.com.au<mailto:edeomano@bses.com.au> | W: bses.com.au
-------------------- Internet e-Mail Disclaimer --...
2009 Oct 28
0
running aov() and lme() on 64-bit
...t:
numDF denDF F-value p-value
(Intercept) 1 405 150.84639 <.0001
Main 5 405 3.74269 0.0025
Sub 2 6 0.55782 0.5995
Main:Sub 10 405 0.69772 0.7268
Regards,
Emily
Emily Deomano
Biometrician
BSES Limited
Postal Address: PO Box 86
Street Address: 50 Meiers Road
Indooroopilly QLD 4068 Australia
Ph: +61 (0) 7 3331 3306
Mobile: +61 (0) 408 656 452
Fax: +61 (0) 7 38710383
Email: edeomano@bses.org.au<blocked::mailto:jstringer@bses.org.au>
Web: www.bses.org.au<http://www.bses.org.au>...
2009 Jun 08
3
Plotting two regression lines on one graph
...he fitted regression curves of fit1 and fit2 on the one graph. I have tried:
graphics.off()
plot(Aids ~ Year, data = aids)
line(glm(Aids ~ Year, data=aids, family=poisson()))
line(glm(Aids ~ Year+I(Year^2), data=aids, family=poisson()))
but this does not work.
Can anyone help me?
Thanks
Jo
BSES Limited Disclaimer
--------------------------------------------------------------------------------
This email and any files transmitted with it are confide...{{dropped:15}}
2009 Jun 10
1
how to get output from a nested loop
...;-t1$clone
t1<-t1[,-1]
t1
###A nested loop. I'm trying to get all combinations of columns 1:5 and join each of them with column 7.
st1 <- list()
for(i in 1:4) {
for(j in (i+1):5){
st1[[i]] <- cbind(t1[,c(i,6)],t1[,j])
}
}
st1
Thanks for your help,
Scott
BSES Limited Disclaimer
--------------------------------------------------------------------------------
This email and any files transmitted with it are confide...{{dropped:13}}
2012 Aug 31
2
dynamic list in aggregate()
...information may be intercepted, corrupted, lost, destroyed, arrive late or incomplete or contain viruses. This email and any files attached to it have been checked with virus detection software before transmission. You should nonetheless carry out your own virus check before opening any attachment. BSES Limited does not represent or warrant that files attached to this email are free from computer viruses or other defects and accepts no liability for any loss or damage that may be caused by software viruses
[[alternative HTML version deleted]]
2011 Mar 25
0
parallel processing for bridge and blasso
...h 16GB RAM. I'll have access to a 6C processor machine and I came across the multicore package. Can I use multicore with the bridge and blasso function? That is, is parallel processing possible for the bridge and blasso functions by using the multicore package?
Kind Regards
Emily Deomano
BSES Limited? Q Australia
-------------------- Internet e-Mail Disclaimer --------------------
PRIVILEGED - PRIVATE AND CONFIDENTIAL: This email and any files transmitted with it are intended solely for the use of the addressee(s) and may contain information, which is confidential or privileged. If y...
2009 Mar 02
1
how to pass a command variable in DOS to R program in R CMD BATCH
Hi all,
I need to run a program (asreml) thousands of times and each time I have
to provide a slightly different dataset. Because I have to run asreml
under Windows (DOS or scripts) environment, I have trouble to pass a
command variable (or pointer variable or %counter in the following
example) to R program so at each counter R can generate a different data
set for asreml to run. Any
2008 Sep 09
2
match problem by rownames
Hi all,
While dat['a1',] and dat['a10',] produce the same results in the
following example, I'd like dat['a1',] to return NAs.
dat <- data.frame(x1 = paste(letters[1:5],10, sep=''), x2=rnorm(5))
rownames(dat) <- dat$x1
dat['a1',]
dat['a10',]
> sessionInfo()
R version 2.7.2 (2008-08-25)
i386-pc-mingw32
locale: