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
This is a substitute for the R transform on the Dallas version of TwoRavens
For example, if I want to transform a variable, eg log(x), I’ll need to compute log(x), get back the new variable, preprocess it individually, and embed that metadata in the json
example input:
preprocess id
existing variable name
type of transform
have predefined transforms. e.g. users passes name of operation
example output:
full preprocess file with the new variable included
The text was updated successfully, but these errors were encountered:
This is a substitute for the R transform on the Dallas version of TwoRavens
example input:
example output:
The text was updated successfully, but these errors were encountered: