Displaying 16 results from an estimated 16 matches for "1_2".
Did you mean:
12
2013 Oct 19
3
bold dot size and name in plot
...88, 4.49013870147502, 2.15361460668737, 3.46482799242971, 2.69942251292495, 5.49300237653247, 3.34643344573202, 4.094064955793, 8.96571331963092, 2.22907411871184, 4.38143383339268, 6.52622723104758, 3.96979373172918, 5.52311167411852, 7.12115478587954), .Dim = c(124L, 2L), .Dimnames = list(c("1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", "1_2", &qu...
2011 Apr 12
2
split string into individual valus while reading in R
...osting:
I have text file that I need to read into R (this is out from different
program). A portion of data look like:
;example data
1_1 ch1 0.0
HAAAHHAAAHHAAAAAHHAHHAHAHHHAAHHAHAAAAHAAAHHAHHAAHAHHAAAAHAAAHHHAAAHHAHHHAAAHHHHAHHAAHAAAAHAHHHHHAAAHAHHAHHHHAHHHHHHHHHAAHAAHHHAHAAAAAHHHHHHAHHHHHAHHHH
1_2 ch1 0.1
HAAAHHAAAHHAAAAAHHAHHAHAHHHAAHHAHAAAAHAAAHHAHHAAHAHHAAAAHAAAHHHAAAHHAHHHAAAHHHHAHHAAHAAAAHAHHHHHAAAHAHHAHHHHAHHHHHHHHHAAHAAHHHAHAAAAAHHHHHHAHHHHHAHHHH
1_3 ch1 0.1
HAAAHHAAAHHAAAAAHHAHHAHAHHHAAHHAHAAAAHAAAHHAHHAAHAHHAAAAHAAAHHHAAAHHAHHHAAAHHHHAHHAAHAAAAHAHHHHHAAAHAHHAHHHHAHHHHHHHHHAAHAAHHHAH...
2008 Dec 28
3
php's __call for ruby? or better approach?
...I can set value by specifying an object and a method. Pretty
cool for static tables, but this is kinda more dynamic. I have loops
to generate a table, and each lesson should have a select box.
--------
So I created a new class, called timetable, and I would like to create
methods like 1_1, 1_1=, 1_2, 1_2= - getters and setters for each
lesson of each day.
By the way, the timetable has a result set from active record as a
private variable, and I turned it into hash, so that I could access it
by @subject_lessons[''1_1''] etc.
In PHP, there''s a __call method, which woul...
2013 Sep 25
1
Computing calculation among two vectors
...<-sapply(y,function(i) {x1<-expand.grid(x,x); unlist(lapply(paste0(x1[,1],i,x1[,2]),function(u) eval(parse(text=u))))})
row.names(res)<- as.character(interaction(expand.grid(x,x),sep="_"))
head(res)
#??? *?? /? - +
#1_1 1 1.0? 0 2
#2_1 2 2.0? 1 3
#3_1 3 3.0? 2 4
#4_1 4 4.0? 3 5
#1_2 2 0.5 -1 3
#2_2 4 1.0? 0 4
A.K.
I have two vectors one numeric and another with operand.
Eg: x - 1,2,3,4 and y-"*", "/", "-", "+"
I need to calculate all the possible two combinations in x with
each of operand in y. As example, 1*2, 1/2, 1-2, 1+2, 1...
2010 Jun 21
1
doveadm search: Error: Syncing mailbox foo failed: Mailbox doesn't exist: foo
...ot;
* LIST (\HasChildren) "/" "INBOX/Lists/Dovecot/CVS"
* LIST (\HasNoChildren) "/" "INBOX/Lists/Dovecot/CVS/2_0"
* LIST (\HasNoChildren) "/" "INBOX/Lists/Dovecot/CVS/1_1"
* LIST (\HasNoChildren) "/" "INBOX/Lists/Dovecot/CVS/1_2"
* LIST (\Noselect \HasChildren) "/" "INBOX/Lists/Dovecot/Pigeonhole"
* LIST (\HasNoChildren) "/" "INBOX/Lists/Dovecot/Pigeonhole/2_0"
* LIST (\HasNoChildren) "/" "INBOX/Lists/Dovecot/Pigeonhole/Sieve-1_2"
* LIST (\HasNoChildren) &quo...
2008 Jan 15
1
help with reshaping data into long format (correct question)
...4 5 6 7 8 9 10
disease a b c d e f g h i j
age 23 40 32 34 25 32 22 35 29 21
city NY LD NY SG NY LD VG SA LD SG
sex 1 1 2 2 2 2 1 1 1 2
treat_a y y y y
treat_b n n n n n n
ques1_1 2 4 5 6 8 3 1 2 4 5
ques1_2 6 4 5 12 10 9 8 4 5 7
ques1_3 17 23 32 25 14 24 23 22 32 29
ques2_1 4 7 9 10 6 8 5 7 8 9
ques2_2 8 9 10 12 17 19 14 21 22 19
ques2_3 23 18 19 20 23 24 26 28 29 22
ques3_1 5 7 9 1 4 7 9 8 10 5
ques3_2 34 35 32 23 31 29 27 25 32 33
ques3_3 29 33 27 25 27 23 24 29 27...
2008 Jan 15
0
Help with reshape data into long format
...4 5 6 7 8 9 10
disease a b c d e f g h i j
age 23 40 32 34 25 32 22 35 29 21
city NY LD NY SG NY LD VG SA LD SG
sex 1 1 2 2 2 2 1 1 1 2
treat_a y y y y
treat_b n n n n n n
ques1_1 2 4 5 6 8 3 1 2 4 5
ques1_2 6 4 5 12 10 9 8 4 5 7
ques1_3 17 23 32 25 14 24 23 22 32 29
ques2_1 4 7 9 10 6 8 5 7 8 9
ques2_2 8 9 10 12 17 19 14 21 22 19
ques2_3 23 18 19 20 23 24 26 28 29 22
ques3_1 5 7 9 1 4 7 9 8 10 5
ques3_2 34 35 32 23 31 29 27 25 32 33
ques3_3 29 33 27 25 27 23 24 29 27...
2017 Jun 09
2
Dovecot stops with "Fatal: kevent(): Invalid argument"
...ould I ask the FreeBSD dovecot2 port maintainer to add it to the FreeBSD port instead?
>
> I wouldn't mind them adding it.
>
I just saw it (~1500 users affected, dovecot disappeared)
dovecot: master: Panic: kevent() failed: Invalid argument
FreeBSD 11-RELEASE-p10, dovecot 2.2.29 (.1_2 package revision)
This thread was the only exact match on search engines?
No other match in last 60 days's logs of our two dovecot 'backends' (nor
in last 10 years from my head)
Not sure if this can help? a least for stats ?
@Timo: kudos for ~15 years of not experiencing this kind o...
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
...c 0.0021092822
5 con 0 2 1 16 0 s 0.6005446999
6 con 0 2 1 18 0 s 0.3394979487
2. A partir del df y usando la funcion "cast" obtengo unas tablas como
las que siguen:
cast(datEnd[datEnd$dia%in%c(1,5),], sol ~ dia + con, fun.aggregate=length)
sol 1_0 1_1 1_2 1_3 1_4 1_5 5_0 5_1 5_2 5_3 5_4 5_5
1 con 10 0 0 0 0 0 11 0 0 0 0 0
2 dec 0 6 6 6 8 6 0 9 11 13 14 17
3 dol 0 8 6 10 9 10 0 17 16 17 19 19
4 lim 0 10 6 7 6 16 0 11 9 13 10 9
en la primera fila de la t...
2003 Apr 07
1
Problems building the java/jdk14 port
...le/Binary Locations:
HOTSPOT_SERVER_PATH = /v0/pobj/r+d/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/server
HOTSPOT_CLIENT_PATH = /v0/pobj/r+d/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/client
OPT_JAVAWS = /java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip
MOZILLA_PATH = /java/devtools
MOZILLA_HEADERS_PATH = /java/devtools/share/plugin
MOZILLA_LIBS_PATH = /java/devtools/bsd/plugin
MOTIF_DIR = /usr/local/X11R6
CACERTS_FILE = ./../src/share/lib/security/cacerts
WARNING: Your build environment has the variable NO_DOC...
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
...1 18 0 s 0.3394979487
>
>
>
> 2. A partir del df y usando la funcion "cast" obtengo unas tablas como
> las que siguen:
>
> cast(datEnd[datEnd$dia%in%c(1,5),], sol ~ dia + con,
> fun.aggregate=length)
>
> sol 1_0 1_1 1_2 1_3 1_4 1_5 5_0 5_1 5_2 5_3 5_4 5_5
> 1 con 10 0 0 0 0 0 11 0 0 0 0 0
> 2 dec 0 6 6 6 8 6 0 9 11 13 14 17
> 3 dol 0 8 6 10 9 10 0 17 16 17 19 19
> 4 lim 0 10 6...
2001 Oct 30
2
Problems with Half-Life and Wine
Hello!
I`ve got Problems to get Half-Life to work with wine. When I try to start
Half-Life i just get a small part of the hl menu displayed. In the upper
left corner there just appears a little "Konsole" icon, and wine hangs.
Maybe Wine is not compatible with the German Version of HL?
Thanks,
Stephan
2014 Oct 28
2
como pasar de data.frame -> cast -> data.frame
...>>
>>
>> 2. A partir del df y usando la funcion "cast" obtengo unas tablas como
>> las que siguen:
>>
>> cast(datEnd[datEnd$dia%in%c(1,5),], sol ~ dia + con,
>> fun.aggregate=length)
>>
>> sol 1_0 1_1 1_2 1_3 1_4 1_5 5_0 5_1 5_2 5_3 5_4 5_5
>> 1 con 10 0 0 0 0 0 11 0 0 0 0 0
>> 2 dec 0 6 6 6 8 6 0 9 11 13 14 17
>> 3 dol 0 8 6 10 9 10 0 17 16 17 19 19
>> 4...
2005 Jul 18
2
scriptaculous dragdrop.js empty list problem
Hi,
I''ve just been having a look at the scriptaculous drag-n-drop library, which
looks exceedingly good. I''m running across a show-stopper here, though -
something that''s cropping up in both the online demos and my own test scripts. If
I set up two lists so that I can drag items between them, then if either list
becomes empty, I can''t drag elements back into
2012 Mar 09
1
Multiple Correspondence Analysis
You should send this to r-help@stat.math.ethz.ch.
On 03/09/2012 09:21 AM, Andrea Sica wrote:
> Hello everybody, I'm looking for someone who is able with MCA and
> would like to gives some help.
>
> If what I'm doing is not wrong, according to the purpose I have, I
> need to understand how to create a dependence matrix, where I can
> analyze the
> dependence between
2005 Dec 05
5
SMB server with CentOS 4
Hi,
I need to set up a small server for a group of ~10 employees (all using
Windows 2000/XP, used to use a windows 2000/exchange setup). I have a
linux server already running CentOS 4, so I'd like to do all I can with
this. I thought about using Samba for file/print sharing and
OpenXchange (commercial version) to have a nice
collaborative/mail/calendar/etc server. Of course, it would