R’s packages [Power / Sample Size]
Dear Ken!
Yes. Once you installed a package and loaded it – by*
Write your scripts in any text-editor and save it with the extension
I prefer 
P.S.: In the future please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post!
❝ I presume the installation and instruction to run the software is the same as R/PowerTOST.
Yes. Once you installed a package and loaded it – by
load(package)library(package) or require(package) – you can always get instructions by help(package="…").Write your scripts in any text-editor and save it with the extension
.R (not .txt!). Once in the R-console > File > Source R code… (navigate to the *.R-file > Open) runs the script.I prefer
require(package) over load(package)library(package) because the former loads the package only if not already loaded (saves some fractions of a second). 
P.S.: In the future please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post!
- See Detlew’s post.
—
Dif-tor heh smusma 🖖🏼 Довге життя Україна!![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
Helmut Schütz
![[image]](https://static.bebac.at/img/CC by.png)
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Dif-tor heh smusma 🖖🏼 Довге життя Україна!
![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
Helmut Schütz
![[image]](https://static.bebac.at/img/CC by.png)
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Complete thread:
- Sample Size Case hiren379 2013-02-19 14:40 [Power / Sample Size]
- R/PowerTOST or Lászlós’ tables Helmut 2013-02-19 15:22
- R/PowerTOST or Lászlós’ tables Ken Peh 2013-02-20 12:45
- R/PowerTOST and other packages Helmut 2013-02-20 14:04
- R/PowerTOST and other packages Ken Peh 2013-02-24 09:38
- R’s packagesHelmut 2013-02-24 17:00
- load() ? d_labes 2013-02-28 21:20
- load() ??? Helmut 2013-03-01 16:22
- load() ? d_labes 2013-02-28 21:20
- R’s packagesHelmut 2013-02-24 17:00
- R/PowerTOST and other packages Ken Peh 2013-02-24 09:38
- R/PowerTOST and other packages Helmut 2013-02-20 14:04
- R/PowerTOST or Lászlós’ tables Ken Peh 2013-02-20 12:45
- R/PowerTOST or Lászlós’ tables Helmut 2013-02-19 15:22
