R packages/libraries [🇷 for BE/BA]
Hi BE-proff,
Define “doesn’t want”.
Oh, it does. AFAIK, Detlew developed the latest version under Win8.
Try this:
Nope, there is no “support” in R. Generally you could ask the maintainer(s) of packages. You find the contact e-mail(s) in the DESCRIPTION-file. Type
PS: Sometimes we forget to post the required libraries here. Without
In my posts (containing multiple code sections) I start with
PPS: For the code posted above you don’t need to load anything.
❝ […] R-console doesn't want to see TOST library
Define “doesn’t want”.

❝ Maybe R doesn't work with Windows 8?
Oh, it does. AFAIK, Detlew developed the latest version under Win8.
Try this:
- Type
(.packages())
IfPowerTOST
is not in the list, you either have not loaded it or it is not available at all.
- Type
library()
A new window opens showing all installed packages. IfPowerTOST
is not in the list you need to download/install it first (see here).
- If it is in the list, type
library(PowerTOST)
- If you get an error, post the text here. Screenshots are sometimes difficult to read – or does R crash?
- If loading works, check this:
sampleN.TOST(CV=0.3)
Should give at the end n=40 and power=0.815845.
❝ BTW is there a "support" where I could place a screenshot with the error?
Nope, there is no “support” in R. Generally you could ask the maintainer(s) of packages. You find the contact e-mail(s) in the DESCRIPTION-file. Type
packageDescription("foo")
, where foo
is he name of the library.PS: Sometimes we forget to post the required libraries here. Without
library(PowerTOST
) in the current R-session – if you copy/paste sampleN.TOST(CV=0.3)
– R will tell you:Error: could not find function "sampleN.TOST"
In my posts (containing multiple code sections) I start with
library(foo)
on top. Of course, if someone tries only a later part, an error will be thrown. I will change my habits and start all sections with library(foo)
.PPS: For the code posted above you don’t need to load anything.
—
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:
- Comparison of normality tests BE-proff 2015-08-10 09:07 [🇷 for BE/BA]
- To test or not to test… Helmut 2015-08-11 01:21
- To test or not to test… BE-proff 2015-08-11 10:06
- R packages/librariesHelmut 2015-08-11 12:07
- R packages/libraries BE-proff 2015-08-11 12:29
- R packages/libraries Helmut 2015-08-11 13:18
- R packages/libraries BE-proff 2015-08-11 22:15
- R packages/libraries Helmut 2015-08-11 22:28
- R packages/libraries BE-proff 2015-08-11 22:39
- R packages/libraries d_labes 2015-08-12 09:07
- R packages/libraries BE-proff 2015-08-12 10:36
- R packages/libraries install d_labes 2015-08-12 11:13
- install package(s) from a local zip file? yjlee168 2015-08-12 11:43
- install package(s) from a local zip file? BE-proff 2015-08-12 12:06
- install package(s) d_labes 2015-08-12 13:02
- Packages attached by default Helmut 2015-08-12 13:13
- install package(s) yjlee168 2015-08-12 14:58
- suggested package(s) d_labes 2015-08-12 16:33
- R packages/libraries install BE-proff 2015-08-12 11:57
- I don't believe!!! BE-proff 2015-08-12 18:26
- Congratulation d_labes 2015-08-13 08:36
- I don't believe!!! BE-proff 2015-08-12 18:26
- install package(s) from a local zip file? yjlee168 2015-08-12 11:43
- R packages/libraries install d_labes 2015-08-12 11:13
- R packages/libraries BE-proff 2015-08-12 10:36
- R packages/libraries d_labes 2015-08-12 09:07
- R packages/libraries BE-proff 2015-08-11 22:39
- R packages/libraries Helmut 2015-08-11 22:28
- R packages/libraries BE-proff 2015-08-11 22:15
- R packages/libraries Helmut 2015-08-11 13:18
- R packages/libraries BE-proff 2015-08-11 12:29
- R packages/librariesHelmut 2015-08-11 12:07
- To test or not to test… BE-proff 2015-08-11 10:06
- To test or not to test… Helmut 2015-08-11 01:21