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
To clean up code and not have functions defined within functions, I suggest we write covariate_bounds() to be a standalone function that gets called in trim_pop() rather than being defined within trim_pop()
To clean up code and not have functions defined within functions, I suggest we write
covariate_bounds()to be a standalone function that gets called intrim_pop()rather than being defined withintrim_pop()