Displaying 3 results from an estimated 3 matches for "_4_".
Did you mean:
4_
2001 Apr 15
2
data manipulation in R
...e observers. Thus the data are a
lower-triangular array AxB where each cell [i,j] has a
zero or one indicating whether observer i saw event j.
I am interested in how observers cluster in circuits
whereby observer _a_ sees events _1,2,3_, observer _b_
sees events _2,4,5_, observer _c_ sees event _4_, and
observer _d_ sees _4,6,7_. Observers a, b, c, d
comprise a circuit linked by the events they jointly
observed.
Given AxB, how can we use R to articulate the
circuits? Pseudocode for my SQL solution is below.
For each observation i:
- get all the events [j1,j2,...jk] observed by i
- g...
2008 Jul 16
0
In place editing for non-standard values
...n]
------
data/2
------
this is id: 2
length: 4 [edit button]
------
data/3
------
this is id: 3
length: 3 [edit button]
------
I would like to press [edit button] (or a simple link) that should
change the number into editable field that should only accept numbers.
------
this is id: 2
length: |_4_| [save button]
------
And when changing 4 into 6 and pressing [save button] I want to modify
the name in database to store six X characters instead of four:
id name
-- ----
1 XX
2 XXXXXX
3 XXX
and return to normal show page:
data/2
------
this is id: 2
length: 6 [edit button]
------
Is ther...
2002 Sep 29
5
Samba with a Win9x network and RoadRunner
Hi everyone...I'm at a dead stop setting up Samba, so let me jump right into
the problem:
First, the setup: I have a RH7.3 box and a W98 laptop. The RH box also has
a W2k Pro partition. We have them on a 4-port 10base-T hub along with our
RoadRunner cable modem.
Now on to the problem: As most of you are already aware, RR uses DHCP to
assign IP addresses to client machines at boot time.