Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

README.md tutorial, output turning out null. #8

@Falnesio

Description

@Falnesio

Is this suppose to turn out like this?

> predictions <- na.omit(output$model_output[[1]])
Warning message:
In is.na(object) : is.na() applied to non-(list or vector) of type 'NULL'
> output
[[1]]
[[1]]$params
   E tau tp nn
1 10   1  1 11

[[1]]$model_output
    time     obs     pred pred_var
1      2   309.6      NaN      NaN
2      3   312.7      NaN      NaN
3      4   312.2      NaN      NaN
4      5   316.1      NaN      NaN
5      6   318.2      NaN      NaN
6      7   317.8      NaN      NaN
7      8   320.2      NaN      NaN
8      9   324.2      NaN      NaN

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions