Results 1 to 3 of 3

Thread: Need help to plot logistic curve in Microsoft Excel

  1. #1
    Join Date
    Jan 2012
    Posts
    66

    Need help to plot logistic curve in Microsoft Excel

    I need to fit a logistic curve to data points on a scatter plot to determine if regression (r^2) values are closer to 1, then linear or exponential regression lines. The formula is Y = N/1+Ab^-t where N = 281422, A = 281421, b = %increase/time (slope), and t = time (x axis) my data points are as follows: (0,38558),(10,49371),(20,62980),(30,76212),(40,922 28),(50,106022),(60,123203),(70,132165),(80,151326 ),(90,179323),(100,203212),(110,226546),(120,24871 0),(130,281422) examples are greatly appreciated.

  2. #2
    Join Date
    Nov 2010
    Posts
    422

    Re: Need help to plot logistic curve in Microsoft Excel

    I am a little bit confused. What is the value of b. Are the pairs (t,Y). Is t in seconds or minutes. Use Linest, Logest, or Trend. These are worksheet function that you can put on you worksheet or call the from VBA.
    • worksheetfunctions.Linest(Parm1, Parm2, Parm3)
    • worksheetfunctions.Logest(Parm1, Parm2, Parm3)
    • worksheetfunctions.Trend(Parm1, Parm2, Parm3)
    • =Linest(Parm1, Parm2, Parm3)
    • =Logest(Parm1, Parm2, Parm3)
    • =Trend(Parm1, Parm2, Parm3)

    See worksheet help for more details. In VBA use Range("A14") for Params.

  3. #3
    Join Date
    Nov 2010
    Posts
    503

    Re: Need help to plot logistic curve in Microsoft Excel

    If you want to fit a logistic curve to some data, you have to create the graphic, choose Scatter diagram. Once you got the graphic, you have to press the right button on the graphic, choose to adjust trend line. There is a tab where you can choose which type of trend line need. You have to choose logistics. Luck. I hope I was clear.

Similar Threads

  1. How to plot XYZ points in Microsoft Excel
    By Genesee in forum MS Office Support
    Replies: 1
    Last Post: 25-02-2012, 11:38 AM
  2. Replies: 8
    Last Post: 07-02-2012, 07:59 PM
  3. Bug in Microsoft Excel Scatter Plot
    By Jaques Strapp in forum MS Office Support
    Replies: 2
    Last Post: 03-02-2012, 07:22 PM
  4. Scatter plot in excel
    By Gunner 1 in forum Windows Software
    Replies: 5
    Last Post: 06-01-2010, 02:14 PM
  5. Replies: 3
    Last Post: 07-08-2009, 11:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,258,688.43614 seconds with 17 queries