search for: 1mo

Displaying 10 results from an estimated 10 matches for "1mo".

Did you mean: 1m
2010 Nov 19
0
printCoefmat() for a data.frame with factors
...) needs another argument for this case (factor.ind= indices of column numbers which are factors, or stringsAsFactors=TRUE), or maybe there is some other method I could use. Here is an example: > summary(lor.Emp) EmploymentLength LayoffCause Log Odds Ratio Std. Error z value Pr(>|z|) 1 <1Mo:1-3Mo Closure -0.04082199 0.5143769 -0.07936203 0.468372334 2 1-3Mo:3-12Mo Closure 0.02353050 0.2782868 0.08455486 0.466307643 3 3-12Mo:1-2Yr Closure 0.04904020 0.2327390 0.21070895 0.416557193 4 1-2Yr:2-5Yr Closure -0.07555132 0.2468528 -0.30605823 0.379780157 5 2-5Yr:>5Yr Closure -0.26157903 0...
2010 Oct 03
1
plyr: a*ply with functions that return matrices-- possible bug in aaply?
...16 7 7 , , Sex = Male Eye Hair Brown Blue Hazel Black 32 11 10 Brown 53 50 25 Red 10 10 7 > On the other hand, aaply() does work as I expect, with an array of size 2 x C x strata > library(vcd) > fun2way(Employment[,,1]) <1Mo 1-3Mo 3-12Mo 1-2Yr 2-5Yr 8 35 70 62 56 > fun2way(Employment[,,2]) <1Mo 1-3Mo 3-12Mo 1-2Yr 2-5Yr 40 85 181 85 118 > > aaply(Employment, 3, fun2way) LayoffCause <1Mo 1-3Mo 3-12Mo 1-2Yr 2-5Yr Closure 8 35 70 62 56...
2019 Nov 20
4
LNT debuginfo-statistics not running?
The debug info statistics bot is triggered by this job: http://green.lab.llvm.org/green/job/clang-stage2-Rthinlto/ which unfortunately hasn't been green in a very long time (>1mo). Alex/Azhar, do you know what's blocking that job? -- adrian > On Nov 20, 2019, at 9:46 AM, David Blaikie <dblaikie at gmail.com> wrote: > > +usual debug info folks (but I think in this case it's specifically Adrian/apple folks who might have some ownership here) > &...
2006 Jun 29
1
using kannel with asterisk
hello I have an asterisk server with a te110p E1 digium card. the server is a hp ML370 3,2 Ghz 64bits, 1Mo L2 , 1Go Ram, 3 SCSI 73Go in raid5. I want to use in the same machine the kannel SMSC. i have no big trafic in the two gateway but I want to know if it generate a performence problem for asterisk I use fedora core4 with latest asterisk version . thanks Regards issam -------------- next part -------...
2001 Jan 06
4
3D package in R
...erests would like to see in such a project? - Is anyone interested in actually working on this project with me? Concise specifications: - If you want to know what gave me this idea, www.blender.nl. It's a 3D suite that's very similar to the more renowned ones, but it's extremely light (1Mo download) and it's free. You can create objects and move them around very easily. - It would be written with opengl or mesagl, either in C or in Fortran. Vincent. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac...
2019 Nov 20
3
LNT debuginfo-statistics not running?
Hi llvm-dev@ LNT produces statistics and graphs (such as [0]) of debuginfo metrics, such as number of source variables with locations. It looks like these haven't run [1] since the move from svn to git -- are there any plans to get these running again? I find it highly useful to identify what commits have affected variable locations and how significant an affect. [0]
2006 Mar 31
0
new to wine, Guild Wars don't display correctly
...If you know guild wars, in the login screen, i have only rocks, the background image behind rocks and the "window" for login in front of rocks don't appear.<br> <br> I can send you the lasts many "fixmes" that appears but for some seconds, i have approximatively 1Mo file. However, i have no "err". The lasts line are :<br> <small>fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x4d290020)->(190,15) not handled yet<br> fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x4d290020)->(191,15) not handled yet<br> fixme:d3d:IWineD3DDev...
2019 Jan 02
1
Solr
In the code, it says #define SOLR_HEADER_MAX_SIZE (1024*1024) and line 620 if (!ctx->truncate_header && str_len(ctx->cur_value) >= SOLR_HEADER_MAX_SIZE) { /* a large header */ so this is a 1Mo header. This is of course completely wrong. Maybe this is not the root cause of the errors of fts_solr, but maybe this will help On 2019-01-02 18:00, Joan Moreau via dovecot wrote: > Another bug appearing today: > > Jan 02 09:59:08 indexer-worker(jom at grosjo.net)<6777><MO...
2008 Jul 06
14
confusion and frustration with zpool
I have a zpool which has grown "organically". I had a 60Gb disk, I added a 120, I added a 500, I got a 750 and sliced it and mirrored the other pieces. The 60 and the 120 are internal PATA drives, the 500 and 750 are Maxtor OneTouch USB drives. The original system I created the 60+120+500 pool on was Solaris 10 update 3, patched to use ZFS sometime last fall (November I believe). In
2019 Jan 02
3
Solr
Refinement of the schema.xml (below) THis however does not solve the "no results" and "Out of range" errors in Dovecot and Solr <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <fieldType name="booleans" class="solr.BoolField"