The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 EC50

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
tibiriandre Posted - 08/28/2009 : 05:59:09 AM
Origin Ver. and Service Release (Select Help-->About Origin):
Operating System: Origin 8 SR6

Hi
Please, Can I get the derived parameter EC50 with SD or SEM when fitting replicate data and choosing concatenate fit?
3   L A T E S T    R E P L I E S    (Newest First)
larry_lan Posted - 09/09/2009 : 05:12:32 AM
Hi:

We are considering adding this in the next version. For now, maybe you can use Error Propagation to compute the error manually?

Take the built-in DoesResp fitting function as example. After fit, active the Fit Report worksheet, and you can run the following script to get the error:

// Get results to tree variable, tr.
getnlr tr;
// Compute the error of EC50.
e_EC50= 10^tr.LOGx0 * ln(10) * tr.e_LOGx0;
// Type the value of e_EC50.
e_EC50 = ;

Larry
tibiriandre Posted - 09/04/2009 : 05:46:32 AM
Thank you Larry!
I effectively got EC50 without SEM when using DoseResponse Logistic fitting fonction.
Can I suggest that in your future Services Releases you make EC50 be outputted with error (SEM and 95% CI)?
Thanks!!
larry_lan Posted - 08/31/2009 : 04:14:38 AM
Hi:

No matter what kind of fit mode you use, we always output EC50 (supposed you use the DoseResponse fitting function), however, Origin doesn't output error for all derived parameters.

Larry
OriginLab Technical Services

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000