Displaying 7 results from an estimated 7 matches for "mysortable".
2008 Dec 22
1
sorting variable names containing digits
Dear r-helpers,
I'm looking for a way of sorting variable names in a "natural" order, when
the names are composed of digits and other characters. I know that this is a
vague idea, and that sorting character strings is a complex topic, but
perhaps a couple of examples will clarify what I mean:
> s <- c("x1b", "x1a", "x02b", "x02a",
2009 May 29
3
IP-Address
Hi,
Is there any way to sort a tabel with a colum with IP-address?
table:
id rank color status ip
138 29746 yellow no 162.131.58.26
138 29746 red yes 162.131.58.16
138 29746 blue yes 162.131.58.10
138 29746 red no 162.131.58.17
138 29746 yellow no 162.131.58.14
138 29746 red no 162.131.58.13
138 29746 yellow no 162.132.58.15
139 29746 green no 162.252.20.69
140 29746 red yes
1999 Dec 23
1
rpart on Alpha under OSF
Running on an Alpha machine which reports (uname -a)
OSF1 bsdx01.bs.ehu.es V4.0 878 alpha
and using the binary distribution put together by Albrecht Gebhardt
(in http://cran.at.r-project.org/bin/osf/osf4.0/tar/alpha_ev5/) I
obtain core dumps whenever I try to use package rpart. I have R
REMOVE'd the rpart package, downloaded the source rpart_1.0-7.tar from
CRAN and
2006 Dec 28
1
Sortable.create format
Hi
I have a simple question. Default format in sortable.create is:
/^[^_\-](?:[A-Za-z0-9\-\_]*)[_](.*)$/
and sortable.serialize returns "key[]=value&key[]=value&key[]=value...
"
What format should I use in sortable.create, if i want to have
something like that (after serialize):
"value,value,value"
Thanks,
Sever
--~--~---------~--~----~------------~-------~--~----~
2005 Oct 27
0
restricting movement in sortable list
Hello,
I''d like to know if this is possible. Say you have a sortable list like so:
<ul id="mysort">
<li>one</li>
<li>two</li>
<li>three -- A</li>
<li>four</li>
<li>five -- B</li>
</ul>
Is there any way to restrict the movement of "three -- A" and "five --
B" such that
2006 Aug 11
14
Sortable callback, when dragging starts/stops
Hi *,
is there a callback or something else to get noticed, if the user starts
(stops) to drag an element of a sortable? I only found the onUpdate and
onChange callbacks, but they don''t give the information I need.
Thanks in advance,
Tim
2008 Dec 29
0
Serial Correlation Test for Short Time Series
Hello,
Are there any R functions available for performing a serial correlation test
for short
time series (e.g, series having between 10-14 observations)?
Many thanks!
Isabella R. Ghement, Ph.D.
Ghement Statistical Consulting Company
301-7031 Blundell Road, Richmond, B.C., Canada, V6Y 1J5
Tel: 604-767-1250
Fax: 604-270-3922
E-mail: isabella at ghement.ca
Web: www.ghement.ca
-----Original