-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAPM.beta #166
Comments
what part of the error message isn't clear? x<-zoo(1:10,as.Date(1:10))
CAPM.beta(x,x)
# 1
y<-as.vector(x)
names(y) <- index(x)
CAPM.beta(y,y)
# 1 |
All inputs to CAPM.beta need to be able to be aligned by a time index. If Perhaps you could be a little more clear about the use case that you see where using a non-time index makes sense? |
I just checked this as well, and I can't reproduce this symptom, I tested
in bash, csh, sh, ash terminals, which are all the terminals that I have installed, and also tested over ssh to a remote machine and tested in the RStudio terminal, and the the error message wraps based on the terminal width for me. Perhaps terminal settings are to blame here? Or can you provide more information? |
CAPM.beta help file claims it works with vectors and zoo objects but these fail. Also the error message runs off the edge of the screen and is unreadable.
The text was updated successfully, but these errors were encountered: