Displaying 3 results from an estimated 3 matches for "listd".
Did you mean:
list
2009 Oct 09
1
svy / weighted regression
...to illustrate my problem below.
Thanks
Laust
# loading survey
library(survey)
# creating data
listc <- c("Denmark","Finland","Norway","Sweden","Denmark","Finland","Norway","Sweden")
listw <- c(1,2,1,1,1,1,1,1)
listd <- c(0,0,0,0,1000,1000,1000,2000)
listt <- c(750000,500000,900000,1900000,5000,5000,5000,10000)
list.cwdt <- c(listc, listw, listd, listt)
country <- data.frame(country=listc,weight=listw,deaths=listd,yrs_at_risk=listt)
# running a frequency weighted regression to get the correct point...
2005 Sep 21
1
Samba authenticating, but not against domain
...ystem joined to the domain. I added the server through the windows NT
server manager, and then ran the NET rpc join command.
I think I am joined to the domain properly, but somewhere my authentication
configuration is screwy.
I can't get people authenticated against a share, even if they are listd as
a valid user under that share in the smb.conf, unless I run smbpasswd -a
<username> and then specify a password. This defeats the purpose, as I the
password isn't synched with the NT domain.
Any Suggestions?
Regards,
Dan Baughman
2009 Apr 16
2
Reading in a large number of dbf files
good morning
This question is not a stats question per say but a data management and
lattice plotting problem. I apologize now if I'm asking an inappropriate
question to this gracious group.
I'm need to bring in approximately 100 *.dbf files into R but I'm having
difficultly understanding several examples I've tracked down regarding this
procedure and could benefit from your