필터 지우기
필터 지우기

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

조회 수: 2 (최근 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 CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by