Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fractional polynomials and nonlinear least-squares estimation

    Is there a fundamental reason why fractional polynomials (either -fp- or -mfp-) are not allowed when using -nl- (nonlinear least-squares estimation)?
    Thanks,
    Andrzej

  • #2
    There is a pragmatic one: -nl- often does not converge without good starting values. -fp- and -mfp- fits many different models, so I would expect a fairly large proportion of those not to converge, which throws off the entire algorithm.
    ---------------------------------
    Maarten L. Buis
    University of Konstanz
    Department of history and sociology
    box 40
    78457 Konstanz
    Germany
    http://www.maartenbuis.nl
    ---------------------------------

    Comment


    • #3
      Thanks Maarten. Is there any other approach to accomplish what
      Code:
      fp <x>: nl <x>
      would do?

      Comment

      Working...
      X