search for: muri

Displaying 7 results from an estimated 7 matches for "muri".

Did you mean: mri
2009 Jun 10
2
filled.contour as image
...tion produce a plot similar to the image() function? i.e. not have smooth contours but rather distinct "squares" corresponding to the different cells of the matrix. The reason I ask is because since image doesn't have an option to display colour bars it is a lot less useful. Cheers Muri Soares Department of Maths and Applied Maths University of Cape Town South Africa [[alternative HTML version deleted]]
2007 Oct 08
1
Reading distance matrices
Hi all, I've been having trouble reading in distance matrices (values in lower triangle only) that have been created by other programs. They load with NA values in the upper triangle. Is there an option to read the matrices properly? Thanks, Muri ____________________________________________________________________________________ that gives answers, not web links. [[alternative HTML version deleted]]
2007 Oct 22
1
grouping rows into bin ranges
...cate) into my defined bin ranges and then calculate the mean and stdev for each of the bin ranges (so I will have 1000 rows but ncol=number of bin ranges). I don't know how to group rows in a matrix matrix according to another vector (which is what I think I need to do). Thanks for the help, Muri __________________________________________________ [[alternative HTML version deleted]]
2007 Dec 07
1
Adding a subset to a glm messes up factors?
...problem with running a glm using a subset of my data. Whenever I choose a subset, in the summary the factors arent shown (as if the variable was a continuous variable). If I dont use subsets then all the factors are shown. I have copied the output from summary for both cases. Thanks for the help, Muri > model<-glm(log(cpue)~year,family=gaussian) Call: glm(formula = log(cpue) ~ year, family = gaussian) Deviance Residuals: Min 1Q Median 3Q Max -2.0962 -0.5851 -0.1241 0.4805 3.9236 Coefficients: Estimate Std. Error t value Pr(>|t|) (Inte...
2014 Feb 12
2
Re: Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
...: > I think we will have to see the XML your passing before and after edit to > figure out what's going wrong. Also, showing all the arguments you are > invoking the migration APIs with. Okay, this is going to be a long message. :) We're calling it as: dom.migrateToURI2(duri, muri, xml_str, logical_sum, None, CONF.live_migration_bandwidth) Here are the supplied arguments: duri = u'qemu+tcp://compute-0/system' muri = u'tcp://compute-0' flaglist = ['VIR_MIGRATE_UNDEFINE_SOURCE', 'VIR_MIGRATE_PEER2PEER', 'VIR_MIGRATE_LIVE'] logical_sum =...
2007 Oct 09
1
Plotting two distance matrices
Hi all, I'm trying to plot two distance matrices against each other (74x74,phylogenetic distance and phenotypic distances). However R gives an error message:"Error in plot.new() : figure margins too large". Is it because I have too many points to plot? Thanks in advance, Muri ____________________________________________________________________________________ Tonight's top picks. What will you watch tonight? Preview the hottest shows [[alternative HTML version deleted]]
2014 Feb 10
2
Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
Hi, We've run into a problem with libvirt 1.1.2 and are looking for some comments on whether this is a bug or design intent. We're trying to use migrateToURI() but we're using a few things (numatune, vcpu mask, etc.) that may need adjustment during the migration. We found that migrateToURI2() mostly works if we use XML created by copying the domain XML from the running instance