search for: nap

Displaying 20 results from an estimated 244 matches for "nap".

Did you mean: map
2009 Oct 28
4
Insertar filas en un data frame
Hola, Por favor, necesito insertar una fila debajo de las filas que tengan DV distinto de cero, pero no me deja insertar hasta el final de la tabla. Esta es mi tabla y este es el código con el que estoy apurado. C ID TIME DV AMT RATE CMT SS II EVID GRUPO VISITA DOSIS VECES FORMA NAP EDAD SEXO ALTURA PESO 11 0 0 3 0 1 1 12 1 3 0 3 2 1 0 77 2 147 74 11 1.417 0.001 0 0 2 0 0 0 3 0 3 2 1 0.001 77 2 147 74 11 0 0 9.6 -2 2 1 24 4 2 2 9.6 1 2 0 77 2 147 74 11 2.5 8.69 0 0 2 0 0 0 2 2 9.6 1 2 2.2 77 2 147 74 11 0 0 9.6 -2 2 1 24 4 2 3 9.6 1 2 0 77 2 147 74 11 2.667 17.49 0 0 2...
2010 Feb 12
2
for loop function output
Hello all, I am trying to run a simulation. the simulation presented below. > rep=5 > sr=.10 # selection ratio > pmin=.10 # minority ratio > nap=1000 # total number of applicant > nsle=sr*nap # number of ee selected > nb=nap*pmin # number of minority > nw=nap-nb # number of majority > mb=100 # mean minority > sb=15 # sd minority > mw=100 # mean majority > sw=15 # sd majority > for(i in 1:rep){ + db=rnorm(nb,mb,sb) #m...
2009 Mar 03
1
SPSS data import: problems & work arounds for GSS surveys
...ow(idat) SPSS system file 'gss2006.sav' with 5137 variables and 4510 observations A subset function can access the particular variables from the data. > idat2 <- subset(idat, select=c(gunlaw)) > idat2 Data set with 4510 observations and 1 variables gunlaw 1 OPPOSE 2 *NAP 3 *NAP 4 FAVOR 5 FAVOR 6 *NAP 7 FAVOR 8 *NAP 9 FAVOR 10 FAVOR 11 FAVOR 12 FAVOR 13 FAVOR 14 *NAP 15 *NAP 16 *NAP 17 FAVOR 18 *NAP 19 FAVOR 20 *NAP 21 *NAP 22 OPPOSE 23 *NAP 24 *NAP 25 *NAP .. ...... (25 of 4510 observations shown) and the function "as....
2008 Aug 01
1
importing explicitly declared missing values in read.spss (foreign)
...2. I included http://www.nabble.com/file/p18776776/missingdata.sav missingdata.sav and http://www.nabble.com/file/p18776776/frequencies.jpg frequencies.jpg as an example. The data contains 3 types of missing data: 2 are explicitly declared as a missing-value ('8' = NA and '9' = NAP), the third type are the system missings. When this file is imported in R, only the system missings are recognized as missing values, the others are just imported as levels in the nominal case, and as (labeled) real values 8 and 9 in the continuous case. There are also no attributes in the object r...
2004 Sep 21
2
Ever see a stata import problem like this?
...www.ku.edu/~pauljohn/R/morgen.dta looks like this to R (I tried various options on the read.dta command): > myDat <- read.dta("morgen.dta") > summary(myDat) CASEID year id hrs1 hrs2 Min. : 19721 Min. :1972 Min. : 1 NAP : 0 NAP : 0 1st Qu.: 1983475 1st Qu.:1978 1st Qu.: 445 DK : 0 DK : 0 Median : 1996808 Median :1987 Median : 905 NA : 0 NA : 0 Mean : 9963040 Mean :1986 Mean : 990 NA's:40933 NA's:40933 3rd Qu.:19872187 3rd Qu.:1994 3rd Qu.:1358 M...
2019 Apr 19
2
Forking AGI or GoSub
In PHP something like: $pid = pcntl_fork(); if ($pid != 0) { // we are the parent // do parent stuff exit; } // we are the child, detatch from terminal $sid = posix_setsid(); if ($sid < 0) { die; } // do child stuff On 04/19/2019 02:00 PM, Mark Wiater wrote: > On 4/19/2019 1:49 PM, Dovid Bender wrote: >> Mark, >> >> I am using PHP agi and when forking
2006 Dec 12
3
problem with acls and dos mode in 3.0.23d
Hello! I have direstory with following acl: getfacl Visio2002 # file: Visio2002 # owner: ilyin # group: ilyin user::rwx user:dm:rwx user:pitomtsev:rwx user:nap:rwx user:mav:rwx user:goi:rwx user:ilyin:rwx user:huzyahmetov:rwx group::r-x group:common:r-x mask::rwx other::--- default:user::rwx default:user:pitomtsev:rwx default:user:nap:rwx default:user:mav:rwx default:user:goi:rwx default:user:ilyin:rwx default:group::rwx default:group:common:r-x default:m...
2012 Jul 09
2
mfrow and centering plots when there's an odd number
Let me start with an example: par(mfrow=c(2,3)) for (i in 1:5){ x = rnorm(100) y = .5*x + rnorm(100, 0, sqrt(1-.5^2)) plot(x,y) } Note that there's five plots and six spaces for those plots via mfrow, leaving one row empty. Is there a way to have the bottom two plots centered? I think it looks weird to have them left-justified. Thanks in advance for the help! -- Dustin Fife PhD
2015 Apr 17
2
Join 2012 Server R2 as member to NT domain
Wow, this is great. However, we need to use DNS. If we enable it AFTER the computer has joined the domain, would it keep working, or DNS is no avail in W8.1? D?a 15.04.2015 o 22:03 James Fromm nap?sal(a): > That worked. Server joined just fine. Thanks Robert! > > Thanks, > James > > On 04/15/2015 12:48 PM, Robert Moulton wrote: >> James Fromm wrote on 4/15/15 12:45 PM: >>> Odd, we've used a FQDN for our netbios domain for 15 years. I'll give >&g...
2017 Oct 09
3
Tripplite Smart Int 1000 - wrong numbers
Hi, Charles I'm trying compilation but there is no configure command in the cloned git directory of nut. D?a 08.10.2017 o 23:47 Charles Lepple nap?sal(a): > On Oct 8, 2017, at 4:34 PM, tuharsky at misbb.sk wrote: >> Thank You for You reply, Charles >> >> >> D?a 07.10.2017 o 14:30 Charles Lepple nap?sal(a): >>> Is the "lan4.1" cable different from this one? http://networkupstools.org/cables.html#_t...
2016 Jul 06
4
Impossible to use any recent asterisk version with chan_sip
...f you is finding my same problems using any recent asterisk version, after 13.7 / 13.8 with chan_sip. If I use any recent asterisk version, after just few seconds asterisk completely locks up, stopping processing SIP/UDP packets. Nothing is written in the asterisk log, but if I run "netstat -nap | grep 5060" I see the UDP buffer filled up. If I step back to asterisk 13.2, then all is fine and asterisk is rock solid. I know I should use PJSIP and chan_sip is no more supported, but at this point, if this is the working state of chan_sip, it should be completely removed. Leandro -----...
2005 Apr 02
11
bluetooth nap and internet access problem
Hello, I''m trying to configure my desktop as a bluetooth network access point for my ipaq (as explained in http://www.stolk.org/debian/bluetooth.html). I''m running shorewall version 2.2.1 on debian testing with a local network via eth0 and internet access via eth1. I''ve created a bridge br0 for eth0 and bnep0 and activated bridging in shorewall. dhcpd is listening
2015 Mar 10
2
Linux fs ACL ignored for Samba4 share in Windows?
.... (iss_num itself) has drwxrwxr-x Now for the incriminating file example that shows abnormal ACL in Windows: the file resides in iss_num/am/uz and has -rwxrwxrwx So there is no + in listing for share directory nor for files in the directory structure. Peter D?a 10.03.2015 o 10:37 Rowland Penny nap?sal(a): > On 10/03/15 07:16, Mgr. Peter Tuharsky wrote: >> Hm, it is quite large. I will snip all comments out and all shares that >> are not interesting >> >> smb.conf: >> >> [global] >> >> workgroup = ldap1.sk >> server string = ser...
2015 Mar 10
1
Linux fs ACL ignored for Samba4 share in Windows?
...t shows abnormal ACL in >> Windows: the file resides in iss_num/am/uz and has -rwxrwxrwx >> >> So there is no + in listing for share directory nor for files in the >> directory structure. >> >> Peter >> >> >> D?a 10.03.2015 o 10:37 Rowland Penny nap?sal(a): >>> On 10/03/15 07:16, Mgr. Peter Tuharsky wrote: >>>> Hm, it is quite large. I will snip all comments out and all shares >>>> that >>>> are not interesting >>>> >>>> smb.conf: >>>> >>>> [global] &...
2015 Jun 05
4
how do I make my headset work
...ied different settings for connector. >> All gave me static except for Line-in. >> That one gave me silence. > > When I run arecord the applications tab tells > me that an alsa plug-in, aplay, is running. > I'm aware that aplay is an alias for arecord. > > I need a nap. . after you finish your nap, pull "audio city" to find out all about it, their home page is; http://web.audacityteam.org/ features; http://web.audacityteam.org/about/features it will kick your ass with a ((GBWG)) just playing with it. i pulled the centos rpm about 4 months ag...
2017 Jun 05
3
IAX port 4569
Use the command bellow to check if is Asterisk opening the port. netstat -nap | grep 4569 You need to see something like this output, otherwise your asterisk is not opening the port. udp 0 0 0.0.0.0:4569 0.0.0.0:* 10244/asterisk Att, H?lvio Junior dCAA - Digium Certified Asterisk Administrator SafeId - Gest?o de identidades e Acesso...
2015 Jun 05
2
how do I make my headset work
On Fri, 5 Jun 2015, Michael Hennebry wrote: > On Thu, 4 Jun 2015, Frank Cox wrote: > >> On Fri, 5 Jun 2015 00:54:24 -0500 (CDT) >> Michael Hennebry wrote: >> >>> Actually, I mistook black for green. >>> Green was occupied by my external speakers. >>> Putting the headset's green plug in the green spot >>> lets VLC and aplay make
2015 Oct 29
3
Local Administrators (group) and delegation in AD
On 2015-10-29 12:23, Rowland Penny wrote: > On 29/10/15 09:47, Davor Vusir wrote: >> On 2015-10-29 09:52, Rowland Penny wrote: >>> On 29/10/15 08:34, Davor Vusir wrote: >>>> Hi all! >>>> >>>> We have got many delegations in our AD. To add a certain >>>> administrator group to the local Administrators group you can use
2017 Oct 08
2
Tripplite Smart Int 1000 - wrong numbers
Thank You for You reply, Charles D?a 07.10.2017 o 14:30 Charles Lepple nap?sal(a): > Is the "lan4.1" cable different from this one? > http://networkupstools.org/cables.html#_tripp_lite Yes, it is different. The correct cable for this interface version looks like this: http://pinouts.ru/UPS/tripplite_smartpro_cable_pinout.shtml > Are you comfortable...
2015 Oct 29
2
Local Administrators (group) and delegation in AD
...ge of Windows file sharing. > Delegation on Windows is quiet well documented I expect by Microsoft itself > and in the Samba Wiki. > According to that I expect your question is about how to delegate Samba > management from Linux side. Am I right or should I go back home and take a > nap? (I would love the nap!) > My point is that what I have presented is the only way I have found to delegate "the Windows way". When looking at the net command I find that it's possible to map a AD-group to a local Linux-group. But not make a AD-group or -account member of the (S...