search for: jeffri

Displaying 20 results from an estimated 54 matches for "jeffri".

Did you mean: jeffry
2010 May 26
3
Counting indexes
...like to create a [start,stop] pair of vectors that index the first and last observation per ID. For the ID list above, it would look like 1 1 2 3 4 6 7 7 8 9 I haven't worked with indexes/data manipulation much in R, so any pointers would be helpful. Many thanks! ~~~~~~~~~~~~~~~~~~~ -Robin Jeffries Dr.P.H. Candidate in Biostatistics UCLA School of Public Health rjeffries@ucla.edu 530-624-0428 [[alternative HTML version deleted]]
2010 Apr 21
1
Cross-checking a custom function for separability indices
Hi list! I have prepared a custom function (below) in order to calculate separability indices (Divergence, Bhattacharyya, Jeffries-Matusita, Transformed divergene) between two samples of (spectral land cover) classes. I need help to cross-compare results to verify that it works as expected (since I don't know of any other foss-tool that will give me quickly some results). Does anybody use another mean/tool/function...
2006 Apr 18
0
Jeffries-Matusita distance
I've calculated as follows: matusita<-function(f1,f2,lw,up){ fmatu<-function(x) ( sqrt(f1(x)) - sqrt(f2(x)) )^2 sqrt (integrate( fmatu, lower=lw, upper=up, subdivisions=1000000)$value) } Josué Almansa Unitat de Recerca en Serveis Sanitaris Institut Municipal d'Investigació Mèdica, IMIM c/ Doctor Aiguader, 80 08003 Barcelona e-mail: jalmansa@imim.es
2012 Aug 15
3
Subsetting with missing data
...0 > is(a$y) [1] "numeric" "vector" Instead of only pulling the rows where a$y==0, i'm getting where they're 0, OR NA. ? Again I feel like either something was changed when I wasn't looking.. or I'm reaaaaaaly forgetting something important. Thanks, Robin Jeffries MS, DrPH Candidate Department of Biostatistics, UCLA 530-633-STAT(7828) rjeffries@ucla.edu [[alternative HTML version deleted]]
2010 Oct 10
2
GC verbose=false still showing report
...used (Mb) gc trigger (Mb) max used (Mb) Ncells 267097 14.3 531268 28.4 531268 28.4 Vcells 429302 3.3 20829406 159.0 55923977 426.7 I'm embedding this in an Sweave/TeX file, so I *really* can't have this printing out. Suggestions other than manually editing the TeX file? Robin Jeffries MS, DrPH Candidate Department of Biostatistics UCLA 530-624-0428
2010 Nov 07
2
How is MissInfo calculated? (mitools)
...0.11083362 -0.27310639 0.1613537 0 % as.factor(ethnic3)1 0.17297835 0.19556664 -0.21032531 0.5562820 0 % as.factor(ethnic3)2 0.63507020 0.18017975 0.28192410 0.9882163 0 % u -0.01322976 0.18896230 -0.40291914 0.3764596 64 % Thanks, Robin Jeffries MS, DrPH Candidate Department of Biostatistics UCLA 530-624-0428 [[alternative HTML version deleted]]
2011 Feb 02
2
Help with one of "those" apply functions
...2 measurements ... subject.value[5] <- sum(value[11:15]) # the next 5 measurements I'd imagine it'll be some sort of *apply(value, nrep, sum) but I can't seem to land on the right format. Can someone give me a heads up as to what the correct syntax and function is? Danke, Robin Jeffries MS, DrPH Candidate Department of Biostatistics UCLA 530-624-0428 [[alternative HTML version deleted]]
2005 Sep 16
5
Table belongs_to self - good idea?
Hi, I have a somewhat complicated relationship question. I''ve been banging my head about this for some time and have given in and decided to ask the list :) Here''s what I''m trying to achieve: Products can have variants. For example, a t-shirt could come in small, medium and large, but also black, green and blue in the first two sizes, but only blue in large.
2011 Jun 09
3
Resources for utilizing multiple processors
...d a(t), b(t-1) and c(t-1) into FUN2 to simulate b(t) and c(t). I'd love to have one core run FUN1 and another run FUN2, and better yet, a third to run all the pre-and post- processing tidbits! So if anyone has any suggestions as to a direction I can look into, it would be appreciated. Robin Jeffries MS, DrPH Candidate Department of Biostatistics UCLA 530-633-STAT(7828) [[alternative HTML version deleted]]
2012 Feb 20
5
Upgrade from Shorewall 4.4.27.3 to 4.5.0.1
I''d like to ask for clarification on the upgrade procedure using tarballs. In the past, with version 4.4, I have downloaded shorewall-4.4.x.y.tar.bz2 and shorewall6-4.4.x.y.tar.bz2, extracted each, and executed ''install.sh -s'' in each directory. Now there is a new package shorewall-core-4.5.x.y.tar.bz2. As I understand it, with version 4.5, this core package needs to be
2011 Jan 19
1
Printing "pretty' vectors in Sweave
...,") I can't seem to assign it to an object, 1,2,3,4> myvec <- cat(c, sep=",") 1,2,3,4> myvec NULL and if I bypass the object assignment and put "My vector is (\Sweave{cat(c, sep=",")}). " prints out "My vector is (). " Suggestions? Robin Jeffries MS, DrPH Candidate Department of Biostatistics UCLA 530-624-0428 [[alternative HTML version deleted]]
2010 Apr 25
1
Obvious reason for not looping twice?
...$st)),length(unique(svc$vc))), dimnames=list(unique(svc$st), unique(svc$vc))) for (i in 1:length(unique(svc$st))) { for (j in 1:length(unique(svc$vc))){ lookup.svc[i,j] <- svc[svc$st == unique(svc$st)[i] & svc$vc == unique(svc$vc)[j], 4] }} Thanks, Robin ~~~~~~~~~~~~~~~~~~~ -Robin Jeffries Dr.P.H. Candidate UCLA School of Public Health rjeffries@ucla.edu 530-624-0428 [[alternative HTML version deleted]]
2010 May 08
1
Source.R file from cmd line
...mes. Can someone please help with the command line syntax that I would assign to the task? I know that i can open a command prompt, type R, and then source the file, but I don't know how to pass multiple line arguments to the command line in a system task. Thanks, ~~~~~~~~~~~~~~~~~~~ -Robin Jeffries Dr.P.H. Candidate in Biostatistics UCLA School of Public Health rjeffries@ucla.edu 530-624-0428 [[alternative HTML version deleted]]
2010 Jan 21
2
Problems completely reading in a "large" sized data set
...list(rep("character",7),0,"logical",0,"character")) to use in scan(), it still read everything in as character. I'm also not sure about the "" 's, I had to put them in to get list() to even accept that. Or c(). Any ideas with this? Thanks! -- Robin Jeffries Dr.P.H. Candidate Department of Biostatistics UCLA School of Public Health [[alternative HTML version deleted]]
2013 Apr 02
1
gdata selectively not working
...ppData\Local\Temp\RtmpWkmGgn\file1bcc2cfe7499.csv" "1"' had status 2 Error in file.exists(tfn) : invalid 'file' argument So it appears that it's a problem with the original Excel file. But there's nothing that tells me what the problem actually is. Thanks -Robin Jeffries [[alternative HTML version deleted]]
2010 Apr 21
3
Anyone else notice that http://api.rubyonrails.org has been hijacked?
??? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at
2010 Aug 01
4
Admin interface for Rails?
Hello folks, I am currently working on a project that has to deliver an admin interface like the Django''s one, I wanna know if you know/ recommend any gem or plugin for that. Cheers, Rodrigo Alves Vieira -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2010 Aug 04
1
Problem using R and Beamer...
Dear [R] and beamer community, I am trying to build a presentation using beamer and [R]. I can Sweave the file; however, when I run pdflatex on the file i get the following error: ! FancyVerb Error: Extraneous input `> a = 123450 > b = -0.69 \end {Sinput} \end {Schunk} \end { beamer at frameslide}\ifbeamer at twoscreenstext \beamer at dosecondscreennow {{fragile} \frametitle
2010 May 24
1
sparse matrices in lme4
...somewhere (help list, documentation) that the random effects in lme4 uses sparse matrix "technology". I'd like to confirm with others that I can't use a sparse matrix as a fixed effect? I'm getting an "Invalid type (S4) " error. Thanks. ~~~~~~~~~~~~~~~~~~~ -Robin Jeffries Dr.P.H. Candidate in Biostatistics UCLA School of Public Health rjeffries@ucla.edu 530-624-0428 [[alternative HTML version deleted]]
2015 Dec 31
2
[squid-users] squid3 / debian stable / please update to 3.4.14
...this one, use SID and not testing, testing has a longer delay in security updates and coms after unstable. See : https://www.debian.org/security/faq Greetz, Louis > -----Oorspronkelijk bericht----- > Van: squid-users [mailto:squid-users-bounces at lists.squid-cache.org] Namens > Amos Jeffries > Verzonden: donderdag 31 december 2015 10:43 > Aan: Massimo.Sala at asl.bergamo.it > CC: luigi at debian.org; squid-users at lists.squid-cache.org > Onderwerp: Re: [squid-users] squid3 / debian stable / please update to > 3.4.14 > > On 2015-12-30 03:26, Massimo.Sala at asl....