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
I will also note that set_x11() seems to unknowingly assign a default value of RATIO for the bias parameter.
When I created a new rsa0 spec and set various parameters via set_x11() (see the code snippet below), I did not explicitly assign any value for bias. However, when I save and inspect the workspace, the XML file includes the bias parameter with the value RATIO. In the corresponding help file for set_x11(), it states that the only arguments possible are NA and LEGACY, and there are no details for this parameter besides 'TODO'.
Do I have to explicitly include bias = NA to ignore this parameter? Why does it default to RATIO? Will the help file be updated?
What does the
bias
parameter in thex11_spec
function correspond to?It seems that it can takes four value: NONE, LEGACY, SMOOTH and RATIO
https://github.com/rjdemetra/rjd3x13/blob/f961d842f4a0b2904207ffb46d8fbf5d397d4576/inst/proto/x13.proto#L39-L44
The text was updated successfully, but these errors were encountered: