BE-proff
●    

2015-08-14 01:28
(3149 d 13:39 ago)

Posting: # 15260
Views: 11,657
 

 How to change current settings? [🇷 for BE/BA]

Hi all,

I installed bear and two questions arised quickly:
  1. how to make changes to current settings?
    There is 2x2x2 crossover design by default but I'd like to have 2x2 crossover
  2. I tried to enter concentration data manually without csv file (just for training) and after it bear returned Enter the file name (no extension!): :confused:
Please advise what to do? ))
Helmut
★★★
avatar
Homepage
Vienna, Austria,
2015-08-14 04:51
(3149 d 10:15 ago)

@ BE-proff
Posting: # 15261
Views: 10,517
 

 Terminology

Hi BE-proff,

❝ There is 2x2x2 crossover design by default but I'd like to have 2x2 crossover


Some thing. The order (mostly!) is treatment × sequence × period. You find 2×2×2 and 2,2,2 in the literature. If not “higher-order” or “Williams” is given, two treatments are assumed. Therefore, you find also 2×2 or 2,2. Statisticans are used to AB/BA, AB|BA, RT|TR, etc. If they say “A-Bee-Bee-A” they mean 2×2. Don’t wait for the second sequence of a fully replicated design. It’s a mess. BTW, in PowerTOST type known.designs().

❝ 2. I tried to enter concentration data manually without csv file (just for training) and after it bear returned Enter the file name (no extension!): :confused:


Never done that. Maybe a permission issue. Try this (untested):
  • in the R-console type getwd(), which shows the working directory. If you don’t have write-permissions for this folder, change it to a suitable one: In the menu
    File > Change dir…
  • library(bear)
  • go()

Dif-tor heh smusma 🖖🏼 Довге життя Україна! [image]
Helmut Schütz
[image]

The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
BE-proff
●    

2015-08-14 12:03
(3149 d 03:04 ago)

@ Helmut
Posting: # 15262
Views: 10,370
 

 Terminology

Dear Helmut,

Thank you for your tips - I will try them ;-).

But coming back to "current settings" - how to change other parameters in this menu?

I presume a relevant R-code should be typed to make changes :lookaround:
Helmut
★★★
avatar
Homepage
Vienna, Austria,
2015-08-14 16:25
(3148 d 22:42 ago)

@ BE-proff
Posting: # 15267
Views: 10,404
 

 bear settings

Hi BE-proff,

❝ But coming back to "current settings" - how to change other parameters in this menu?


After library(bear) ↵ and go() ↵ you should see this one:

[image]


Select * Edit setup files and click   OK  . Two windows should open; the Data Editor (where you can edit settings) and another one explaining possible values.
After you made changes in the Data Editor, File > Close.

❝ I presume a relevant R-code should be typed to make changes :lookaround:


Yes, that’s possible. Nothing for novices. ;-)

Dif-tor heh smusma 🖖🏼 Довге життя Україна! [image]
Helmut Schütz
[image]

The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
d_labes
★★★

Berlin, Germany,
2015-08-14 13:07
(3149 d 02:00 ago)

@ BE-proff
Posting: # 15265
Views: 10,389
 

 bear manual

Hi BE-proff,

❝ I installed bear and two questions arised quickly: ...


Wait for Yung-jin surfing by.
In the mean time RTFM!

SCRN :lookaround:.

Regards,

Detlew
BE-proff
●    

2015-08-17 14:00
(3146 d 01:06 ago)

@ d_labes
Posting: # 15280
Views: 10,195
 

 bear manual

Dear d_labes,

Do you have this manual? ;-)
Is it possible to share?
Helmut
★★★
avatar
Homepage
Vienna, Austria,
2015-08-17 18:13
(3145 d 20:54 ago)

@ BE-proff
Posting: # 15285
Views: 10,114
 

 Help-pages in R

Hi BE-proff,

valid for all R-packages/libraries:
  1. load(foo)
  2. help(package=foo)
    Some help pages additionally contain a link
    User guides, package vignettes and other documentation.
foo is the name of the package/library.

If you are completely lost (not sure about the name of a function and in which package it might be con­tained), type ??bar (where is bar is a placeholder). R will browse through all installed packages (not only the ones you already attached) and come back with a list of links in the browser. Since I have a lot of libraries on my machine, my search ??ANOVA gives 185 hits…

Dif-tor heh smusma 🖖🏼 Довге життя Україна! [image]
Helmut Schütz
[image]

The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
yjlee168
★★★
avatar
Homepage
Kaohsiung, Taiwan,
2015-08-17 20:42
(3145 d 18:25 ago)

@ BE-proff
Posting: # 15290
Views: 10,154
 

 bear manual

Dear BE-proff,

No manual for bear. Sorry about this. --YJ

All the best,
-- Yung-jin Lee
bear v2.9.1:- created by Hsin-ya Lee & Yung-jin Lee
Kaohsiung, Taiwan https://www.pkpd168.com/bear
Download link (updated) -> here
BE-proff
●    

2015-08-18 10:24
(3145 d 04:42 ago)

@ yjlee168
Posting: # 15292
Views: 10,124
 

 bear manual

Dear yjlee168,

❝ No manual for bear. Sorry about this. --YJ


It's a pity...:-(
I am going to learn this program and certainly I will have questions.:confused:
Maybe you have an email for questions because I wouldn't like to flood here? :cool:
Helmut
★★★
avatar
Homepage
Vienna, Austria,
2015-08-18 13:52
(3145 d 01:14 ago)

@ BE-proff
Posting: # 15294
Views: 9,995
 

 contact

Hi BE-proff,

❝ Maybe you have an email for questions because I wouldn't like to flood here? :cool:


Is it really that complicated?
  • Open one of Yung-jin’ 317 (!) posts and click [image].
  • His e-mail address is given on the bear-site. A link to the site in the signature of all of his posts.
  • in R: library(bear)help(package=bear)DESCRIPTION file.

Dif-tor heh smusma 🖖🏼 Довге життя Україна! [image]
Helmut Schütz
[image]

The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
yjlee168
★★★
avatar
Homepage
Kaohsiung, Taiwan,
2015-08-19 10:59
(3144 d 04:08 ago)

@ BE-proff
Posting: # 15299
Views: 9,934
 

 questions about bear?

Dear BE-proff and Helmut,

Thank Helmut so much for your kindly assistance.;-)
BE-proff: yes, please contact me if you have any question about bear. I will be very happy to help. However, I still prefer reading and answering question at this Forum, if it is not involved with any commercial secrets. In case you post your question that I cannot answer at this Forum, the other colleagues may answer your question. It happens quite often. Finally, please search the Forum before posting your question. That may avoid flooding the Forum, I guess.

All the best,
-- Yung-jin Lee
bear v2.9.1:- created by Hsin-ya Lee & Yung-jin Lee
Kaohsiung, Taiwan https://www.pkpd168.com/bear
Download link (updated) -> here
Helmut
★★★
avatar
Homepage
Vienna, Austria,
2015-08-14 16:31
(3148 d 22:35 ago)

@ BE-proff
Posting: # 15268
Views: 10,367
 

 Safe input from keyboard to a file

Hi BE-proff,

❝ 2. […] bear returned Enter the file name (no extension!): :confused:


Works as designed. bear wants to write your input to a file. If you type foo it will create a binary (!) file called foo.RData in the working directory.

Dif-tor heh smusma 🖖🏼 Довге життя Україна! [image]
Helmut Schütz
[image]

The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
UA Flag
Activity
 Admin contact
22,957 posts in 4,819 threads, 1,639 registered users;
79 visitors (0 registered, 79 guests [including 7 identified bots]).
Forum time: 14:07 CET (Europe/Vienna)

Nothing shows a lack of mathematical education more
than an overly precise calculation.    Carl Friedrich Gauß

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5