OK math wizards. RBASE does not have a function for this. I have been researching a "Two-tailed inverse". Excel has a function that looks like this;
T.INV.2T(probability,deg_freedom) The T.INV.2T function syntax has the following arguments: Probability -Required. The probability associated with the Student's t-distribution. Deg_freedom - Required. The number of degrees of freedom with which to characterize the distribution. I have calculated probability and deg_freedom but now I need replicate the T.INV.2T using standard RBASE tools. Any suggestions? Jan -----Original Message----- From: Glenn Smith <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Thu, 21 Mar 2013 23:28:12 +0000 Subject: [RBASE-L] - Re: Forms Edit Question > Thanks to all for your responses - Razzak, Javier, Buddy. > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of A. > Razzak Memon > Sent: Thursday, March 21, 2013 4:59 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - Re: Forms Edit Question > > On Thu, Mar 21, 2013 at 5:47 PM, Glenn Smith <[email protected]> > wrote: > > > Please remind me. I have many users accessing a form - using Runtime > (9.5). > > Any problem editing the form (EEPs) and saving the results while > users > > running the form? > > Glenn, > > Technically, when a form is used in a multi-user environment, using the > command like EDIT USING FormName ... or ENTER USING FormName ... or > BROWSE USING FormName, the form and all associated internal EEPS are > copied into the memory as snapshot. Making any updates or editing EEPs, > and then saving while users running the form, will NOT affect any user. > However, all saved changed and EEP updates will be effective when users > start the same form again using ENTER, BROWSE, or EDIT USING FormName. > Starting a new session of R:BASE will also be effective with those > changes. > > As a developer, you may also update any form and make changes on your > local/duplicate copy on development workstation, and then simply UNLOAD > the form, and then RUN the .frm file along with .frm+.lob in the same > folder on a live database. > > Hope that helps! > > Very Best R:egards, > > Razzak. > > www.rbase.com > www.facebook.com/rbase > >

