Displaying 20 results from an estimated 84 matches for "elus".
Did you mean:
plus
2011 Mar 29
4
Simple but elusive - expand back from counts
...he
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-tp3415727p3415727.html
Sent from the R help mailing list archive at Nabble.com.
2000 May 19
0
I present: The Elusive 'fixprogs' script
Hi,
Here's the 'fixprogs' perl script that got missed off the 2.1.0p1
distribution. Please put this in your openssh directory, and re-run
'make install'. it doesn't need to be made executable.
For those interested, it runs through all the commands in the
ssh_prng_cmds file and tests if they work (as opposed to 'configure'
merely verifying that the executable
2008 Aug 31
2
stack level too deep - an elusive bug?
I was experimenting with template chains and detected the following
issue with webgen-0.5.3:
Generating tree...
An error has occurred: stack level too deep
The weird thing is that after deleting `webgen.cache`, website
compilation is successfully. When `webgen` is run immediately after this
successful compilation (i.e. without changing any files), the error
above shows up. After
2008 Jan 07
2
Efficient way to substract all entries in two vectors from each other
Hi all,
I'm to inexperienced to come up with the matrix solution elusively appearing
on the horizon for the following problem and would appreciate if you could
give me a nudge ...
I have two vectors a, and b and need to find the closest match for each
value of a in b.
How to do that efficiently?
Thanks, Joh
2012 Jun 01
2
Partial R-square in multiple linear regression
...tors of an outcome variable in multiple linear
regression. I am using the 'lm' function to calculate the beta
coefficients, however, I would like to know the individual %
contributions of several indepenent variables. I tried searching for
this function in many R packages, but it has proven elusive to me. I
am an R beginner, and I am hoping that I will find a solution!
Thank you very much.
Sincerely,
Jin Choi
MSc Epidemiology student
McGill University, Montreal, Quebec, CANADA
2007 Jan 28
4
Cordless SIP Phones
Can anyone recommend a good cordless user-configurable SIP hardphone that is
readily available in the states and doesn't cost $300? There seem to be a
plethora of decent and affordable corded phones (like from Grandstream) but
the search for a cordless unit seems elusive. I purchased a vtech 8100
online only to discover after receiving it that it is locked to vonage
service.
Thank you.
Ed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070128/29615155/attachm...
2006 Feb 20
6
HTB, strange capacity distribution
...hing is OK. When I set CEIL for "p2p" e.g. to 2048 kbps (total
link capacity), "p2p" starts to get most of the link capacity and does
not want to give capacity to other classes with higher priorities!
I made a screen to help explain my problem. Please, see this picture:
http://elusion.sk/visual_inet_hory.png
Point A - "p2p" class (red line) has both RATE and CEIL set to fixed
value. I started download from web to fill "www" class. You can see,
"www" got remaining link capacity, "p2p" without a change - all as
expected.
Point B - I res...
2004 Aug 06
1
ices.pm
...y icecast stream and
was just looking at the docs that come with the ices source.
They refer to an ices.pm file which apparently provides a skeleton to work
from, except I can't find it anywhere in the ices-0.2.3 tarball.
Can anyone please direct me to a location where I could track down this
elusive code template?
Thanks
2004 Apr 29
1
line transect method
Hello, I'm a final-year student in statistics and I deal with as subject of thesis "rare and elusive populations". I want make a simulation, in which I want generate a population and estimate its density with "line transect method" using R language. Is there someone that can send me the program that generate a population and estimate its density with "line transect method&qu...
2004 Jan 21
2
Polycom Soundpoint IP400
...he sip.ld file is larger
than its file system.
I can think of two possible ways to make this work.
One is to find the IP400 firmware and configure the phone to use H.323.
I have had no success with finding the firmware for this phone on the
internet, and Polycom tech. support has been rather elusive, so if
anyone could point me to the files I would be much abliged.
The second method is to upgrade the file system on the IP400 and see if
it will run the SIP application. This would be prefferable, because
this phone is intended to be a low cost proof of concept, and we will go
to Sip ph...
2004 Nov 27
1
Performance problems on Intel E100 (Shawn Wright)
>From: "Shawn Wright" <swright@sls.bc.ca>
>Subject: [Shorewall-users] Finally making some progress
>I *think* we are finally making some progress in tracking our elusive
>performance problems. After employing a second 10Mb link from our ISP,
>along with another firewall box and proxy, we were able to determine the
>problem *is* our firewall. We don''t know exactly why yet, but our sporadic
>slow web access seems to have gone away since sw...
2018 Jul 28
3
Winbind Craziness
On Fri, 27 Jul 2018 21:25:04 +0000 (UTC)
ray klassen via samba <samba at lists.samba.org> wrote:
> so I had some time to follow this bunny trailand found that even
> though all the other servers had no problems this one continued
> to.Every so often a new computer couldn't connect and then it would
> be all better after a net leave/net join. Net join would not work
>
2001 Jul 09
2
Need advice for application port
...on the "fun" I'm having with getting
MFC to compile in Winelib.
2) If option 1 doesn't pan out, then how the heck can I compile MFC
without spending MANY hours working through the issues that appear to
have been resolved based on the threads I have read on MFC? I read of
an ever elusive HOWTO for compiling MFC but I haven't found it
anywhere and I don't see any pointers or FAQs on the do's and dont's
of compiling MFC.
We really want this App to run on Linux and although we are not a
large company by any stretch, we are Linux advocates, and will give
the fanfar...
2020 Mar 27
0
object.size vs lobstr::obj_size
...uot; one when it comes to
> actual size used in memory?
>
> (2) And if yes, why wouldn't `object.size()` be updated to reflect the
> more precise calculation of an object in question similar to
> `obj_size()`?
Please keep in mind that "actual size used in memory" is an elusive
concept, particularly in managed languages such as R. Even in native
languages, you have on-demand paging (not all data in physical memory,
some may be imputed (all zeros), some may be swapped out, some may be
stored in files (code), etc). Also you have internal and external
fragmentation c...
2018 Jul 31
3
Winbind Craziness
...following email but didn't)
If there is no /etc/lmhosts I'm sure nothing will suffer for having that parameter.
DNS has been examined and re-examined.
All the tests described in the wiki have been performed and results are exactly what is expected.
Still trying to shoot this down. It's elusive. I have windows clients who connect to shares and are presented with a username password dialogue. Tentatively, it appears that simply running winbind -tP solves the problem for them. So as a test I have an hourly cron job that runs that on the server.
On Saturday, 28 July 2018, 01:29:06 GM...
2007 Jul 16
4
Local disk to disk Rsync taking an hour longer than disk to remote
...speedup is 255.60
real 20m40.908s
user 0m11.344s
sys 0m22.644s
Sure there are a few less files on the remote backup, due to the
scripts running at different times but this can't explain the hour
difference in runtime can it?
I've studied the rsync man page for hours, trying to find some elusive
option to speed up local performance to no avail. I've also tried
Unison and rdiff-backup, hoping that they might be better for local
copying, but nothing comes close to rsync remote backup speeds.
At this stage I'm close to giving up and am considering forgetting
local backups and gett...
2017 Feb 21
1
Windind (Samba 4.2.*, 4.5.2, 4.5.4) recurring resolving failure for some specific users
...a long time. I captured today two Samba traces (log
level globally cranked to 10) comparing, with a problematic user,
a successful session and, later, a failed one. With one "net cache
flush", the session will succeed again and... later (can be 2 minutes,
can be 40), will fail again. This elusive bug is killing me.
For some really annoyed users I recreated their AD account from
scratch and the new user, with the same group memberships, works
perfectly... but I'd really like to understand what is the mysterious
AD property making Samba stutter.
Here is the pivotal point in the trace...
2005 May 23
2
Documentation of S3 and S4 classes, inheritance
...to the class (B) or
the class attribute ("B", "A").
I think the documentation could be clearer.
Now, probably none of this matters to me, since several sources
(including the online help for S3)indicate that S4 classes are
preferred.
I found the documentation for S4 initially elusive. As far as I can
tell, it isn't even mentioned in the "R Language Definition." While the
fact that S4 is defined in a package makes clear it is not formally part
of the base language, this is not a very good way to get people to use
S4.
I think by now I've tracked down docs...
2019 Sep 27
2
DenseMap/ValueMap: is M[New]=M[Old] valid ?
I actually ran into an elusive bug with this exact same issue some time
ago as well, see https://bugs.llvm.org/show_bug.cgi?id=42065 and
https://reviews.llvm.org/D62624.
The strange thing about that bug was that it only showed up if built with
GCC; Clang dereferenced the right hand side reference before evaluating
the le...
2020 Feb 19
2
object.size vs lobstr::obj_size
I have posted this question on R-help where it was suggested to me
that I might get a better response on R-devel. So far I have gotten no
response. The post I am talking about is here:
https://stat.ethz.ch/pipermail/r-help/2020-February/465700.html
My apologies for cross-posting, which I am aware is impolite and I
should have posted on R-devel in the first place - but I wasn't sure.
Here is