我正在做一个线性回归课程,目前我正在创建虚拟变量。几天前我中途停止了它,现在又恢复了它。我想后退一步,这样我就能记住发生了什么。
发布于 2020-06-20 12:27:08
我来晚了一点,但供将来参考:这不在选项中。您可以查看可以使用info()执行的所有可能操作,它返回:
| When you are at the R prompt (>):
| -- Typing skip() allows you to skip the current question.
| -- Typing play() lets you experiment with R on your own; swirl will ignore
| what you do...
| -- UNTIL you type nxt() which will regain swirl's attention.
| -- Typing bye() causes swirl to exit. Your progress will be saved.
| -- Typing main() returns you to swirl's main menu.
| -- Typing info() displays these options again.因此,最好的方法是输入:main(),然后多次使用skip()以获得所需的结果。
https://stackoverflow.com/questions/47479271
复制相似问题