Is there a way to scroll down to the end of the results of a very long regression equation?
Are you talking about the pop-up that shows up when you mouse-over the generated model in the data frame in Summary/Table view?
If so, you can always use tidy or glance command to get the result fed into a data frame. If you are building a linear regression there are ‘tidy_lm’ and ‘glance_lm’.
Let us know if you are talking about something else!
thanks for the tips on the commands
1 Like