+ Reply to Thread
Results 1 to 3 of 3

Adapting LINEST Muliti-variable regression - change one variable to be Logarithmic

  1. #1
    Registered User
    Join Date
    10-04-2018
    Location
    Canada
    MS-Off Ver
    2016
    Posts
    2

    Adapting LINEST Muliti-variable regression - change one variable to be Logarithmic

    I currently have a multi-variable linear regression model that I am using with the LINEST excel function. The issue I have is that one of the variables is skewing the data too much and I am trying to find away to adapt just that variable to be logarithmic instead of linear while keeping the remaining variables linear. Is there an easy way to do this?

    My initial thoughts were to input a dummy outcome for that variable and then have a second Logarithmic model that would be used for just that one variable, but I'm trying to find an easier way around this.

    Any ideas would be greatly appreciated!!!

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Adapting LINEST Muliti-variable regression - change one variable to be Logarithmic

    =linest(yyy, choose({1,2,3}, xxx1, xxx2, ln(xxx3)))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    10-04-2018
    Location
    Canada
    MS-Off Ver
    2016
    Posts
    2

    Re: Adapting LINEST Muliti-variable regression - change one variable to be Logarithmic

    So you're saying all that I would need to do is add LN to the variable I would want to behave logarithmic-ally?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [linest] Whu LINEST can't the precise parameter of each variable?
    By valuex in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-19-2015, 12:12 PM
  2. [SOLVED] Variable number of lines in a Linest
    By marcinhafernandez in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-04-2014, 04:16 PM
  3. Logarithmic Regression
    By N1ka18 in forum Excel General
    Replies: 6
    Last Post: 02-05-2014, 03:01 AM
  4. Using linest for a variable range
    By shaolinsnake in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-27-2012, 11:43 PM
  5. logarithmic regression
    By lcoddens in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-08-2006, 02:35 PM
  6. [SOLVED] Regression - Standard Error X Variable 1
    By Claude S in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-19-2005, 06:15 AM
  7. Passing Variable to LINEST
    By RW in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-24-2005, 02:06 PM

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1