Displaying 3 results from an estimated 3 matches for "b1d".
Did you mean:
b1
2011 Jul 11
1
GLS - Plotting Graphs with 95% conf interval
...line of the model using
the predict function. I want to add SE to the graph, but not sure how to
get them out as the predict function for gls does not appear to allow for
SE=TRUE argument.
Here is my code so far:
f1<-formula(MaxNASC40_50~hu3+flcmax+TidalFlag)
vf1Exp<-varExp(form=~hu3)
B1D<-gls(f1,correlation=corGaus(form=Lat~Lon, nugget=TRUE),weights=vf1Exp ,
data=ocean)
ochu3<-seq(from=2.9,to=4,length=120)
ocflc<-seq(from=0,to=0.8,length=120)
tidal1<-rep(c("1"),length=120)
mydata1<-data.frame(TidalFlag=factor(tidal1),hu3=ochu3,flcmax=ocflc)
lineNASC1<-...
2010 Jul 15
1
Error using the mi package
...imputations?
Beginning Multiple Imputation ( Thu Jul 15 09:10:33 2010 ):
Iteration 1
Imputation 1 : min.func* Tenure* Salary* Housing* ord_stat*
rural_now* a3* a7* a8* a9* a10* a12* a13* a14* a15* a16*
a17a* a17b* a17c* a17d* a17e* a17f* a18* a21* b1a* b1b*
b1c* b1d* b1e* b1f* b1g* b1h* b1i* b3a* b3b* b3c* b3d*
b3e* b3f* b3g* b4a* b4b* b4c* b4d* b4e* b4f* b4g* b4h*
b4i* b4j* b4k* b4l* b4m* b4n* b4o* b4p* b5a* b5b* b5c*
b5d* b5e* b5f* b5g* b5h* b5i* b5j* b5k* b5l* b5m* b5n*
b5o* b6a* b6b* b6c* b6d* b6e* b...
2006 Jun 08
1
Dovecot Authentication through LDAP Server
...anonymous auth
# by self write
# by * none
# Space separated list of LDAP hosts to use. host:port is allowed too.
hosts = 192.168.129.18
# Distinguished Name - the username used to login to the LDAP server
dn = uid=root,ou=People,dc=msdpl,dc=com
# Password for LDAP server
dnpass = mobil5@b1d
# LDAP protocol version to use. Likely 2 or 3.
ldap_version = 3
# LDAP base
base = dc=msdpl,dc=com
# Dereference: never, searching, finding, always
deref = never
# Search scope: base, onelevel, subtree
scope = subtree
# User attributes in order:
# Virtual user name (user@domain)...