017 11:34 PM
> To: r-help@r-project.org
> Subject: [R] Need Help in Debugging
>
> I am getting following error when running this script :Error in
> length(runsum) : object 'runsum' not found
>
>
> ##error function
> dat$fit <- NULL
> dat$fit[d
I am getting following error when running this script :Error in
length(runsum) : object 'runsum' not found
##error function
dat$fit <- NULL
dat$fit[dat$majorlandmarks] <- dat$Close[dat$majorlandmarks]
run <- rle(dat$majorlandmarks)
runvalue <- run$values
runsum <- cumsum(run$lengths)
2 matches
Mail list logo