leaspy.algo.fit.lme_fit ======================= .. py:module:: leaspy.algo.fit.lme_fit Classes ------- .. autoapisummary:: leaspy.algo.fit.lme_fit.LMEFitAlgorithm Module Contents --------------- .. py:class:: LMEFitAlgorithm(settings) Bases: :py:obj:`leaspy.algo.fit.base.FitAlgorithm`\ [\ :py:obj:`leaspy.models.LMEModel`\ , :py:obj:`tuple`\ ] Fitting algorithm associated to :class:`~.models.LMEModel`. :Parameters: **settings** : :class:`.AlgorithmSettings` * force_independent_random_effects : :obj:`bool` Force independence of random intercept & random slope * other keyword arguments passed to :meth:`statsmodels.regression.mixed_linear_model.MixedLM.fit` .. seealso:: :class:`statsmodels.regression.mixed_linear_model.MixedLM` .. .. !! processed by numpydoc !! .. py:attribute:: name :type: leaspy.algo.base.AlgorithmName .. py:attribute:: force_independent_random_effects .. py:attribute:: sm_fit_parameters .. py:method:: set_output_manager(output_settings) Not implemented. .. !! processed by numpydoc !!