Displaying 20 results from an estimated 5599 matches for "roughly".
2012 Sep 14
1
linear mixed-effects models with two random variables?
Dear R users,
Does anyone knows how to run a glmm with one fixed factor and 2 random
numeric variables (indices)? Is there any way to force in the model a
separate interaction of those random variables with the fixed one?
I hope you can help me.
#eg.
Reserve <- rep(c("In","Out"), 100)
fReserve <- factor(Reserve)
DivBoulders <- rep
2006 Jan 23
6
Ruby at O''Reilly Rough Cuts
Not sure if this is old news or not, but it would appear that both the
Ruby Cookbook and a Rails book are now available for purchase at
O''Reilly Rough Cuts (something akin to PragProg''s beta book program):
http://rubyurl.com/nHz
http://my.safaribooksonline.com/?mode=roughcuts&srchtext=ROUGHCUTS
I haven''t tried them yet, but it definitely seems worth checking out.
2006 Mar 15
7
O''Reilly Rails Cookbook on Rough Cuts
Subject says it all. Anybody taken a look yet?
http://www.oreilly.com/catalog/railsckbk/?CMP=ILC-GG7423313304&ATT=railsckbk
After buying the Ruby Cookbook and the other Rails book, I''m pretty
gunshy about another Rough Cuts purchase.
Sean
2012 Apr 01
1
How do I get a rough quick utility plot of a time series?
The following is an R run showing that it has read a
2000 point time series having two values at each time.
What is the simplest way to plot the data?
It seems like the whatever plot routine should be able to
make a rough utility plot from just the TS matrix.
Note that I am already using spec.pgram() for a periodogram,
but I want a rough utility plot before that.
> dta <-
2006 Mar 01
2
o''reilly''s arrogance
although basically hopeful of the company''s ''rough cuts'' venture, i am
insulted by the fact that o''reilly''s safari service offers important material
to its regular subscribers only if they pay extra for it. o''reilly''s material
on ajax is a good example: all of the introductory coverage is available only
as pricey ''rough
2002 Feb 22
1
Large Configuration question
...e
wrapped around it.
I have several concerns about this, partially about
HP's setup and claims about Samba, and partially about
moving everything from 40 Novell to 1 Samba server.
I'm wondering if anyone else out there has done
anything like this.
I'll try to describe our evironment:
-roughly 4500 desktops, 95% running Windows 2000, 5%
running NT4.0
-Active Directory is the only method of authentication
-currently have roughly 40 Novell file and print
servers, with a combined 2 Terabytes of diskspace,
expected to grow to 6 Terabytes in five years.
-users typically edit files directly on...
2002 Jul 07
2
Sensitivity to sounds with frequency
Hi,
I've looked in various FAQs and web pages for this info, but just can't
seem to find it.
When two tones of two different frequencies sound equally loud, what's the
(rough) relationship between their power? This is for percussive sounds
in music, but I assume it's roughly the same for all sounds. The ear
seems more sensitive at high frequencies. For example, when you alternate
bass drum and high hat, and you adjust them until they both sound about
the same, the RMS power of the high hat is a lot smaller than the bass
drum. Is the sensitivity roughly 1 / frequenc...
2019 Jul 10
4
Roughly how many more months before CentOS 8.0 release?
Good afternoon from Singapore,
May I know roughly how many more months before CentOS 8.0 will be released?
https://wiki.centos.org/About/Building_8
Thank you very much.
-----BEGIN EMAIL SIGNATURE-----
The Gospel for all Targeted Individuals (TIs):
[The New York Times] Microwave Weapons Are Prime Suspect in Ills of
U.S. Embassy Workers
L...
2005 Oct 04
2
Dovecot pop3 locking up
...lem with Dovecot.
It seems like it's the dovecot auth daemon that is locking up(I'm guessing)
I am running SuSe 9.3 Pro, and Dovecot 0.99.14
Everything works perfectly for a few days, and then eventually I end up
with tons of what look to be "stale" processes.(I'm guessing roughly 300
like below.)
4204 ? S 0:00 dovecot-auth
24722 ? S 0:00 pop3-login
24723 ? S 0:00 pop3-login
24724 ? S 0:00 dovecot-auth
24921 ? S 0:00 dovecot-auth
When I "telnet 127.0.0.1 110" I get a login, and I can type "User
bl...
2019 Jul 13
1
Roughly how many more months before CentOS 8.0 release?
On Fri, Jul 12, 2019 at 09:43:58AM -0500, Johnny Hughes wrote:
> On 7/10/19 1:18 AM, Turritopsis Dohrnii Teo En Ming wrote:
> > Good afternoon from Singapore,
> >
> > May I know roughly how many more months before CentOS 8.0 will be released?
> >
> > https://wiki.centos.org/About/Building_8
>
> Well .. as explained before, it is a very irritative process .. (ie ..
> do this, test, do that, test .. rinse, repeat).
>
> But with where we are right now .....
2006 May 23
1
Ruby on Rails: Up and Running: Rough Cuts Version
Anyone read the rough cuts of this book? I''m interested in checking it
out because Bruce Tate''s work is always great. How does it compare to
the agile books (2nd edition) in terms of timeliness, difficulty, etc.
Thanks!
Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Aug 19
1
[Bug 916] SFTP over SSH died after roughly 20MB when asking for >64k chunks
http://bugzilla.mindrot.org/show_bug.cgi?id=916
Summary: SFTP over SSH died after roughly 20MB when asking for
>64k chunks
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-...
2004 Apr 22
1
Evidence from Debian's package tracking (Was Re: Size of R user base.)
...install popularity-contest
The results are found at:
http://popcon.debian.org/main/math/by_inst
This shows that of the 4800 people who volunteered information, 1631
had installed gnuplot -- which suggests that perhaps one third of
Debian installs are by numerate people. R-base was installed by
roughly one-tenth of the sample.
So that's one useful fact: Roughly one in ten of Debian users is an R
user. Roughly one in three of the numerate users is an R user.
I would take this one-in-ten fact quite seriously, except for the
extent to which which R users are perhaps more likely (as compared
wi...
2009 Dec 06
1
[LLVMdev] Calculating relative sizes of globals in IR
Is there any way to get a rough size estimate for functions in IR? Say I
have a bitcode file that contains the definition of several classes. I'd
like to be able to read in the file and report 'class A is roughly twice as
big as class B', or 'This file consists of 60% class A, 30% class B, and 10%
class C'. The numbers would be a rough relative measurement of the size of
all globals and methods of the class, but they wouldn't have to correspond
to the exact byte size of the final executable....
2019 Jul 12
0
Roughly how many more months before CentOS 8.0 release?
On 7/10/19 1:18 AM, Turritopsis Dohrnii Teo En Ming wrote:
> Good afternoon from Singapore,
>
> May I know roughly how many more months before CentOS 8.0 will be released?
>
> https://wiki.centos.org/About/Building_8
Well .. as explained before, it is a very irritative process .. (ie ..
do this, test, do that, test .. rinse, repeat).
But with where we are right now .. I don't think it will take mor...
2019 Jul 15
1
Roughly how many more months before CentOS 8.0 release?
...lenges of
building a custom distro.
Thank you all for the hard work on CentOS.
On Fri, Jul 12, 2019 at 7:44 AM Johnny Hughes <johnny at centos.org> wrote:
> On 7/10/19 1:18 AM, Turritopsis Dohrnii Teo En Ming wrote:
> > Good afternoon from Singapore,
> >
> > May I know roughly how many more months before CentOS 8.0 will be
> released?
> >
> > https://wiki.centos.org/About/Building_8
>
> Well .. as explained before, it is a very irritative process .. (ie ..
> do this, test, do that, test .. rinse, repeat).
>
> But with where we are right now...
2009 Jul 16
1
PROBIT REGRESSION FOR GROUPED/CLUSTERED DATA
Hello all
I have been working to fix this for weeks now, It should be simple to fix.
Please help
Let me explain what I am doing, I have a data set for 65 countries over a
period of 9 years (2000-2008). Each country has on an average say 2000
interviews, so that the total set has roughly 65*9*2000 data
points/observations (of course there are missing vales as well). Now let me
explain how are the data clustered or grouped. I use the variable "yearctry"
which is computed as year*10000+ international phone code of the country,
say for example USA with calling code 001 for t...
2010 Apr 22
2
Jonckheere-Terpstra test using coin package?
Is it possible to implement the Jonckheere-Terpstra test for ordered
alternatives using the coin package: Conditional Inference Procedures
in a Permutation Test Framework?
I found jonckheere.test{clinfun}, but it uses a normal approximation
when ties are present in the data. To make this concrete, I've
include
a small dataset. Thanks. --Dale
Hollander and Wolfe, 1999 Table 6.6, pg 205
2011 Jul 12
2
MC-Simulation with foreach: Some cores finish early
Dear R-Users,
I run a MC-Simulation using the the packages "foreach" and "doMC" on a
PowerMac with 24 cores. There are roughly a hundred parametersets and I
parallelized the program in a way, that each core computes one of these
parametersets completely.
The problem ist, that some parametersets take a lot longer to compute than
others. After a while there are only a quarter of the cores still computing
(their first parame...
2012 Nov 23
5
[LLVMdev] [cfe-dev] costing optimisations
Adding LLVMdev, since this is intimately related to the optimization passes.
> I think this is roughly because some function level optimisations are
> worse than O(N) in the number of instructions.
Please profile this and mail llvmdev regarding passes with
significantly superlinear behavior (e.g. O(n^2)). My understanding is
that these kinds of algorithmic problems are generally considered bugs...