Displaying 14 results from an estimated 14 matches for "equvalent".
Did you mean:
equivalent
2007 Dec 01
2
R function for percentrank
Hi,
Does anyone know if R has a built-in function that is equvalent to Excel's
percentrank, i.e., returns the rank of a value in a data set as a percentage
of the data set?
Thanks,
--
Tom
[[alternative HTML version deleted]]
2010 Jun 04
1
subsetting a dataframe
...)
[1] 2
>
The above shows the max count for x1 is 2, which is correct. But we can't tell
there are 2 groups that meet this criteria: 2,2 and 9,9.
I then want to extract the records that has the hightest count
> a[max(table(a$x1)),]
? x1 x2
2? 2? B
This is not working, since it is equvalent to a[2,]
What I want is
?? x1 x2
2 2?? B
3 2?? C
5 9?? E
5 9?? F
I think this should be very easy, but I'm a beginner :-)
Thanks
YJM
2009 Mar 30
1
what is R equivalent of Fortran DOUBLE PRECISION ?
...cepts the folllowing syntax but I do not know if i have achieved my goal thsi way:
> c14 <- as.double( 7.785205408500864E-02)
> typeof(c4)
[1] "double"
My questions are: what is the best precision I can get with R when dealing with real number ?
Is R "double" type equvalent to Fortran DOUBLE PRECISION for internal number representation ?
Thank you very much.
Maura
tutti i telefonini TIM!
[[alternative HTML version deleted]]
2019 Sep 19
1
Re: Thoughts on nbdkit automatic reconnection
...o not match.
This means that we got the disconnected by something else (ESXi or
conversion host perhaps)
- As we mentioned in the chat briefly, there could be general keep-alive
issues on both RHEL (conversion host) and ESXi side.
We changed the keep-alive settings in RHEL, but could not find the
equvalent in VMware as of yet.
- I found on a few spots that there are some vddk (vixDiskLib.nfc*)
settings which can configure NFC keep-alives and timeouts, but I do not
understand it deeply enough to see if anything would help.
Whatever may be the cause, a retry filter would most likely solve the
problem....
2009 Oct 14
8
Asterisk in the Cloud
Hi,
I was wondering if anyone is successfully running Asterisk in a cloud
environment.
If you could state which cloud you are using, I'd appreciate it.
Many thanks
Dan Journo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091014/076ff188/attachment.htm
2003 Nov 10
1
INCLUDE config command?
So instead of a series of files containing the same set of virtual
kernels and a distinct DEFAULT option (which is a lazy/safe way of
having one configuration per file), you'd have one main config file
INCLUDEd by the various instances files.
-first_config------------------ -main_config------------------
PROMPT 1 PROMPT 1
DEFAULT l1
2013 Mar 26
6
How do I show real values on a log10 histogram
Hi,
I have a histogram with values logged to the base 10
hist(log10(x),breaks=60)
How do I show the log values on the x-axis and a second x-axis showing the
real values?
Thanks
--
Shane
[[alternative HTML version deleted]]
2006 Jan 20
4
REST API''s and querying a graph of objects
Hey all,
I am wondering if anyone has given thought to using REST / XPath as
querying mechanism. That way you could have a URL that actually maps
to a collection of records (objects, really) that meet a certain
criteria and that are sorted a certain way.
Mike Pence
2000 Mar 16
1
Samba can't authenticate in Win2k domain
I have three Sun fileservers running Samba 2.0.4b. They're setup
to authenticate with the local NT PDC, "iss-tech-f". In particular,
they've got this in their smb.conf files:
security = domain
password server = iss-tech-f
encrypt passwords = yes
This setup has been stable for many months, and I routinely point
to it as a success story for open source.
Now that
2006 Mar 20
5
Merge strategy for klibc
...atches or any other useful way.
A diff of by git tree from 2.6.16 gives:
766 files changed, 84024 insertions(+), 3059 deletions(-)
2. State: the current git tree cleans up the arch-specific code for i386
and x86-64; other architectures are going to need some minor cleanup in
setup.c or the equvalent.
The current git tree includes a number of utilities, like dash (sh),
which aren't used by the default kinit configuration. Additionally,
right now kinit is built monolitically, in other words there isn't a
CONFIG_ option to turn off nfsmount, for example.
Again, I'm more than wil...
1998 Dec 15
6
Samba and WINS
Current situation:
a) lots of Windows NT 4.0 workstation clients
b) quite a few Samba 1.9.18p10 servers running on Suns
c) 1 Samba server running as WINS server
d) NO Windows Servers
e) 1:1 correspondance between Netbios names and DNS names
f) DHCP currently tells the Windows machines the WINS server.
Problem:
If WINS server goes down, every Windows NT workstation can not mount anything
2009 Apr 26
9
Peculiarities of COW over COW?
We run our IMAP spool on ZFS that''s derived from LUNs on a Netapp
filer. There''s a great deal of churn in e-mail folders, with messages
appearing and being deleted frequently. I know that ZFS uses copy-on-
write, so that blocks in use are never overwritten, and that deleted
blocks are added to a free list. This behavior would spread the free
list all over the zpool. As well,
2019 Sep 18
5
Thoughts on nbdkit automatic reconnection
We have a running problem with the nbdkit VDDK plugin where the VDDK
side apparently disconnects or the network connection is interrupted.
During a virt-v2v conversion this causes the entire operation to fail,
and since v2v conversions take many hours that's not a happy outcome.
(Aside: I should say that we see many cases where it's claimed that
the connection was dropped, but often when
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...cepts the folllowing syntax but I do not know if i have achieved my goal thsi way:
> c14 <- as.double( 7.785205408500864E-02)
> typeof(c4)
[1] "double"
My questions are: what is the best precision I can get with R when dealing with real number ?
Is R "double" type equvalent to Fortran DOUBLE PRECISION for internal number representation ?
Thank you very much.
Maura
tutti i telefonini TIM!
[[alternative HTML version deleted]]
------------------------------
Message: 2
Date: Mon, 30 Mar 2009 10:19:49 +0000
From: Steve Murray <smurray444@hotmail.com&...