Error: unexpected '>' in ">"

When I run others' script, it comes out " Error: unexpected '>' in "> ",but if I print the code by myself, it runs well.

In the panel on the left, you should not include the > before the code. Instead of

> library(pwr)

use

library(pwr)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.