You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use @inherits to simplify the documentation of functions like design_effect and optimise_X since these functions reuse many of the arguments used in fi_pool and fi_pool_cluster. In general I think the @inherits should follow the dependency graph, i.e. document the parameters in the lowest (exported) function that uses that argument, and then use @inherits to propagate them through the docs
This will ensure consistent documentation across function and reduce the number of places we need to edit if we want to change something in the docs.
Not urgent, but helpful
The text was updated successfully, but these errors were encountered:
We can use @inherits to simplify the documentation of functions like design_effect and optimise_X since these functions reuse many of the arguments used in fi_pool and fi_pool_cluster. In general I think the @inherits should follow the dependency graph, i.e. document the parameters in the lowest (exported) function that uses that argument, and then use @inherits to propagate them through the docs
This will ensure consistent documentation across function and reduce the number of places we need to edit if we want to change something in the docs.
Not urgent, but helpful
The text was updated successfully, but these errors were encountered: