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
The new_Slope() function has the following if (any(slp < 0)) which causes an Error if slp is NA. We should probably figure out a better way to deal with NAs in slp.
The text was updated successfully, but these errors were encountered:
The
new_Slope()
function has the followingif (any(slp < 0))
which causes an Error if slp is NA. We should probably figure out a better way to deal with NAs in slp.The text was updated successfully, but these errors were encountered: