Generation

fix invalid codeSat, 06 May 2023

> anova_table <- Anova(model, type = "III") > library(report) > report(anova_model) Error in report(anova_model) : object 'anova_model' not found

> anova_table <- Anova(model, type = "III") > library(report) > report(anova_table) <table> <tr> <th colspan="4">Anova Table (Type III tests)</th> </tr> <tr> <td></td> <th>SS</th> <th>DF</th> <th>MS</th> </tr> <tr> <th>Girth</th> <td>206.9</td> <td>31</td> <td>6.68</td> </tr> <tr> <th>Volume</th> <td>12305.1</td> <td>1</td> <td>12305.1</td> </tr> <tr> <th>Residuals</th> <td>2051.6</td> <td>29</

Questions about programming?Chat with your personal AI assistant