search for: nys

Displaying 20 results from an estimated 20 matches for "nys".

Did you mean: ns
2012 Jan 26
2
R extracting regression coefficients from multiple regressions using lapply command
Hi, I have a question about running multiple in regressions in R and then storing the coefficients. I have a large dataset with several variables, one of which is a state variable, coded 1-50 for each state. I'd like to run a regression of 28 select variables on the remaining 27 variables of the dataset (there are 55 variables total), and specific for each state, ie run a regression of
2003 Sep 10
1
geoR variogram problem
...if you read in geodata, calculates the variogram using the variog function and give in a uvec like uvec=seq(0,max,by=2.44), it only starts giving results from distance=4.88 and ignores 2.44! This wasn't the case in former versions of geoR. Is this done on purpose? Why? Tnx for your help, Dave Nys K.U.Leuven Laboratory for Forest, Nature and Landscape Research Vital De Costerstraat 102 B-3000 Leuven Tel. +32 (0)16 329751 Fax. +32 (0)16 329760 email: Dave.Nys at agr.kuleuven.ac.be
2011 Mar 22
2
adding vertical segments to an xyplot in lattice
...3 3 3 3 3 3 3 3 3 ... $ item : Factor w/ 28 levels "Access to healthy foods",..: 21 19 20 18 16 3 2 6 17 8 ... $ value : num 8644 15 3.5 3.9 7.7 ... $ low : num 7897 9 2.5 2.6 7 ... $ high : num 9390 22 4.5 5.2 8.4 37 30 23 24 101 ... $ target: num 5034 11 2.7 2.6 6.1 ... $ nys : num 6099 16 3.5 3.3 8 ... > head(chr) county item value low high target nys 1 Sullivan Premature death 8644.0 7897.0 9390.0 5034.0 6099.0 2 Sullivan Poor or fair health 15.0 9.0 22.0 11.0 16.0 3 Sullivan Poor physical health days...
2009 Jan 29
4
Text in a character vector to indicate "ifelse" argument
...R?d SPF 39 2000-01-01 090432 SPF-X, PRRS-neg. 40 1999-05-01 090432 MS-X, PRRS-neg. 81 2001-08-23 022458 R?d SPF 82 1999-01-22 022458 SPF-X, PRRS-neg. 130 2008-10-16 080385 R?d SPF+Myc+Ap2+Nys+DK+Vac 131 2003-03-18 080385 R?d SPF+Myc+Ap2+DK+Vac 132 2002-11-01 080385 R?d SPF+Myc+DK+Vac 133 2002-02-07 080385 R?d SPF+Myc+Vac 134 2000-09-19 080385 MS-X, PRRS-pos VAC 135 1999-01-22 080385 MS-X, PRRS-neg...
1997 May 11
2
R-alpha: Logarithmic scales
...does not work either. Unfortunately, do_rect() in "plot.c" overrides the yt() function... What about this (lines 983-1031): SEXP do_rect(SEXP call, SEXP op, SEXP args, SEXP env) { SEXP sxl, sxr, syb, sys, col, lty, border; double *xl, *xr, *yb, *ys; int i, n, nxl, nxr, nyb, nys; int ncol, nlty, nborder; int colsave, ltysave; GCheckState(); if(length(args) < 4) errorcall(call, "too few arguments\n"); xypoints(call, args, &n); sxl = CAR(args); nxl = length(sxl); args = CDR(args); syb = CAR(args); nyb = length(syb); args = CDR(...
2011 Nov 02
3
how to count number of occurrences
Dear R users, I have this data frame, y samp 8 0.03060419 X 18 0.06120838 Y 10 0.23588374 X 3 0.32809965 X 1 0.36007100 X 7 0.36730571 X 20 0.47176748 Y 13 0.65619929 Y 11 0.72014201 Y 17 0.73461142 Y 6 0.76221313 X 2 0.77005691 X 4 0.92477243 X 9 0.93837591 X 5 0.98883581 X 16 1.52442626 Y 12 1.54011381 Y 14 1.84954487 Y
2013 Dec 03
2
Samba4 Winbind on DC Authentication problem
...roperly, and the account/session portions are behaving correctly, it's the auth that seems to be the problem. Any ideas? Thanks again for the great work to the Samba team! -Ron -- Riomar Group <http://www.riomargroup.com>*Ron Garc?a-Vidal | President | Riomar Group (A NYC & NYS Certified MBE)* 1315 Prospect Ave., First Floor | Brooklyn, NY 11218 2655 Le Jeune Road, Suite 915 | Coral Gables, FL 33134 (347) 746-6276 | www.riomargroup.com <http://www.riomargroup.com> ron at riomargroup.com <mailto:ron at riomargroup.com>
1998 May 26
0
Re: Beware of dangerous enviroment (Re: Overflows in minicom)
...continue; } - *(pathP++) = *nlspath; } + if (pathP >= path + sizeof (path)) + { + goto error; + } + *(pathP++) = *nlspath; } *pathP = ''\0''; if (stat(path, &sbuf) == 0 && S_ISREG (sbuf.st_mode)) { --- libc-5.4.44/libc/nys/nis/src/nis_names.c.secenv Mon Oct 21 06:40:17 1996 +++ libc-5.4.44/libc/nys/nis/src/nis_names.c Sat May 16 15:46:52 1998 @@ -29,6 +29,8 @@ #include "nis_conf.h" #include "xalloc.h" +extern char *__libc_secure_getenv(const char *); + nis_name nis_local_directory(void) {...
2013 Nov 28
4
SSH - Winbind and Keybased Auth
Hi Team, We have a weird issue that we are trying to understand. We have winbind set up and working successfully for user authentication with passwords via ssh. We have pam.d/system-auth-ac and password-auth-ac (symlinked) set to require membership of a group which works great via password authentication. However, if the user has a ssh key set up, they seem to bypass the group membership
2010 Aug 11
4
feature request: "remote user is root, make remote owner is foo"
I often push files from my user account over SSH to my web server, and want them owned by www-user, which may not have a login shell, should never accept remote logins, and who may not have a ~/.ssh directory (and if it did, it would be under the wwwroot, ack!). Currently I push as root and then do a chmod, but isn't there a better way? While I'm doing this, the files are temporarily
2010 Jun 29
5
file "time-to-live"
Hi everyone, There is a way to make files being automatically deleted some time after they have been created? I know that, with some scripting wizardry i could achieve this, but i wanna know if samba has this kind of feature. I have a temp folder that users insist in use like a backup folder, so i want to files to be deleted 24 hours after they have been created. I cannot just delete
2012 Aug 16
1
Rsync between OpenVMS & OpenVMS
I'm looking at need to duplicate some drives data from one OpenVMS site to another OpenVMS site. Clustering is not an option, so was wondering if Rsync could be used between two OpenVMS sites and if there would be any issues with the files. James Horn SHSU 2449 Computer Services Sam Houston State University Huntsville TX 77340 Phone: (936) 294-1042 -------------- next part -------------- An
2011 Oct 28
1
winbind nsswitch resolving names issue
Hi, I manage have a mixed enviroment, which is composed by a BDC win2k3 plus fileserver linux Suse with samba ver. 3.0.22-13.16, an old one I know... :( I'm facing an odds behaviour with wbinfo querying by bash console from my linux desktop (ubuntu 11.04 smb 3.5.8, joined in domain and regularly I authenticated to). For my purpose I've written this tiny script "idtest.sh" :
2003 Dec 20
1
rsync "hang"
...is in good shape as well. All disks are local. Thanks for your assistance, if more info is needed please ask. Brian --- Brian R Cuttler brian.cuttler@wadsworth.org Computer Systems Support (v) 518 486-1697 Wadsworth Center (f) 518 473-6384 NYS Department of Health Help Desk 518 473-0773
2014 Sep 12
2
Backup scripts - recycling old backup directories
Folks, Kevin Korb wrote: > Have you considered more advanced methods such as subvolume snapshots > provided by ZFS and BTRFS? At work we were forced to abandon rsync > - --link-dest because of the amount of time it takes to delete old > backups when the data is primarily many millions of small files > (shared web hosting company). We don't have more advanced methods like
1998 May 30
9
"Flavors of Security Through Obscurity"
This was posted not too long ago on sci.crypt... Enjoy... I think the most relevant information is near the top, but it''s all quite good... :-) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- There is no intrinsic difference between algorithm and data, the same information can be viewed as data in one context and as algorithm in another. Why then do so many people claim that encryption algorithms
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused. Here are the commands I have entered: > data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",") > NumberOfActionsByStatus = data$STATUS > NumberOfActionsByUser = data$ETS_LOGIN > NumberOfBidOffer = data$BID_OFFER > NumberOfActionsByUser.freq = table(NumberOfActionsByUser) >
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems
2016 Oct 04
29
The security id structure is invalid
...te member already deleted for target GUID a8e1e07a-cab8-4222-a024-97d59084268b') I'm not even sure where to start fixing this and am not finding anything similar via google. -Ron -- Riomar Group <http://www.riomargroup.com>*Ron GarcĂ­a-Vidal | President | Riomar Group (A NYC, NYS & PANYNJ Certified MBE & DBE)* 1315 Prospect Ave., First Floor | Brooklyn, NY 11218 7400 SW 50th Street, Unit 304 | Miami, FL 33155 (347) 746-6276 | www.riomargroup.com <http://www.riomargroup.com> ron at riomargroup.com <mailto:ron at riomargroup.com>
2003 Dec 01
0
No subject
...ristian Hmm, a little detective work and I think I may have solved this issue for both of us. In short, yppasswd & yppasswdd behavior is rather bizarre. It seems that most linux distributions ship with an rpc.yppasswdd that is compiled with the CHECKROOT option enabled. Eg: rpc.yppasswdd - NYS YP server version 1.3.9 (with CHECKROOT) What CHECKROOT means is that the first password entered is checked against root's password. If it matches, the password change is allowed to proceed. Ignore the prompts! Yes, I know, when run as root it says "Please enter root password:"....