Displaying 8 results from an estimated 8 matches for "job2".
Did you mean:
job
2010 Oct 17
0
Help on choosing the appropriate analysis method
...1.072
3 job1 dist_200 0.096 0.431 0.099 0.431
4 job1 dist_200 0.137 0.077 0.092 0.137
5 job1 dist_20 NA 0.296 0.107 0.296
6 job1 dist_200 NA 1.595 0.293 1.595
7 job1 dist_20 NA 0.085 0.076 0.085
8 job1 dist_20 NA 2.120 0.319 2.120
9 job1 dist_20 NA 0.881 NA 0.881
10 job1 dist_0 NA 0.221 NA 0.221
80 job2 dist_20 0.800 0.342 1.482 1.482
81 job2 dist_20 NA 0.521 0.050 0.521
82 job2 dist_200 NA 0.497 0.502 0.502
83 job2 dist_200 NA 2.777 NA 2.777
84 job2 dist_20 NA 0.127 0.050 0.127
85 job2 dist_200 NA 2.508 0.423 2.508
86 job2 dist_200 0.216 0.350 2.782 2.782
87 job2 dist_200 NA 2.777 1.996 2.777
88...
2012 Nov 23
1
Problems with weight
...l a weeks ago I used stata for everything.
Now I'm learning R and trying to move. But, in this stage I'm testing R
trying to do the same things than I used to do in stata whit the same
outputs.
I have a problem with the logit, applying weights.
in stata I have this output
. svy: logit bach job2 mujer i.egp4 programa delay mdeo i.str evprivate
(running logit on estimation sample)
Survey: Logistic regression
Number of strata = 1 Number of obs =
248
Number of PSUs = 248 Population size =
5290.1639
Design df = 247...
2012 Nov 23
1
problem with svyglm
I have this problem.
test <- svydesign(id=~1,weights=~peso)
logit <- svyglm(bach ~ job2 + mujer + egp4 + programa + delay + mdeo + str
+ evprivate, family=binomial,design=test)
then appear:
Error in svyglm.survey.design(bach ~ job2 + mujer + egp4 + programa + :
all variables must be in design= argument
I don't know what this mean...
Please help.
Pablo.
[[alternative HTML...
2013 May 21
2
rsync behavior on copy-on-write filesystems
...c rewrote the entire file into current/10gb even
though it only needed to write the
## first 4k block. If it had we would have saved 10 GB - 4KB of disk.
################################################
## Test metadata-only change
## Start with files as above
$ btrfs subvolume snapshot current job2
Create a snapshot of 'current' in './job2'
$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/jobarchive-Ajobarchivetest2
300G 31G 263G 11% /vol/jobarchive_Ajobarchivetest2
## Change the meta-data of the first file then rsync with...
2001 Dec 11
0
Wine 2001.11.08, FreeBSD 4.{2,4}, Lightwave 5.6 Screamernet Node
...k to
the share.
A typical invocation on the first node would be (after sharing C: on the
controller as c_drive)
C:\> net use z: \\controller\c_drive
C:\> z:
Z:\> newtek\programs\lwsn.exe -2 z:\newtek\programs\job1 \
z:\newtek\programs\ack1
The second node uses ...\job2 and ...\ack2, and so on, for each
additional node. The controller and the nodes co-ordinate with one
another by reading and writing to these files.
lwsn.exe is an NT console application, it doesn't use the GUI. Notice
that none of the Lightwave software is stored on the render node -- it'...
2013 Jan 21
1
btrfs_start_delalloc_inodes livelocks when creating snapshot under IO
...h 8 threads each like this:
fio --thread --directory=/btrfs/subvol1 --rw=randwrite --randrepeat=1
--fadvise_hint=0 --fallocate=posix --size=1000m --filesize=10737418240
--bsrange=512b-64k --scramble_buffers=1 --nrfiles=1 --overwrite=1
--ioengine=sync --filename=file-1 --name=job0 --name=job1 --name=job2
--name=job3 --name=job4 --name=job5 --name=job6 --name=job7
The files are preallocated with fallocate before the fio run.
Mount options: noatime,nodatasum,nodatacow,nospace_cache
Can somebody please advise on how to address this issue, and, if
possible, how to solve it on kernel 3.6.
Thanks,
Alex...
2006 Apr 28
0
rq-2.3.2
...~ > rq q s ls
1) submit the job ls to run on some feeding host, at priority 9
~ > rq -p9 q s ls
2) submit a list of jobs from file. note the ''-'' used to specify
reading jobs from stdin
~ > cat joblist
job1.sh
job2.sh
job2.sh
~ > rq q submit --infile=joblist
3) submit a joblist on stdin
~ > cat joblist | rq q submit -
or
~ > rq q submit - <joblist
4) submit cat as a job, providing the stdin for cat from the file cat.in
~ &g...
2006 Jun 08
0
rq-2.3.3
...~ > rq q s ls
1) submit the job ls to run on some feeding host, at priority 9
~ > rq -p9 q s ls
2) submit a list of jobs from file. note the ''-'' used to specify
reading jobs from stdin
~ > cat joblist
job1.sh
job2.sh
job2.sh
~ > rq q submit --infile=joblist
3) submit a joblist on stdin
~ > cat joblist | rq q submit -
or
~ > rq q submit - <joblist
4) submit cat as a job, providing the stdin for cat from the file cat.in
~ &g...