Displaying 10 results from an estimated 10 matches for "010d".
Did you mean:
0100
2016 Dec 20
2
colnames for data.frame could be greatly improved
...x, seq_along(x)))
}
Script and timings:
N=1e7; K=100
set.seed(1)
DF <- data.frame(
id1 = sample(sprintf("id%03d",1:K), N, TRUE), # large groups (char)
id2 = sample(sprintf("id%03d",1:K), N, TRUE), # large groups (char)
id3 = sample(sprintf("id%010d",1:(N/K)), N, TRUE), # small groups (char)
id4 = sample(K, N, TRUE), # large groups (int)
id5 = sample(K, N, TRUE), # large groups (int)
id6 = sample(N/K, N, TRUE), # small groups (int)
v1 = sample(5, N,...
2016 Dec 27
0
colnames for data.frame could be greatly improved
...d timings:
>
> N=1e7; K=100
> set.seed(1)
> DF <- data.frame(
> id1 = sample(sprintf("id%03d",1:K), N, TRUE), # large groups (char)
> id2 = sample(sprintf("id%03d",1:K), N, TRUE), # large groups (char)
> id3 = sample(sprintf("id%010d",1:(N/K)), N, TRUE), # small groups (char)
> id4 = sample(K, N, TRUE), # large groups (int)
> id5 = sample(K, N, TRUE), # large groups (int)
> id6 = sample(N/K, N, TRUE), # small groups (int)
>...
2002 Dec 10
2
C caron character in R
Hi!
In R 1.6.1. for Windows using RGui interface I try to use characters of
Slovenian alphabet. Slovenia is a small Slavic country south of Austria
with 3 characters which are not found in English alphabet, namely C, S
and Z- all with caron. As S and Z are presented OK in both Console and
Graphics window, this is not the case with C caron, which is shown as E
acute- for an example please see:
2011 Aug 19
4
Leading zeros
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110819/e7764da5/attachment.pl>
2018 Feb 05
0
find unique and summerize
...following does it.
>
> a <- strsplit(mydata$ID, "[[:alpha:]]+")
> b <- strsplit(mydata$ID, "[[:digit:]]+")
>
> a <- sapply(a, `[`, 1)
> c <- sapply(a, `[`, 2)
> b <- sapply(b, function(x) x[x != ""])
>
> c2 <- sprintf("%010d", as.integer(c))
>
> newID <- paste0(a, b, c2)
>
>
> Hope this helps,
>
> Rui Barradas
>
> On 2/4/2018 2:01 AM, Val wrote:
>
>> Thank you so much again for your help!
>>
>> I have one more question related to this.
>>
>> 1. How do...
2006 Mar 09
1
Missing fields in search result
...ict", company.district.name,
Field::Store::YES, Field::Index::UNTOKENIZED)
doc << Field.new("sales", sprintf(''%010.4f'', company.sales),
Field::Store::YES, Field::Index::UNTOKENIZED)
doc << Field.new("employees", sprintf(''%010d'', company.employees),
Field::Store::YES, Field::Index::UNTOKENIZED)
doc << Field.new("codesector", company.code_sector.code,
Field::Store::YES, Field::Index::UNTOKENIZED)
doc << Field.new("codesectorparent", company.code_sector.parent,
Field::...
2005 Aug 03
7
call fortran in R
Hello,
I used a mac G5, R.2.1.1, and G77 3.4.4 and I would like to use and
call a fortran subroutine.
The trouble is that it seems I am not able to correctly load the
compiled code.
Here is what I have done:
In the terminal this how I compiled my fortran code:
R CMD SHLIB ~/Desktop/Fortan_kmeans/kmeans3.f
There is the wrapper I have paste inside de kmeans3.f file:
c
2005 Feb 28
0
winetools problem on amd64
...rting debugger...
wine: Unhandled exception (thread 0105), starting debugger...
wine: Unhandled exception (thread 0107), starting debugger...
wine: Unhandled exception (thread 0109), starting debugger...
wine: Unhandled exception (thread 010b), starting debugger...
wine: Unhandled exception (thread 010d), starting debugger...
wine: Unhandled exception (thread 010f), starting debugger...
wine: Unhandled exception (thread 0111), starting debugger...
wine: Unhandled exception (thread 0113), starting debugger...
wine: Unhandled exception (thread 0115), starting debugger...
wine: Unhandled exception (t...
2008 Aug 06
2
software runs in a loop [mathe coach]
...RV_InitKeyboard vkey 0122 is being used by more than one keycode
> 0025:warn:keyboard:X11DRV_InitKeyboard vkey 012d is being used by more than one keycode
> 0025:warn:keyboard:X11DRV_InitKeyboard vkey 012e is being used by more than one keycode
> 0025:warn:keyboard:X11DRV_InitKeyboard vkey 010d is being used by more than one keycode
> 0025:warn:class:CLASS_RegisterClass Win extra bytes 44 is > 40
> 0025:warn:file:wine_nt_to_unix_file_name L"uxtheme.dll" not found in /home/joerg/.wine/dosdevices/y:/Cornelsen/Mathe Coach/Klasse5
> 0025:warn:ntdll:NtQueryFullAttributesF...
2006 Jan 20
7
Wine and Kaleidagraph
Hi.
I am a recently debian user that don't know much about linux, but I work
hard :).
I was boring about MsWindows and I've decided to change, but I have to
work with some Windows programs.
Really I have a problem: I must use kaleidagraph in my work,I've seen
that this program is available in the Programs database, so I've
installed and upgraded my Wine.
After that I have