search for: infor

Displaying 20 results from an estimated 110 matches for "infor".

Did you mean: info
2013 Feb 11
2
Error 28 and exclusion
I am having two issues with a transfer I perform every weekend. The first is I am trying to exclude a directory with the following command: /usr/bin/rsync --rsync-path=/usr/bin/rsync --rsh=/usr/bin/rsh --log-file=/tmp/rsync.out --exclude /gcse1/infor/ --delete-before -rptS usaix:/gcse1/ /gcse1 I am attempting to pull and synchronize the directory /gcse1 with my local server directory /gcse1, but exclude /gcse1/infor . When looking through the logs, it appears that files were transferred within the /gcse1/infor tree after all. I naturall...
2011 Sep 02
5
Hessian Matrix Issue
...i]<-sum(aa) #print(a[i]) } a arg3<-sum(a) llh<-arg1+arg2+arg3 if(! is.finite(llh)) llh<-1e+20 -llh } ac<-optim(NegBin,par=c(xbar,dbar),method="L-BFGS-B",hessian=TRUE,lower= c(0,1) ) ac print(ac$hessian) muhat<-ac$par[1] dhat<-ac$par[2] zhat<- 1+(log(dhat)/(1-dhat)) infor<-solve(ac$hessian) var.dhat<-infor[2,2] se.dhat<-sqrt(var.dhat) var.muhat<-infor[1,1] se.muhat<-sqrt(var.muhat) var.func<-dhat*muhat var.func d.prime<-cbind(dhat,muhat) se.var.func<-d.prime%*%infor%*%t(d.prime) se.var.func lower.d[i]<-dhat-1.96*se.dhat upper.d[i]<-dha...
2015 May 14
1
[PATCH] resize: show sector infor in debug_partition
Show partition sector data and target partition sector data in debug_partition. Also, if --verbose, call debug_partition again before parted partitions. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- resize/resize.ml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/resize/resize.ml b/resize/resize.ml index 8e69d44..ae8339d 100644 ---
2006 Sep 08
0
quota infor @ wiki page
...ssages=1000 # 10 MB + 1000 messages quota limit quota = maildir:storage=10240:messages=1000 } The above example shows how to set the same quota globally for everyone. You can override this for one or all users by returning a quota field from the user database. See UserDatabase for more information about how to set them for the user database you are using. Here is an example using a SQL-based user database: " i'm (currently) attempting to assign per-user quotas in a 'userdb static' scenario, where, in my dovecot.conf, i've: protocol imap { ... plugin { quota...
2018 Jan 09
2
pjsip rtp_ipv6=yes but endpoint registered via ipv4 (IP4 contact infor)
Dear List I fear I stumbled over a bug in asterisk 13.14.1. My 'phones' are roaming around, sometimes some are connecting from ipv6 enabled networks, another time they are not. If a connection is ipv6 I would prefer to use ipv6 to avoid ipv4-nat problems. I have not specified a transport in the endpoint section, so that the appropriate transport which corresponds to the registration
2011 Mar 17
1
Samba 3.4.7 can't retrieve idmap infor from ldap
...to locate a record via user name or sid. If there is an idmap entry already for the use I only [2011/03/17 12:52:48, 1] winbindd/winbindd_user.c:856(winbindd_getpwent) could not lookup domain user jsmith So the samba member server is connecting to the LDAP server and retrieving some LDAP information. But it seems that the LDAP info is NOT formatted as expected (thus the Invalid DN Syntax errors.) The PDC was initially Samba 3.0.x, and I am guessing that the LDAP IDMAP syntax changed between 3.0.x and 3.4.x, I would appreciate advice on this. Thanks
2006 Jun 21
5
colClasses
Hi Folks! I'm reading in some data from a .csv file that has a date column. How do I use colClasses to get read.csv to recognize the date column? The documentation on this seems to be nil - And yes, I've read help and R Data Import/Export and can't figure out what the colClasses syntax is. Thanks, john [[alternative HTML version deleted]]
2006 May 15
3
Dyn or Dynlm and out of sample forecasts
All: How do I obtain one step ahead out-of-sample forecasts from a model using "dyn" or "dynlm" ? Thanks! Best, John [[alternative HTML version deleted]]
2015 Apr 28
5
Change user SID on Samba 4.1
...iel Carrasco Mar?n wrote: > > Hi, Is there any way to change the SID of an user on Samba 4.1?. I've > tried: > > > > pdbedit -U newSID -u user > > pdbedit -u user -U newSID > > pdbedit --'user SID'=newSID -u user > > > > but it shows the user infor without change anything. > > Changing a user's sid is a really bad idea, so in the AD DC (at least) > is is made quite difficult. > > In particular, it is critical that it remain unique, and be removed from > the RID pool. When we do a classicupgrade, we take care to ensure a...
2015 Apr 28
2
Change user SID on Samba 4.1
Hi, Is there any way to change the SID of an user on Samba 4.1?. I've tried: pdbedit -U newSID -u user pdbedit -u user -U newSID pdbedit --'user SID'=newSID -u user but it shows the user infor without change anything. Thanks!!
2005 Oct 18
2
FIGARCH
.... I've already got the codes to do the process in S-Plus. Can anyone help me to do it in R? Thanks, SUMANTA BASAK. ------------------------------------------------------------------------------------------------------------------- This e-mail may contain confidential and/or privileged infor...{{dropped}}
2012 May 31
0
Problem in a programming
Hello Everyone, I am a MS students in the Department of Statistics, Biostatistics & Informatics, in University of Dhaka, Bangladesh. Recently, I am doing thesis on "D-optimal Designs for Regression models in Biostatistics". In my thesis work, I am having problem with a particular program where I need to replace each element of a vector one by one by every element of another se...
2006 Feb 08
3
Bloomberg Data Import to R
Hi R-Experts, Can anyone tell me how Bloomberg data can be directly downloaded to R? Is there any package? Sumanta Basak. ------------------------------------------------------------------------------------------------------------------- This e-mail may contain confidential and/or privileged infor...{{dropped}}
2004 Jun 11
7
Can't open configuration file
Hi I'm getting Jun 11 13:12:46 "Fatal: Can't open configuration file /home/dovecot/dovecot-pgsql.conf: Permission denied this file have fulle permissions and has belonged to dovecot and root but still no joy what am i missing must be something stupid on this side Thanks for the previos comments about scripting I am swithcing to postgress for the mail env and will look at mysql
2007 Feb 08
2
obscure error with subsetting as.list() of a function then assigning that a (PR#9500)
...default However, this does work: > as.list(f)[[1]] It prints nothing, which is correct, and there is no error. So it seems the bug lies with assigning a name to as.list(f)[[1]] as above, then trying to work with that new object. Regards, Peter-M.Schumacher at db.com --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 2 minor = 4.1 year = 2006 month = 12 day = 18 svn rev = 40228 language = R version.string = R version 2.4.1 (2006-12-18) Windows XP Professional (build 2600) Service Pac...
2003 Oct 01
1
Macintosh binaries; was: Rcmdr and Macintosh
...car) do not have one. I do not have easy access to a Mac, so I have a plea to Macintosh users: could someone please create them if it is not too difficult? I am planning to use R 1.7.1. Please forgive me if my request is inappropriate. Aniko This e-mail may contain confidential and/or privileged infor...{{dropped}}
2006 Jan 02
1
Use Of makeARIMA
...-------------------- SUMANTA BASAK. ------------------------------------------ <http://www.drsb24.blogspot.com/> ------------------------------------------------------------------------------------------------------------------- This e-mail may contain confidential and/or privileged infor...{{dropped}}
2006 Feb 06
1
Help In Sequence of Dates
...97. Thanks in advance. I want to paste this date series with the data series I have. Thanks & Regards, Sumanta Basak. ------------------------------------------------------------------------------------------------------------------- This e-mail may contain confidential and/or privileged infor...{{dropped}}
2006 Feb 15
2
aggregate data.frame using column-specific functions
...ltant Client Vela GmbH Albert-Roßhaupter-Str. 32 81369 München fon: +49 (0) 89 742 17-113 fax: +49 (0) 89 742 17-150 mailto:markus.preisetanz@clientvela.com <mailto:markus.preisetanz@clientvela.com> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet. This e-mail may contain confidential an...
2008 May 02
2
Extract lags from a formula
Hi folks! How do I extract lags from a formula? An example: mod.eq<-formula(x~lag(x,-1)+lag(x,-2)) > mod.eq x ~ lag(x, -1) + lag(x, -2) > mod.eq[1] "~"() > mod.eq[2] x() > mod.eq[3] lag(x, -1) + lag(x, -2)() I'm trying to extract the lags into a vector that would be simply [1,2]. How do I do this? I'm using the dyn package to do dynamic