search for: expend

Displaying 20 results from an estimated 162 matches for "expend".

Did you mean: expand
2008 Nov 04
2
use abline() for regression model in the plot
.../file/p20332968/spe.dat spe.dat Hi, i have a problem in sorting out some command in R and i am really hoping some expert can help me out please! i have the spe.dat file which i upload here, and when u read into R u got something like this: A5 <- read.table('spe.dat' ,header=TRUE) A5 EXPEND ECAB MET GROW YOUNG OLD WEST STATE 1 256 85.5 19.7 6.9 29.6 11.0 0 ME 2 275 94.3 17.7 14.7 26.4 11.2 0 NH 3 327 87.0 0.0 3.7 28.5 11.2 0 VT 4 297 107.5 85.2 10.2 25.1 11.1 0 MA 5 256 94.9 86.2 1.0 25.3 10.4 0 RI 6 312 121.6 77.6...
2004 Sep 29
6
displaying sample size in boxplots
Hi, I was wondering if there is a ready made function or parameter for indicating the sample size in boxplots? Here's what I came up with so far: library(ISwR) data(energy) attach(energy) boxplot(expend~stature) sample.size <- tapply(expend, stature, length) sample.size <- paste("N=", sample.size, sep="") mtext(sample.size, at=1:length(unique(stature)), line=2, side=1) TIA, Patrick -- "What happens if a big asteroid hits Earth ? Judging from realistic simulations...
2011 Aug 13
1
[Bug 8375] New: rsync with bandwidth limit sometimes expend extra time
https://bugzilla.samba.org/show_bug.cgi?id=8375 Summary: rsync with bandwidth limit sometimes expend extra time Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: fbmoser at gmail.com...
2008 Nov 10
1
plotting graph in different device
Hi, i try to plot my graph into different device using x11(), but when i do this comes up: > x11(print(plot(A5e$ECAB,A5e$EXPEND,type='p',main='Per capita expenditure > against economic + ability index without outliners',xlab='ECAB',ylab='EXPEND',xlim=c(0,150),ylim=c(150,400), + col='red',col.axis='blue'))) NULL Warning message: ?length(width)? differs between new and previ...
2016 Nov 30
2
RFC: Adding Support For Vectorcall Calling Convention
...types, the vector types should be allocated first. Hence, one pass on the argument list is not sufficient anymore, because HVA structures are allocated on a second pass. Issues in Clang -------------------- Structure Expansion ~~~~~~~~~~~~~~~~~~~ The current clang implementation expends HVA structures into multiple vector types. For example: C code: int __vectorcall foo(hva3 a); LLVM IR Output: define x86_vectorcallcc i32 @foo(__m256 %a.0, __m256 %a.1, __m256 %a.2); *The example omits the decoration that is added to the function name Thus the backend can't differentiate bet...
2011 Mar 29
4
Simple but elusive - expand back from counts
...10, "def", 1, 44, 12, "abc", 2), 3, 4, byrow=T)) I want to expand the data to the following form: V1 V2 V3 V4 1 44 10 abc 1 2 44 10 def 1 3 44 12 abc 1 4 44 12 abc 1 The last row of the original df was duplicated the row by the number in the 4th column (which could be expendable being all ones) I clumsily tried a few variants of a loop but I am not making any progress. Any hints would be greatly appreciated. for (i in 1:3){ rbind(rep(tmp[i,], temp[i,4]) } -- View this message in context: http://r.789695.n4.nabble.com/Simple-but-elusive-expand-back-from-counts-tp34...
2005 Apr 14
3
Wrapping long labels in barplot(2)
I am using barplot, and barplot2 in the gregmisc bundle, in the following way: barplot2(sort(xtabs(expend / 1000 ~ theme)), col = c(mdg7, mdg8, mdg3, mdg1), horiz = T, las = 1, xlab = "$ '000", plot.grid = T) The problem is that the values of 'theme', which is a factor, are in some cases rather long, so that I would like to wrap/split them at a space once they exceed,...
2017 Oct 11
2
data corruption - any update?
...ruption happens only in this cases: > > - volume with shard enabled > AND > - rebalance operation > I believe so > So, what If I have to replace a failed brick/disks ? Will this trigger > a rebalance and then corruption? > > rebalance, is only needed when you have to expend a volume, ie by > adding more bricks ? That's correct, replacing a brick shouldn't cause corruption, I've done it a few times without any problems. As long as you don't expand the cluster, you are fine. Basically you can add or remove replicas all you want, but you can't ad...
2005 Jul 30
2
Big thanks for supporting i586 type machines.
While I know that, technically, the only i586 machines are the Pentium and Pentium MMX, it is still nice that I can use some headless AMD K6/2 machines I have lying around for CentOS 4. Many thanks for the effort expended to get that working. -- Lamar Owen Director of Information Technology Pisgah Astronomical Research Institute 1 PARI Drive Rosman, NC 28772 (828)862-5554 www.pari.edu
2009 Jan 11
9
Clarification of ratings...
I was browsing apps and looking for games that run in Wine as Gold or better. The issue is that I see many apps listed as gold that require recompiling Wine with patches to get them to work. From my understanding, any application that requires code changes should be listed as garbage and tied to a patch/bug to be able to operate. That and any application that ranks higher should run under a
2004 Sep 26
2
Sweave: superfluous newline (`\\') in tex file
...'m having trouble sweaving the following example: --8<------------------------schnipp------------------------->8--- \documentclass{article} \begin{document} \SweaveOpts{echo=FALSE} @ <<>>= rm(list=c(ls())) library(Hmisc) library(ISwR) data(energy) energy$log <- log(energy$expend) attach(energy) @ %def @ <<results=tex>>= mysum <- summary(stature ~ expend + log, method="reverse", test=T) latex(mysum, file='', caption="foo bar", label="tab:foobar" ) @ %def \end{document} --8<-----------------------...
2017 Oct 11
0
data corruption - any update?
...s cases: - volume with shard enabled AND - rebalance operation In any other cases, corruption should not happen (or at least is not known to happen) So, what If I have to replace a failed brick/disks ? Will this trigger a rebalance and then corruption? rebalance, is only needed when you have to expend a volume, ie by adding more bricks ? 2017-10-05 13:55 GMT+02:00 Nithya Balachandran <nbalacha at redhat.com>: > > > On 4 October 2017 at 23:34, WK <wkmail at bneit.com> wrote: >> >> Just so I know. >> >> Is it correct to assume that this corruption issu...
2014 Nov 22
2
yum-plugin-security
On Sat, 22 Nov 2014 12:07:00 -0600 Frank Cox <theatre at melvilletheatre.com> wrote: > On Sat, 22 Nov 2014 15:32:32 +0100 > Gabriele Pohl wrote: > > > As written in my other mail, the intention is > > to get triggered when security updates are pending. > > why not set up something to watch the centos-announce list, > parse the subject lines for
2002 Apr 26
4
Burn Out
...hould there be a volunteer, I will continue to integrate the tools into my web and ftp sites. 2. I''m abandoning work on the Shorewall GUI Every time that I sit down to work on the GUI, I find something more interesting to do. I frankly don''t care enough if Shorewall has a GUI to expend the energy to write one and it is time that I admitted that fact to myself. This is not to say that I don''t support fully the efforts of folks like John Lodge who are working to provide a GUI; I''m simpley not going to build one myself. 3. I''m going to monitor the list...
2019 Jun 04
3
Offer zip builds
...rg/dl - https://nim-lang.org/install_windows.html - https://python.org/downloads/release/python-373 - https://windows.php.net/download As I see it, the question isnt "should R offer zip builds", its "why isnt R offering zip builds". > Unless you can make the case to them to expend the finite resources that they > have to support this as part of each version release process, in light of the > prior discussions, it is not clear that this appears to be a priority. Thats the point of my original post. If they choose to continue with only EXE, I will just keep using other...
2006 Apr 20
5
Rails, FCGI, Dreamhost
...roxy for my own lighttpd process running on a port other than 80, and let me control my own FCGI allocation. Does anybody have a different/better solution? If I don''t hear of one, I''ll post here when I submit this as a suggestion. I''ll appreciate it if you''d expend some of your valuable suggestion-voting credits to support me! I think this is the best chance to get reliable Rails application hosting at Dreamhost. --Al Evans -- Posted via http://www.ruby-forum.com/.
2009 Mar 08
1
singular matrices in plm::pgmm()
Hi list, has anyone succeeded in using pgmm() on any dataset besides Arellano/Bond's EmplUK, as shown in the vignette? Whatever I try, I eventually get a runtime error because of a singular matrix at various points in pgmm.diff() (which gets called by pgmm()). For example, when estimating a "dynamic" version of the Grunfeld data: data(Grunfeld, package="Ecdat") grun
2017 Oct 05
2
data corruption - any update?
On 4 October 2017 at 23:34, WK <wkmail at bneit.com> wrote: > Just so I know. > > Is it correct to assume that this corruption issue is ONLY involved if you > are doing rebalancing with sharding enabled. > > So if I am not doing rebalancing I should be fine? > That is correct. > -bill > > > > On 10/3/2017 10:30 PM, Krutika Dhananjay wrote: > >
2014 Jul 01
2
recording in mp3
...ar intervals eg every night at 01:00 i would start a script to convert the wav to mp3 and then delete the wav files. it is really easy. On 30/6/2014 23:30, Scott Griepentrog wrote: ?You will not be able to able to save much space if any by using MP3 instead of ulaw or wav -- at least not without expending a lot of CPU time to encode the file at a very low bitrate which sounds pretty bad even with just speech. One of the better space savings options for recordings or voicemail is gsm. Of course, using an MP3 format just because you ?prefer that is understandable. Additionall...
2018 Jun 06
2
Porting OptBisect to New Pass Manager
...e and codegen stage. Porting it to new pass manager means that, for now opt stage accumulation will use new pass manager and llc stage will still use legacy pass mechanism. May I ask if there is any plan to apply new pass manager for llc stage? If so, the OptBisect porting will also need to expend to codegen stage in the future. 2. Do we want optnone support for new pass manager? I see OptBisect for each pass was first introduced by modifying optnone check. However new pass manager does not support it IIUC. We can either follow the legacy structure of skipFunction()/Module(), put s...