How to change the default initial value in fitlmematrix()?

1 vue (au cours des 30 derniers jours)
Ruifeng
Ruifeng le 7 Fév 2023
Commenté : Ruifeng le 11 Fév 2023
I am running a linear mixed effect model, in R2022a. In the property 'startmethod', there are only two options, 'default' or 'random'. Is it possible to use a constant given value, not the default one?
Thanks.

Réponses (1)

Sai Sumanth Korthiwada
Sai Sumanth Korthiwada le 8 Fév 2023
Hi Ruifeng,
'StartMethod' can only have either of the following values:
  • 'default': An internally defined default value.
  • 'random': A random initial value.
It is not possible to use a value given by user. Hope this helps!
  1 commentaire
Ruifeng
Ruifeng le 11 Fév 2023
Thanks, Sai.
I saw this initial value is defined by the property Psi of slme. I wonder if we can change the initial value by accessing these internal variables?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Descriptive Statistics dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by