필터 지우기
필터 지우기

How can I create ANOVA table using the syntax "mdl=Linea​rModel.fit​(X,y,anova​type) and "tbl=anova​(mdl,anova​type)". My matlab version is 7

조회 수: 3 (최근 30일)
I want to create an ANOVA table to enable carry out model adequacy checking using Lack of Fit sum of squares and pure error sum of squares of a dataset using the
“tbl=anova(mdl,anovatype)” syntax and mdl=LinearModel.fit(X, y) where X is Matrix of predictor values and y is Vector of response values with the same number of rows as X. I have followed the syntax provided in the following links :
but I get this error message “??? Undefined variable "LinearModel" or class "LinearModel.fit".”
I even tried using the example in the above link and the message is the same. I do not know where the problem lies. I would really appreciate if someone could guide me in solving this problem. I am using Matlab version 7.5.Below is the case study.
Case study Model type: Linear Control variables are Conc and Speed and the response is the yield. Conc=[45 55 45 55 50 50 50]';Speed=[90 90 110 110 100 100 100]'; yield=[69 59 78 67 68 66 69]'; Seven runs were carried out, three of these being replicate measurements at the center point.

채택된 답변

Oleg Komarov
Oleg Komarov 2012년 8월 18일
편집: Oleg Komarov 2012년 8월 18일
Not available for your version. Consider browsing the documentation of your release: http://www.mathworks.co.uk/help/doc-archives.html
On R2011a you have ANOVA.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 ANOVA에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by