Displaying 3 results from an estimated 3 matches for "sesdata".
Did you mean:
secdata
2005 Nov 23
1
adding variables to a data set/combining two data sets
...second
table also includes a variable called dacode and I have also used dacode for
the rownames. I want to pull a number of the variables from the
socioeconomic status data into the first table but I'm having no luck.
Here's what I have tried so far:
#first attempt
grade6DA$ses1 <- sesdata$ses1[as.character(grade6DA$dacode)]
All that this does is create a new column in the grade6DA data set and calls
it ses1 but then fills it with NA.
#second attempt
grade6DA$ses1 <- sesdata$ses1[grade6DA$dacode]
Neither approach has worked so I've ended up combining the tables in a...
1999 Jul 23
1
strange share violation
...second user (and all the rest) gets a message that the program
couldn't access one file. The first user runs it perfectly.
Here is a snippet from a log file:
=cut=
[1999/07/19 18:19:11, 2] smbd/open.c:check_share_mode(742)
Share violation on file
(0,4,2,901,common/Katalogy/AVNet99/SES_DATA/SESDATA.DDB,fcbopen = 0,
flags = 0) = 0
=cut=
I don't know what's wrong.. I tried to set Locking to No with no
success.. I tried Fake Oplock with no success..
The _interesting_ thing is that on Novell it had the same problem but
the solution was to set the files with the flag SHAREABLE ("...
1999 Jul 26
0
UNSUBSCIBE SAMBA
...essage that the program
>couldn't access one file. The first user runs it perfectly.
>
>Here is a snippet from a log file:
>
>=cut=
>
>[1999/07/19 18:19:11, 2] smbd/open.c:check_share_mode(742)
>
>Share violation on file
>(0,4,2,901,common/Katalogy/AVNet99/SES_DATA/SESDATA.DDB,fcbopen = 0,
>flags = 0) = 0
>
>=cut=
>
>I don't know what's wrong.. I tried to set Locking to No with no
>success.. I tried Fake Oplock with no success..
>
>The _interesting_ thing is that on Novell it had the same problem but
>the solution was to set the fil...