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

1 回表示 (過去 30 日間)
Ruifeng
Ruifeng 2023 年 2 月 7 日
コメント済み: Ruifeng 2023 年 2 月 11 日
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.

回答 (1 件)

Sai Sumanth Korthiwada
Sai Sumanth Korthiwada 2023 年 2 月 8 日
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 件のコメント
Ruifeng
Ruifeng 2023 年 2 月 11 日
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?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLinear Regression についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by