- 'default': An internally defined default value.
- 'random': A random initial value.
How to change the default initial value in fitlmematrix()?
1 view (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Sai Sumanth Korthiwada
on 8 Feb 2023
Hi Ruifeng,
'StartMethod' can only have either of the following values:
It is not possible to use a value given by user. Hope this helps!
See Also
Categories
Find more on Linear Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!