similar to: Resshufling algorithm (Thiago Souza)

Displaying 20 results from an estimated 1000 matches similar to: "Resshufling algorithm (Thiago Souza)"

2009 Oct 12
2
Thiago Avelino has invited you to Dropbox
We're excited to let you know that Thiago Avelino has invited you to Dropbox! Thiago Avelino has been using Dropbox to sync and share files online and across computers, and thought you might want it too. Visit http://www.getdropbox.com/link/20.zCvZjLzqDt/NjM3MTY0ODY3 to get started. - The Dropbox Team ____________________________________________________ To stop receiving invites from
2009 Oct 12
0
Thiago Avelino has invited you to Dropbox
We're excited to let you know that Thiago Avelino has invited you to Dropbox! Thiago Avelino has been using Dropbox to sync and share files online and across computers, and thought you might want it too. Visit http://www.getdropbox.com/link/20.fbqG0o6V9e/NjM3MTY3NTg3 to get started. - The Dropbox Team ____________________________________________________ To stop receiving invites from
2012 Aug 21
1
About matrix manipulation
Dear list, I'm trying to create a matrix by combining the sites that species occur in a new matrix with species as rows and sites as columns. The main matrix is "mat": mat <- as.data.frame(cbind(sp1=c(rep(0, 5), rep(1, 5)),sp2=sample(c(rep(0, 6),rep(1, 4))), fac=c(rep("a", 3), rep("b", 3),rep("c", 4)))) The first two columns are species and the
2005 May 10
6
How not to use AJAX
Hi all, Just ran across this article http://blog.taragana.com/index.php/archive/how-not-to-use-ajax/ and was curious what the consensus is on the bookmarking and search indexing problems. I remember seeing something about bookmarking on the list. Thanks, Ben -- Ben Jackson Diretor de Desenvolvimento INCOMUM Design & Conceito ben-p14LI7ZcAE/pVLaUnt/cCQC/G2K4zDHf@public.gmane.org
2009 Nov 03
2
Re place only first NA in column
Dear All, I am trying to fill in a blank vector ("a") with one value at a time, with the value of the number of rows in a randomized dataset with rowSums=0. Below is the code I've got so far, but what I want to be as the last line is " a[1st NA,]=nz" such that this will run until all of my NAs are replaced with an integer value based on randomizations.
2006 May 24
1
multiple destinations in duration (survival) analysis
Hi, I'm trying to estimate a (parametric) competing risks model in the context of duration (or survival, if you wish) analysis. That is, instead of studying the transition of subjects to "death", I wish to study the transitions to multiple *destinations* (which is different from studying multiple *durations*, or recurrent events). I am more interested in the hazard function rather
2011 Dec 15
1
lme with nested factor and random effect
Hello all, I'm having difficulty with setting up a mixed model using lme in the nlme package. To summarize my study, I am testing for effects of ornamentation on foraging behavior of wolf spiders. I tested spiders at two different ages (penultimate vs. mature) and of two different phenotypes (one species tested lacks ornamentation throughout life [non-ornamented males] while the other
2010 Jul 08
0
Error in user authentication
Has anyone got any ideia about my issue, I'm trying to open a share in Linux from a desktop Windows, but stay asking the login/passwd. I'm using smbd 3.4.8 with winbind and mit kerberos, joining in AD Windows 2008 Server. [2010/07/08 13:51:34, 5] auth/auth_util.c:208(make_user_info_map) Mapping user [GRANSAPORE]\[thiago.ferreira] from workstation [TI-09] [2010/07/08 13:51:34, 5]
2008 Apr 21
2
Using Prototype Scripts and Google Spider?
Hey... Curious if you anyone has any experience with how Google Spiders index content that is served via a Ajax Call... just curious, cause this would have some impact on whether I would not i would use ajax in for somethings -- Joe Harman m --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2018 Apr 27
2
install dovecot 2.2.35 debian jessie
Got 2.2.34 running using debian strech image + strech-backports repos! Regards, Webert Lima DevOps Engineer at MAV Tecnologia *Belo Horizonte - Brasil* *IRC NICK - WebertRLZ* On Thu, Apr 26, 2018 at 9:37 PM, Webert de Souza Lima <webert.boss at gmail.com > wrote: > Oh thank you Cedric, I hadn't check that. So 2.2.35 is unstable, huh? > I'll deploy 2.2.34 instead. > >
2006 Jun 24
5
request.xhr? vs. respond_to
Searched around this forum, but didn''t find an answer for this question. Can you help this newbie understand any overlap and/or difference between request.xhr? and respond_to? If request.xhr? is true, should I expect it wants.js below? respond_to do |wants| wants.html { redirect_to(person_list_url) } wants.js wants.xml { render :xml => @person.to_xml(:include
2010 Oct 15
1
Random assignment
Dear List, I am doing some simulation in R and need basic help! I have a list of animal families for which i know the number of species in each family. I am working under the assumption that a species has a 7.48% chance of being at risk. I want to simulate the number of species expected to be at risk under a random binomial distribution with 10,000 randomizations. I am relatively knew to
2006 Sep 03
2
Running cox models
Hi, I'm reading van Belle et al "Biostatistics" and trying to run a cox test using a dataset from: http://faculty.washington.edu/~heagerty/Books/Biostatistics/chapter16.html (Primary Biliary Cirrhosis data link at top of the page), I'm using the following code: --------------- start of code library(survival) liver <-
2009 Oct 23
1
coxph() and survfit()
Dear All, I have a question regarding the output of survfit() when I supply a Cox model. Lets say for example: library(survival) fit <- coxph(Surv(time, status == 2) ~ factor(spiders), data = pbc) fit # HR for spiders is significant newdata <- data.frame(spiders = factor(0:1)) sf <- survfit(fit, newdata = newdata) sum.sf <- summary(sfit, times = c(2000, 2500, 3000)) # survival
2018 Apr 27
1
install dovecot 2.2.35 debian jessie
Hey Aki Tuomi, how are you doing? I have tried many ways for getting 2.2.35 pre-built installed via 'apt-get install' in Debian Jessie and Stretch using the official repos. The reason I prefer to install pre-built instead of compiling it is because the I run it on dockers, so it's a lot easier and automated to just apt-get install it. I was using 2.2.31 devel in Debian Jessie, I
2006 Jan 27
3
Problem setting multi-value cookie
I''m trying to set a multi-value cookie but for some reason it''s not working. Any help would be appreciated. cookies[:user] = { :value => {:email=>params[:login][:email], :passwd=>params[:login][:passwd]}, :expires => 30.days.from_now, :path => "/login"} -- Thiago Jackiw
2016 Jan 13
2
[HCL] NHS Laser Senoidal 5000VA supported by gamatronic
I wasn't clear. battery.runtime.low is not a counter, but a value estimated in seconds that is decreasing conforming the battery is discharging. It's mean: How much time (in seconds) will be necessary until the battery achieve the depleted status ( http://www.networkupstools.org/protocols/sec.html#Estimated_Minutes ) . If the UPS don't have a load, this value will be higher than the
2006 Jun 20
3
Rails and decimal types mapped to float
Hi, I''m a brazilian developer, work in a hospital and we have a legacy database that we want to access via rails. Rails maps decimal types to float, and to circumvent this problem the suggestion one can find on the list is to represent decimal values as cents. That''s not applicable when you have to access a legacy database. I found two tickets 4274 and 4605 on rails trac,
2016 May 25
4
Re: Windows Server 2008 - KVM
Hi there! I have installed a new VM with Win2k8 and the serial virtio driver works fine. I don´t know why the other VM the BSOD happen! About the performance, I had the impression that only one core is used.....PID 8301 is a linux VM with 4 VCPU and 2 GB of RAM... ​ 2016-05-25 3:39 GMT-03:00 Dominique Ramaekers < dominique.ramaekers@cometal.be>: > > > *Van:* Thiago
2018 Apr 26
2
install dovecot 2.2.35 debian jessie
Hi, did you check in unstable ? https://tracker.debian.org/pkg/dovecot 2018-04-26 16:43 GMT-04:00 Webert de Souza Lima <webert.boss at gmail.com>: > hmm I think I should use stretch instead of jessie, OR I should use a > stretch-backport repos, right? > > > Regards, > > Webert Lima > DevOps Engineer at MAV Tecnologia > *Belo Horizonte - Brasil* > *IRC NICK -