ir-pulling to figure out. I sure hope it is a genuine bug. :-) )
>
It isn't a bug. It is as it should be, because a plot file with multiple
pages cannot be EPS.
Try reading the help page for postscript again, this time ( ;-) ) paying
attention to the 'onefile' argument.
--
Ben Bolker wrote:
> Petr Savicky cs.cas.cz> writes:
>
>
>
>> Could you also include a script, which reproduces the problem? Just
>> to see under which conditions the problem occurs and how it
>> looks like exactly.
>>
>> Petr Savicky.
>>
>>
>
> The original post has such a script, just u
Henrik Bengtsson wrote:
> Thanks to both of you! /Henrik
>
> On 8/15/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote:
>
>> On 8/14/2007 2:52 AM, Prof Brian Ripley wrote:
>>
>>> The MinGW people have finally released a couple of builds of gcc 4.2.1
>>>
Seconded. In particular, can we hav
Ben Bolker wrote:
> Prof Brian Ripley wrote:
>
>> On Tue, 14 Aug 2007, Peter Dalgaard wrote:
>>
>>
>>> Ben Bolker wrote:
>>>
>>>> Petr Savicky cs.cas.cz> writes:
>>>>
>>>>
>>>>
>>
ile
this is also done automatically by a cron job which runs just after
midnight on the relevant days.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen
D'oh! There's always one more item to update....
Peter Dalgaard wrote:
> This is to announce that we plan to release R version 2.6.0 on Wednesday
> October 3, 2007. The following information is mainly for developers,
> package maintainers and repository maintainers.
>
>
in
Sendingtests/reg-tests-2.Rout.save
Transmitting file data .
Committed revision 42714.
So it is hardly surprising that it is not in 42709
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinf
"methods"
> [7] "base"
>
> other attached packages:
>bbmle nlme
> "0.7.7" "3.1-84"
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/
S.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C
>
> attached base packages:
> [1] "stats" "graphics"
ame places. There are a few other places where pwd is called
directly (texi2dvi and libtool) but I don't think that can give the
error message you describe.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph
.
> Not important to fix, not something that date does any better.
>
>
>> as.Date('09Sep2007')
>>
> Error in fromchar(x) : character string is not in a standard unambiguous
> format
>
>
>
Yes. Also: this _is_ ambiguous, but do
n.
Er, _diff_time objects do have a well-defined origin at zero. Taking
square roots (or exp, or...) of a number which could be weeks as well
as days is the real issue, I think.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatisti
for other people to use have been bad: Cobol,
> PL/I, Pascal, Ada, C++. The good languages have been those that were designed
> for their own creators: C, Perl, Smalltalk, Lisp. (Paul Graham)
>
Each of those that I know had its share of trouble with users who relied
on
e user level. Luke?
>> R.version.string # Vista
>>
> [1] "R version 2.6.0 alpha (2007-09-06 r42791)"
>
> ______
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
, package:methods,
> Autoloads, package:base
>
> John Maindonald email: [EMAIL PROTECTED]
> phone : +61 2 (6125)3473fax : +61 2(6125)5549
> Centre for Mathematics & Its Applications, Room 1194,
> John Dedman Mathematical Sciences Building (Building 27)
&
ist
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
Several bits of the document have that kind of "proto-text" style and
need to be rephrased in ordinary English.
What that particular paragraph was meant to describe is this:
> c(A=1)+c(b=2)
A
3
> c(A=1)+c(b=2,c=3)
b c
3
he evaluation frame of
ncol(). A full(er) reference counting system might drop NAMED back to 1
when exiting ncol(), but currently, R can only count up (and trying to
find the conditions under which it is safe to reduce NAMED will make
your head spin, believe me! )
> Petr Savicky.
>
row(x) and dim(x). Currently
> a <- matrix(1:6,nrow=2)
> nrow(a,a) # Error in nrow(a, a) : unused argument(s) (1:6)
> dim(a,a) # Error: 2 arguments passed to 'dim' which requires 1
>
> May be, also other solutions exist.
>
> Petr Savicky.
>
> __
Duncan Murdoch wrote:
> On 9/28/2007 7:45 AM, Petr Savicky wrote:
>
>> On Fri, Sep 28, 2007 at 12:39:30AM +0200, Peter Dalgaard wrote:
>>
> ...
>
>>> Longer-term, I still have some hope for better reference counting, but
>>> the semantics
I was clearly speculating (the reply starts with
"Hmm"!) and thus expecting that someone would know more than me and
might chime In.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- Unive
"dotTclObjv", objv, PACKAGE
> = "tcltk"), class = "tclObj") :
> [tcl] invalid command name ".1.2".
>
> Error in structure(.External("dotTclObjv", objv, PACKAGE
> = "tcltk"), class = "tclObj") :
>
Peter Dalgaard wrote:
> David Firth wrote:
>
>> I don't know whether this is specific to (my installation
>> of) SUSE 10.1, or is more general.
>>
>> With R 2.6.0, I am finding that some widgets made through
>> the tcltk package are having problems w
realized it, the IT guys are working
on a fix, so please have a little patience
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 353
l[EMAIL PROTECTED] Department of Economics
> vox: 217-333-4558University of Illinois
> fax: 217-244-6678Champaign, IL 61820
>
> __
> R-devel@r-project.org mailing list
> https://s
g mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark
cale.
>
> The micEcon package is available at CRAN.
>
>
I'm not sure what to do about it, but I'm 99% sure that what is biting
you is that Estonian sorts z before t, and something somewhere is using
a regexp containing a-zA-Z.
Presumably, R CMD build should just standardize
W we have to duplicate y or the subassignment will change x
Notice that this appears in disguised forms:
g <- function(y) {
y[1] <- 0 # MAY require duplication
mean(y)
}
x <- rnorm(100)
g(x) # duplication needed
g(rnorm(100)) # duplication not needed
Don't try anything involvi
t; *)
> - fcpicflags="-fpic"
> + fcpicflags="-fPIC"
>;;
>esac
> fi
>
>
Fedora 7 seems perfectly happy with -fpic, and that patch looks
unhealthy (for one thing, you shouldn't mess with that script directly,
b
Andrew Piskorski wrote:
> On Thu, Oct 25, 2007 at 12:19:13AM +0200, Peter Dalgaard wrote:
>
>
>> Fedora 7 seems perfectly happy with -fpic,
>>
>
> Well, Ubuntu 6.06 x86-64 sure seems to hate it, but all I know about
> -fpic vs. -fPIC is what I read her
e in the
description of "trim" is misleading and should be, well..., trimmed.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark
mechanism
whereby package maintainers can refile reports as they get fixed, and
r-core cannot track the issues.)
> Thanks!
> Merlise
>
>
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
display, width, height, pointsize, if (is.null(gamma)) 1
else gamma, :
unable to start device X11
In addition: Warning message:
In x11(":1") : unable to open connection to X11 display ':1'
> x11(":0")
Error: Couldn't find per display information
> _
Hin-Tak Leung wrote:
> Peter Dalgaard wrote:
>> [EMAIL PROTECTED] wrote:
>>> Full_Name: Christian Brechbuehler
>>> Version: 2.4.1, 2.5.1, OS: Ubuntu GNU/Linux
>>> Submission from: (NULL) (24.61.47.236)
>>>
>>>
>
>>> Example (
>>>> computed.
>>>>
>>>> The description in "trim" to me sounds like Windsorizing, rather than
>>>> trimming. Should that be edited?
>>>>
>>>>
>>>>
>>> I think so:
>>>
>>>
Hin-Tak Leung wrote:
> Peter Dalgaard wrote:
>
>> You need x11() with a valid display to trigger the bug:
>>
>> [EMAIL PROTECTED] BUILD]$ ssh -Y 192.168.1.10
>> [EMAIL PROTECTED]'s password:
>> Last login: Sat Oct 27 02:40:16 2007 from 192.168.1.
7;s certainly a lot of
eval(parse(...)) stuff going on. (This sort of code always makes me a
little suspicious, but I haven't by far studied it well enough to say
whether there might be a more efficient way.)
> Thanks in advance,
> Adrian
>
>
--
O__ Peter Dalgaard
.6.0 (which seems to be Adrian's experience too).
>
>
Yes, I realized that there could be other consequences of the change in
2.6.0. Moved to R-core for internal discussions.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dep
ST"
> [9] "2006-11-03 12:38:47 MST" "2006-11-04 12:38:47 MST"
> [11] "2006-11-05 12:38:47 MST" "2006-11-06 12:38:47 MST"
> > # *** wrong switch in 2007 ***
> > as.POSIXct("2007-10-30 12:38:47")+(-4:7)*(24*3600)
> [1]
t;>>> Graphics window.
>>>>>
>>>>> 2. I checked, but did not see any other bug reports in the system that
>>>>> are
>>>>> relevant to this problem.
>>>>>
>>>>> 3. Before I submitted this R
> together. Arguably, tapply and any other function that has a non-NA
>>> response to the empty set will also work better together.
>>> Furthermore, tapply shows a warning if FUN would normally show a
>>> warning upon being evaluated on an empty set. That deviates from
>
Jari Oksanen wrote:
> On Wed, 2007-11-07 at 10:51 +0100, Simone Giannerini wrote:
>
>> [snip] (this is from pd = Peter Dalgaard)
>>
>>> Maybe, but given the way things have been working lately, it might be
>>> better to emphasize
>>>
>>
f 'row.names = TRUE' and 'TRUE' otherwise.
.
These wrappers are deliberately inflexible: they are designed to
ensure that the correct conventions are used to write a valid
file. Attempts to change 'col.names', 'sep', 'dec' or 'qmethod
troubles) by a
cron job running at 4AM CET, and the tarballs can be picked up at
http://cran.r-project.org/src/base-prerelease/
a little later.
For the Core Team
Peter Dalgaard
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dep
_
> platform i686-pc-linux-gnu
> arch i686
> os linux-gnu
> system i686, linux-gnu
> status
> major 2
> minor 6.0
> year 2007
> month 10
> day03
> svn rev43063
> lang
tion: Warning messages:
> 1: font family not found in PostScript font database
> 2: font family not found in PostScript font database
>
> But it works fine with R 2.5.0.
>
>
...as well as 2.6.1!
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /
as promised you that lines and point
methods should exist. It could be taken as an enhancement request.)
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
O__ Peter Dalgaard
Gavin Simpson wrote:
> On Thu, 2007-11-29 at 16:36 +0100, Peter Dalgaard wrote:
>
>> [EMAIL PROTECTED] wrote:
>>
>>> Full_Name: Carlos Gershenson
>>> Version: 2.6.1
>>> OS: MacOSX
>>> Submission from: (NULL) (24.128.48.138)
>>&g
Gavin Simpson wrote:
> On Thu, 2007-11-29 at 17:34 +0100, Peter Dalgaard wrote:
>
>> Gavin Simpson wrote:
>>
>>> On Thu, 2007-11-29 at 16:36 +0100, Peter Dalgaard wrote:
>>>
>>>
>>>> [EMAIL PROTECTED] wrote:
>>>>
> version.string R version 2.6.1 (2007-11-26)
> # -
>
> STG
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
Peter Dalgaard wrote:
> [EMAIL PROTECTED] wrote:
>
>>>>>>> antonio fabio <[EMAIL PROTECTED]>
>>>>>>> on Tue, 4 Dec 2007 20:25:21 +0100 (CET) writes:
>>>>>>>
>>>>>>>
&
e: 3.103e-12
>
> JR> Perhaps they both ought to be lowercase? Again, truly trivial but
> perhaps it
> JR> adds to the overall polish...
>
> JR> -- Jeff
>
> __
> R-devel@r-project.org mailing list
> htt
unk.model)
[,1] [,2] [,3]
[1,] 0.5525259 NA -0.5525259
[2,] NA NA NA
[3,] -0.5525259 NA 0.6906574
which is not massively hard to achieve.
Alternatively we could just skip the aliased coefficients. For GLMs we
definitely do not want to profile them.
sed on \code{outer}.
+ \code{\link{kronecker}} which is based on \code{outer};
+ \code{\link{Vectorize}} for vectorizing a non-vectorized function.
}
\examples{
x <- 1:9; names(x) <- x
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of B
gt; evidence of similar issues from searching the mailing lists. Any
> suggestions would be appreciated.
>
>
Can you run this under gdb? A breakpoint in the error handler and a
backtrace could be valuable.
> Aaron
>
> __
> R-devel@r
list(x.=x, y.=y)))
>
> ll3 <- function(lymax=log(15), lxhalf=log(6), x., y.)
> -sum(stats::dpois(y.,
> lambda=exp(lymax)/(1+x./exp(lxhalf)), log=TRUE))
> (fit3 <- mle(ll3, start=list(lymax=0, lxhalf=0),
> fixed=list(x.=x, y.=y)))
>
> __
efault method being
function(object,...) mle(minuslogl(obj)) and minuslogl is an extractor
function returning (tada!) the negative log likelihood function.
> (My version also has a cool formula interface and other
> bells and whistles, and I would love to get feedback from other
>
s have their their data
as an argument, you also need to also automatically define a data
argument fot negljoint, (presumably a list of two) and organize that the
calls to negl1 and negl2 contains the appropriate subdata. It is the
sort of thing that might be doable, but you'd rather
you can provide.
>>
>
> This is really a question for r-devel or r-bugs, I think, but not for
> the CRAN maintainers.
>
> I would think it is a bug. Perhaps simply file a bug report?
>
>
Again? ;-)
The bug is here:
> range.default
function (..., na.rm = FAL
(Drats! Jitterbug is playing tricks with the PR# again. Attempting to
refile so that we can kill PR#10509)
Peter Dalgaard wrote:
> [EMAIL PROTECTED] wrote:
>
>> --- Start of forwarded message ---
>> Date: Tue, 13 Nov 2007 21:44:57 +0100
>> To: Steve Mongin &
(right)
>
> length(tv)
> # returns 9 (wrong)
>
> I have tried that on several computers with/without switching to English
> locales, i.e. Sys.setlocale("LC_TIME", "en"). I have searched a help pages
> but I
> cannot imagine how that could be OK.
>
>
>> 16 132 TRUE 132
>> 17 527 TRUE 527
>> 18 581 FALSE 581+
>> 19 511 FALSE 511+
>> 20 151 TRUE 151
>>
>> detach(Aids2)
>>
>> The 'surv' column is strangely labelled 'x..i..'.
>>
>>
This is a package problem, not an issue in R itself, hence you should
not use the bug report interface.
However, the error indicates reliance on an external library, which you
presumably haven't got, so retrying is not going to help anything. You
probably need to go to http://www.ggobi.org/rgtk2/ a
es that you
overflow the 1GB solid-state disk.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~ - ([EMAIL PROTECTED
ercial compilers like the ones from Intel.
Brian Ripley and/or http://cran.r-project.org/doc/manuals/R-exts.html
can fill you in on the details. See also Brian's reply to John Fox on
December 9 ("I wouldn't let that deter you.").
--
O__ Peter Dalgaard
e+00 0.00e+00 0.00e+00 0.00e+00 1.110223e-16
> [6] 1.110223e-16
>
> [[alternative HTML version deleted]]
>
>
*Sigh*
FAQ 7.31
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 209
ing per se that does it:
> parse(text=msg)
Error in parse(text = msg) :
unexpected end of input in "text <- "some incomplete string"
but it happens whenever you parse from a file or connection e.g.
$ cat > xxx
"incom
$ R
[]
> source("xxx")
>
Simply calling "model <- nls(y ~ SSlogis(x, asym, xmid, scal), data=values)"
> also works, but this does not use the upper bound for the asym parameter,
> which
> was the point.
>
>
"Linux" is not a good enough description of your platform.
This
amp; 97.5 \% \\
\hline
(Intercept) & 9.20 & 8.56 & 9.84 & $-$0.41 & $-$1.85 & 1.02 \\
SexM & 2.12 & 1.34 & 2.90 & $-$0.08 & $-$0.68 & 0.52 \\
& & & & 4.08 & 3.49 & 4.66 \\
\hline
\end{tabular}
\end{center}
\end{table}
e posting guide has ...#R-Bugs as the link, and that
goes to the relevant section of the FAQ.
The ...#R%20Bugs goes to the top of the FAQ. So I'd say that things are
as they should be and anything else would be wrong.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
ally on Windows), and the list of possible
> errors that might cause a crash is rather long.
>
> It has been considered as a vulnerability, but there seems no simple
> solution.
>
>
Yes. The problem is of course that we do want a sprintf() format there
for "Rplot%03d.pd
e right. You don't really have the "smoking gun", but
it doesn't seem to be worth trying to catch the actual bug in action
with hardware watchpoints and whatnot.
The opposite fix should work too (does it?):
{ SEXP sym = install(somekey) ; defineVar(sym, mkans(x), rho);}
(I don't
the R wrapper functions, the regex for bad inputs is
> fairly straightforward "%[#[:blank:]\\+\\-]*[[:digit:]]*[sn]".
>
Not quite. The floating point formats are also problematic; you may
fetch 8 bytes where only 4 was allocated. Also, %%s should not be
forbidden. Anyways, I b
Herve Pages wrote:
> Hi Peter,
>
> Peter Dalgaard wrote:
>
>> Herve Pages wrote:
>>
>>> Hi,
>>>
>>> I'm wondering if this code from the "Writing R Extensions" manual
>>> is really safe:
>>>
>
Luke Tierney wrote:
> On Wed, 16 Jan 2008, Peter Dalgaard wrote:
>
>> Herve Pages wrote:
>> Hi Peter,
>>
>> Peter Dalgaard wrote:
>>
>>> Herve Pages wrote:
>>>
>>>> Hi,
>>>>
>>>> I'm wondering if this co
Herve Pages wrote:
> Peter Dalgaard wrote:
>>
>> That's not the problem you raised (argument evaluation order), but
>> there's a CONS inside defineVar, and as far as I can see, it doesn't
>> protect its arguments, so you could well be right.
>>
asily and
>> appropriately done through a GUI.
>>
>> __
>> R-devel@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-devel
>>
>
> __
>
; tend to write over the prior directory if its just an upgrade involving
>> the last digit of the R version.
>>
>>
>>> R.version.string
>>>
>> [1] "R version 2.6.1 Patched (2007-12-06 r43610)"
>>
>> How should I go about updating lattice and the VR
ne - -
> 1 pp---ql-rp-pp i 2 25.99 7 False 282 200 261.5322 1 0 2/3 True na None None
> None 1 0 1 3 135 - - 1 None - -
> 1 pp---ql-rp-pp i 3 25.99 7 False 282 83 261.5322 1 0 0/3 True na None None
> None 1 0 1 3 135 - - 1 None - -
>
> --Apple-Mail-44--797532055--
>
>
v") :
> non-numeric argument to binary operator
>
> This does not happen in R version 2.4.1 (2006-12-18)
>
> I was going to have my computing class try out --use-gct.
> I guess not until this is fixed.
>
>
I can reproduce this on SUSE 10.2 64 bit and Fedora 7 64 bit
you find out.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~ - ([EMAIL PROTECTED])
://www.pubhealth.ku.dk/~pd/R-pre )
For the Core Team
Peter Dalgaard
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~ - ([
es)] == 0))
> "%Y-%m-%d"
> else if (np == 0)
> "%Y-%m-%d %H:%M:%S"
> else paste("%Y-%m-%d %H:%M:%OS", np, sep = "")
> }
> .Internal(format.POSIXlt(x, format, usetz))
> }
>
>
>
>
Some kind of callback getting lost?
Hmm, I do actually see something like it when _resizing_ the window:
> Error in grid.Call.graphics("L_text", as.graphicsAnnot(x$label), x$x, :
REAL() can only be applied to a 'numeric', not a 'char'
In addition: Warning
.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Bio
sion.string = R version 2.6.2 RC (2008-02-07 r44369)
>
> Locale:
> LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=en_GB.UTF-8;LC_MONETARY=en_GB.UTF-8;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=C
.adiposity x.famhist x.typea x.obesity x.alcohol
>
The reason seems to be that format.AsIs is losing dimnames. That could
be easily fixed -- unless I'm overlooking something?
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostati
Aswad Gurjar wrote:
> Hello,
>
> I am using fitdistr function for parameter estimation.
> When I use
> fd<-fitdistr(V2,"gamma")
> I get following error:
>
Please do not post to multiple lists. This is a usage question, not a
development one.
--
O__ ---
Peter Dalgaard wrote:
> [EMAIL PROTECTED] wrote:
>
>> library(glmpath)
>> data(heart.data)
>> # heart.data is a list, $y a vector, $x a matrix
>> data <- data.frame(x=I(heart.data$x), y = heart.data$y)
>>
>>
>>> data[1:2,]
>>&g
methods base
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics
has in
fact been discussed at some point and that I just wasn't paying
attention...)
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark Ph:
'.Library'
> Warning message:
> In install.packages("rcompgen", type = "source") :
>installation of package 'rcompgen' had non-zero exit status
>
>
> I assume I am missing something obvious, but don't know what it i
l reasons
>>
>> The two declarations have been interchanged. Fixed in 44609, I hope.
>>
>
> Dear Prof. Ripley,
>
> Yep, works for me
Me too, also F8 but i386, and SUSE (10.2) x86_64 as well.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.
ile
this is also done automatically by a cron job which runs just after
midnight on the relevant days.
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark
setup.
This has all the hallmarks of a math header file error (either args or
return value declared of the wrong type), or a linker issue (log not
really log). I surely hope it fails "make check"!
So, exactly what did you do, which compiler and build tools and which
version?
Did you
(the real application has other slots too). I can
> use "NaN", which is numeric:
>
> >
> setClass
> ("foo",representation=representation(x="numeric"),prototype=list(x=NaN))
> [1] "foo"
> >
>
> But this is not
re's another S earlier in the misc menu ("_S_top current
computation"), so presumably the search path should move to another key
(P, say).
--
O__ Peter Dalgaard Øster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
tFactor, FUN = median) # error
> # Error in median.default(data[x, ], ...) : need numeric data
>
The infelicity (if any) is not in by(). Try
mean(airquality)
median(airquality)
The FUN in by() is applied to the subsetted data frame, and there is no
median.data.frame method.
--
O__ Peter
]$ grep -i version ISwR/DESCRIPTION
Version: 2.0-0
[EMAIL PROTECTED] ISWR]$ grep -i version ~/Rlibrary/ISwR/DESCRIPTION
Version: 2.0-0
> Thanks
>
> Christophe
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/ma
x-gnu
>
> locale:
> LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C
>
> attached base packages:
> [1]
> ## dd1 below could possibly be created by read.table or scan and data.frame
> dd1 <- data.frame(xx = rnorm(nn), yy = rnorm(nn))
> dd2 <- new('DataFrame', data = dd1)
> rm(dd1)
> ## Now work with dd2
>
>
> Thanks a lot,
> Gopi Goswami.
> PhD, Statis
901 - 1000 of 1332 matches
Mail list logo