search for: acsdata

Displaying 3 results from an estimated 3 matches for "acsdata".

2009 Aug 23
1
lme function problem
Hello,   I am fairly new to R and having a problem with the lme command. I have searched on forums, read the Fox 2002 chapter, and R help, but the suggestions that I have tried have not helped me.   My data file is called Acsdata.   This is my script:   Acsdata.1 <- lme(Acsdata$gsi ~ Acsdata$asitotal + Acsdata$famstrto + as.factor(Acsdata$GEN) + Acsdata$asxfs + Acsdata$asxpar + Acsdata$asxgp + Acsdata$asxfsxpa + Acsdata$asxfsxgp, random = ~1|Acsdata$family) I keep getting the error: object "gsi" not found. Ho...
1999 Jun 09
0
basic rights for SMB shares...
...be for, say HTML files, Excel spreadsheets- basically, the individual files created by Office users, AutoCad users, etc... Share#3 - their own home directories I'm having a hard time figuring out what the 'starting' Unix perms/owners/groups' should be on those three: /home/samba/acsdata /home/samba/common and /home/%USER% I have the system doing netlogon - mapping drives... just that now, finally, the rights don't work quite right.. I've heard many things from various people about what user to 'own' the dirs at the Unix level, and then 'force user', creat...
2013 Nov 21
1
[PATCH] lib-sql/driver-mysql.c - Add support for enabling MYSQL_OPT_SSL_VERIFY_SERVER_CERT
Hello, The following patch adds support for enabling MYSQL_OPT_SSL_VERIFY_SERVER_CERT. It makes the mysql client library check that the commonName in the server's SSL certificate matches the host name provided to mysql_real_connect() and aborts the connection if the name doesn't match. An example connect string would look something like: connect = ... ssl-ca=/path/to/ca.cert