Skip to content
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

ObservationList$formArray should take NULL as an argument #35

Open
jkamins7 opened this issue Jun 5, 2019 · 0 comments
Open

ObservationList$formArray should take NULL as an argument #35

jkamins7 opened this issue Jun 5, 2019 · 0 comments
Assignees

Comments

@jkamins7
Copy link
Collaborator

jkamins7 commented Jun 5, 2019

example:

library(dplyr)
library(ForecastFramework)

test_data = ObservationList$new(data_frame(y=1:10,z=y*y))
test_data$formArray(NULL, 'y', val = 'z')
test_data$mat
    1 2 3  4  5  6  7  8  9  10
[1] 1 4 9 16 25 36 49 64 81 100 
@jkamins7 jkamins7 self-assigned this Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant