4) Consider the two-factor ANOVA concrete data available in a separate file (ada
ID: 3792913 • Letter: 4
Question
4) Consider the two-factor ANOVA concrete data available in a separate file (adapted from Kuehl's nice Design of Experiments text). The first factor, called Aggregate has levels of "Basalt" and "Silicious while the second factor, called Compaction, has levels of "Static", Regular "Low", and "Very Low". The response is the strength of a sample of concrete produced with those factor levels. i) By fitting a series of regression models (using deviation coding), obtain sums of squares for all tests of interest (Aggregate and Compaction main effects, and the two-way interaction) using all three Types of sums of squares (I, II, and III). For the Type ISS, fit in the order of Aggregate, Compaction, and Aggregate x Compaction. You can check your sums of squares using factors with SAS or R to be sure they are correct) ii) Do any of the three types of sums of squares satisfy Total SS SSAggregate- SSCompaction+SSAggregate x Compaction +RSS? iii) For this set of data, which Type of SS should be used?Explanation / Answer
SELECT top 10
t.NAME AS TableName,
(SUM(a.total_pages) * 8)/1024.0/1024.0 AS TotalSpaceGB
FROM
sys.tables t
INNER JOIN
sys.indexes i ON t.OBJECT_ID = i.object_id
INNER JOIN
sys.partitions p ON i.object_id = p.OBJECT_ID AND i.index_id = p.index_id
INNER JOIN
sys.allocation_units a ON p.partition_id = a.container_id
LEFT OUTER JOIN
sys.schemas s ON t.schema_id = s.schema_id
WHERE
t.NAME NOT LIKE 'dt%'
AND t.is_ms_shipped = 0
AND i.OBJECT_ID > 255
GROUP BY
t.Name, s.Name
ORDER BY
TotalSpaceGB desc
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.