pr is a numeric number indeed slightly less than 66, hence, the vector
generated by
rep(1,pr)
is of length 65 rather than 66...
On Fri, Apr 9, 2010 at 1:58 PM, Covelli Paolo wrote:
> Hi,
>
> I've got the following code:
>
> p <- 0.34
> pb <- p*100
> pr <- (1-p)*100
>
> A <- rep(0,pb) # a vect
A small correction.
On Tue, Apr 6, 2010 at 9:43 AM, Stuart Luppescu wrote:
> On Tue, 2010-04-06 at 09:33 -0700, Changbin Du wrote:
> > #plot function
> > plotxyf<-function (data) {
> >
> > plot(data, type="mapping", labels=final$target, col=final$outcome+1,,
> > main="Supervised: Mapping plot for
2 matches
Mail list logo