Till Tietz

Results 9 issues of Till Tietz

@macartan I just noticed that we export the transpose of posterior / prior distributions over causal types from `get_type_prob_multiple` (i.e. causal types ares rows and draws are columns) while the...

not sure if this will do the trick but here is a stackoverflow issue about this https://stackoverflow.com/questions/7198758/roxygen2-how-to-properly-document-s3-methods

- we should add a short doc covering guidelines on contributing prior to publishing in JSS on the off chance that people want to get involved This should at least...

documentation
medium priority

Problem: Currently queries of the form: (y given x = 1) - (y given x = 0) cannot be requested. Reason: currently only a single "given" can be specified for...

enhancement
syntax
medium priority

We currently use the given argument in three distinct ways for three families of functions: - generating data - querying models/pulling data - setting priors, parameters and restrictions on models...

enhancement
low priority

find a way to generate/update: nodal types, causal types and P from parameters_df

enhancement
future

We have an issue here that `dag` does not contain the information we need for `plot_model` I wonder should we remove or rename `model$dag`. We only use it for accessing...

e.g. ``` class(lipids_model$P)
[1] "parameter_matrix" "data.frame"
> methods(class = "parameter_matrix")
[1] print
see '?methods' for accessing help and source code ``` could benefit from a summary method. Can we do...

@macartan merged the changes to the plotting function into `master` (I added a penalty for edge intersections and a gravitation term for layout compactness to the force directed layout algorithm...