search for: cdec

Displaying 20 results from an estimated 31 matches for "cdec".

Did you mean: cde
2006 Nov 06
0
Hmisc, latex cdec not as expected
...but that gives an error. R version 2.4.0 (2006-10-03) Copyright (C) 2006 The R Foundation for Statistical Computing ISBN 3-900051-07-0 > > library(Design) > > tmp <- data.frame(x=c(1.0002, 2.013), y=c(1,2)) > tabel <- summary(x~y, data=tmp) > latex(tabel, cdec=3) > latex(tabel, digits=3) Error in format.df(object, dcolumn = dcolumn, na.blank = na.blank, numeric.dollar = numeric.dollar, : only one of digits, dec, rdec, cdec may be given > I hope someone can help. With kind regards Henrik __________________________ He...
2006 Nov 06
1
Hmisc, latex cdec not as expected - again
...'-option, but that gives an error. R version 2.4.0 (2006-10-03) Copyright (C) 2006 The R Foundation for Statistical Computing ISBN 3-900051-07-0 > > library(Design) > > tmp <- data.frame(x=c(1.0002, 2.013), y=c(1,2)) > tabel <- summary(x~y, data=tmp) > latex(tabel, cdec=3) > latex(tabel, digits=3) Error in format.df(object, dcolumn = dcolumn, na.blank = na.blank, numeric.dollar = numeric.dollar, : only one of digits, dec, rdec, cdec may be given > I hope someone can help. With kind regards Henrik
2004 Apr 02
1
R on Tru64 OSF 5.1
Has anyone achieved a current successful build of R 1.8 or 1.9 or earlier for HPUX Tru 64 OSF 5.1? There is no binary version of R for HPUX Tru 64 OSF 5.1. The R admin manual mentions that the native make fails on "Alpha/OSF (aka Tru 64)" and gnu make must be used instead. There are problems reported with building R versions around 1.4 from 2002 on R-devel, some of which were fixed with
2008 Dec 03
0
Hmisc latex() and Rcmdr numSummary() percentage issues
...;s an example: > library(Rcmdr) > data(Angell, package="car") > numSummary(Angell[,"hetero"], statistics=c("mean", "sd", "quantiles"), quantiles=c( 0,.25,.5,.75,1 )) > .numSummary <- popOutput() > latex(as.table(.numSummary$table), cdec=c(2), file="", title="") The resulting LaTeX code (see below) is not compilable, because of the `%' signs present in the column headers, and that are not escaped by latex() (contrary to the behaviour of xtable()). I can solve the issue manually by escaping the percentage si...
2009 May 23
2
as.numeric(levels(factor(x))) may be a decreasing sequence
...-------- next part -------------- --- R-devel/src/main/coerce.c 2009-04-17 17:53:35.000000000 +0200 +++ R-devel-elim-trailing/src/main/coerce.c 2009-05-23 08:39:03.914774176 +0200 @@ -294,12 +294,33 @@ else return mkChar(EncodeInteger(x, w)); } +const char *elim_trailing(const char *s, char cdec) +{ + const char *p; + char *replace; + for (p = s; *p; p++) { + if (*p == cdec) { + replace = (char *) p++; + while ('0' <= *p & *p <= '9') { + if (*(p++) != '0') { + replace = (char *) p; +...
2009 Oct 02
1
trouble with html() in Hmisc
Dear all On my system html() conversion of a `latex()' object fails. Follows a dummy example: > require(Hmisc) > data(Angell) > .object <- cor(Angell[,1:2], use="complete.obs") > tmp <- latex(.object, cdec=c(2,2), title="") > class(tmp) [1] "latex" > html(tmp) /tmp/RtmprfPwzw/file7e72f7a7.tex:9: Warning: Command not found: \tabularnewline Giving up command: \@hevea at amper /tmp/RtmprfPwzw/file7e72f7a7.tex:11: Error while reading LaTeX: This array/tabular column has no spec...
2005 Jul 28
1
Displaying p-values in latex
...eir corresponding p-values. My code is below. How do I format the p-values so that values less than 0.0001 are formated as <.0001 rather than just rounded to 0.0000? Thank you. model<-lm(y~x1+x2) output<-summary(model) output<-as.matrix(coefficients(output)) output<-format.df(ouput,cdec=c(2,2,2,4)) latex(output,longtable=TRUE, file="C:/model.tex")
2009 May 07
0
Hmisc::latex() help
...; 000 <NA> I produce a LaTeX table with: j <- 1 latex(object = info[[j]], file = paste('info', j, '.tex', sep = ''), rowlabel = NULL, booktabs = TRUE, here = TRUE, caption = paste(df[j, ], collapse = ''), na.blank = TRUE, dcolumn = TRUE, cdec = c(0, 0, 0, 0, 2, 0, 2, 0, 2)) However, na.blank and cdec make no difference, producing: \newcolumntype{.}{D{.}{.}{-1}} \begin{table}[H] \caption{11000000\label{info}} \begin{center} \begin{tabular}{lD{.}{.}{-1}D{.}{.}{-1}D{.}{.}{-1}D{.}{.}{-1}D{.}{.} {-1}llll}\toprule \multicolumn{1}{l...
2015 Dec 22
2
allow_nets=local in passdb gets "auth: Panic"
...;username> <password>` is no problem as expected. What's wrong? Regards, -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2014 Jul 14
2
doveadm-server does NOT know fts commands
...ample.jp # echo $? 0 # doveadm index -u u0001 at example.jp INBOX # echo $? 0 -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2014 Dec 09
0
Required SSL with exceptions
...ssl is enforced on one port, and not on another? Use login_trusted_networks parameter. -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2015 Sep 24
0
FTS not indexing new folders (mailboxes)
...50 > fts_solr = url=http://127.0.0.1:8080/solr/ > > Anyone got this problem? -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2018 Jun 12
1
sievec prints an error if no dovecot running with mail_plugins = stats
...ail) failed: No such device or address # echo $? 0 # ls foo.* foo.sieve foo.svbin ``` -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: https://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2018 Jun 01
0
use instance-name for syslog?
...s in general it would make sense to use instance_name for syslog ident. > Thanks. -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: https://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2016 Jan 20
0
rsync stopped working
...n. > Tried running searches w/ no luck. Checked all the docs I could find w/ no luc -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2008 Mar 02
0
new to latex to pdf
...f(f1b,sublines=1,h=5) plot(s1, which=if(w==1)1:2 else 3, cex.labels=.7, cex.group.labels=.7*1.15, subtitles=T, main='', pch=if(w==2) 16 else c('2','5'), # 16=solid circle xlab=if(w==2)'Survival Time' else 'Survival Probability') dev.off() } w <- latex(s1, cdec=c(2,2,1), ctable=TRUE, caption='Survival')
2014 Jul 09
1
Dovecot ldap quotas in MB
Hi All, I have the Dovecot quota value coming from LDAP using the line below but my values are stored in MB, not bytes. What can I put in the line to set quotas in MB? user_attrs = homeDirectory=home,mailUID=uid,mailGID=gid,mailQuota=quota_rule=*:bytes=%$ Thanks Murray
2015 Jul 31
2
FTS not indexing new folders (mailboxes)
Hello, Im getting problem on FTS on new created folders (mailboxes). How to simulate: - Enable FTS (solr on our case) - Create a new folder (mailbox) - Move some message to that mailbox - Try to search for the message contents *doveadm search -u user at domain text sometext* # Found nothing, but if i move the message to another mailbox, the search catch the message. # I tried doveadm index
2014 Sep 01
1
Master user and non-plaintext auth does not work
...gs = /etc/dovecot/dovecot-ldap.conf.ext } Is this a bug or a restriction of Dovecot? -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2014 Dec 08
2
Required SSL with exceptions
On 12/8/14, 1:45 PM, Robert Schetterer wrote: > Am 08.12.2014 um 19:41 schrieb List: >> I have a Dovecot cluster which is on separate machines from my >> webmail/caldav/cardav cluster, and I currently have the system setup >> with ssl = required. Unfortunately the caldav/cardav server I am >> running doesn't support STARTTLS so I was wondering if there is a way to