MODELOWANIE ZMIENNOŚCI CECH INTERPRETACJA KOMUNIKATÓW OKNO LOG INTERPRETACJA WYNIKÓW OKNO OUTPUT WNIOSKI
INTERPRETACJA KOMUNIKATÓW INFORMACJE W OKNIE LOG ZAWIERAJĄ: TEKST PROGRAMU OPIS BŁĘDÓW ERROR KOMUNIKATY DOTYCZĄCE DZIAŁANIA PROGRAMU NOTE OSTRZEŻENIA O EWENTUALNYCH NIEPRAWIDŁOWOŚCIACH DZIAŁANIA PROGRAMU WARNING
BŁĄD W DZIAŁANIU PROGRAMU INTERPRETACJA KOMUNIKATÓW BŁĄD W DZIAŁANIU PROGRAMU 26 data example2 ; 27 infile 'c:/class/example2.txt' ; 28 input puls wiek masa plec ; 29 run ; ERROR: Physical file does not exist, c:\class\example2.txt. BŁĄD: BRAK PLIKU O PODANEJ NAZWIE NOTE: The SAS System stopped processing this step because of errors. KOMUNIKAT: WYKONANIE POWYŻSZEJ PROCEDURY PRZERWANE WARNING: The data set WORK.EXAMPLE2 may be incomplete. When this step was stopped there were 0 observations and 4 variables. WARNING: Data set WORK.EXAMPLE2 was not replaced because this step was stopped. OSTRZEŻENIE: ZBIÓR DANYCH NIEKOMP- LETNY, ZAWIERA "O" OBSERWACJI NOTE: DATA statement used: real time 0.10 seconds ...
BRAK BŁĘDU W DZIAŁANIU PROGRAMU INTERPRETACJA KOMUNIKATÓW BRAK BŁĘDU W DZIAŁANIU PROGRAMU 1 data example2 ; 2 Infile 'c:/asia/class/example2.txt' ; 3 input puls wiek masa plec ; 4 run ; NOTE: The infile 'c:/asia/class/example2.txt' is: File Name=c:\asia\class\example2.txt, RECFM=V,LRECL=256 KOMUNIKAT: PLIK ZOSTAŁ ODNALEZIONY NOTE: 55 records were read from the infile 'c:/asia/class/example2.txt'. The minimum record length was 13. The maximum record length was 13. KOMUNIKAT: ODCZYTANO 55 WIERSZY (OSOBNIKÓW), MINIMALNA I MAKSYMALNA DŁUGOŚC WIERSZA WYNOSI 13 ZNAKÓW NOTE: The data set WORK.EXAMPLE2 has 55 observations and 4 variables. NOTE: DATA statement used: real time 0.49 seconds 5 title 'puls=mi+e' ; 6 proc mixed data=example2 method=ML ; 7 model puls= ; 8 run; NOTE: There were 55 observations read from the dataset WORK.EXAMPLE2. NOTE: PROCEDURE MIXED used: real time 1.09 seconds
BRAK BŁĘDU W DZIAŁANIU PROGRAMU INTERPRETACJA KOMUNIKATÓW BRAK BŁĘDU W DZIAŁANIU PROGRAMU 1 data example2 ; 2 Infile 'c:/asia/class/example2.txt' ; 3 input puls wiek masa plec ; 4 run ; NOTE: The infile 'c:/asia/class/example2.txt' is: File Name=c:\asia\class\example2.txt, RECFM=V,LRECL=256 NOTE: 55 records were read from the infile 'c:/asia/class/example2.txt'. The minimum record length was 13. The maximum record length was 13. NOTE: The data set WORK.EXAMPLE2 has 55 observations and 4 variables. KOMUNIKAT: DANE "EXAMPLE2" ZAWIERA- JĄ 55 OBSERWACJI (OSOBNIKÓW) I 4 ZMIENNE (EFEKTY) NOTE: DATA statement used: real time 0.49 seconds KOMUNIKAT: WYKONANIE PROCEDURY ZAJĘŁO 0.49 SEKUNDY 5 title 'puls=mi+e' ; 6 proc mixed data=example2 method=ML ; 7 model puls= ; 8 run; NOTE: There were 55 observations read from the dataset WORK.EXAMPLE2. NOTE: PROCEDURE MIXED used: real time 1.09 seconds
BRAK BŁĘDU W DZIAŁANIU PROGRAMU INTERPRETACJA KOMUNIKATÓW BRAK BŁĘDU W DZIAŁANIU PROGRAMU 1 data example2 ; 2 Infile 'c:/asia/class/example2.txt' ; 3 input puls wiek masa plec ; 4 run ; NOTE: The infile 'c:/asia/class/example2.txt' is: File Name=c:\asia\class\example2.txt, RECFM=V,LRECL=256 NOTE: 55 records were read from the infile 'c:/asia/class/example2.txt'. The minimum record length was 13. The maximum record length was 13. NOTE: The data set WORK.EXAMPLE2 has 55 observations and 4 variables. NOTE: DATA statement used: real time 0.49 seconds 5 title 'puls=mi+e' ; 6 proc mixed data=example2 method=ML ; 7 model puls= ; 8 run; NOTE: There were 55 observations read from the dataset WORK.EXAMPLE2. KOMUNIKAT: W PROCEDURZE "MIXED" WYKORZYSTANO 55 OBSERWACJI NOTE: PROCEDURE MIXED used: real time 1.09 seconds KOMUNIKAT: WYKONANIE PROCEDURY ZAJĘŁO 1.09 SEKUNDY
INTERPRETACJA WYNIKÓW ANALIZA opcje dotyczące analizy danych DANE charakterystyka analizowanej próby danych opcje dotyczące odczytu danych WYNIKI wniosek dotyczący założonych hipotez statystycznych
INTERPRETACJA WYNIKÓW puls=mi+wiek+e 23:21 Thursday,April5,2001 The Mixed Procedure Model Information Data Set WORK.EXAMPLE2 Dependent Variable puls Covariance Structure Diagonal Estimation Method ML Residual Variance Method Profile Fixed Effects SE Method Model-Based Degrees of Freedom Method Residual Dimensions Covariance Parameters 1 Columns in X 2 Columns in Z 0 Subjects 1 Max Obs Per Subject 55 Observations Used 55 Observations Not Used 0 Total Observations 55 Covariance Parameter Estimates Cov Parm Estimate Residual 65.5143 Fit Statistics Log Likelihood -193.1 Akaike's Information Criterion -194.1 Schwarz's Bayesian Criterion -195.1 -2 Log Likelihood 386.1 puls=mi+wiek+e Type 3 Tests of Fixed Effects Num Den Effect DF DF F Value Pr > F wiek 1 53 12.86 0.0007
INTERPRETACJA WYNIKÓW OKNO OUTPUT ANALIZA puls=mi+wiek+e MODEL The Mixed Procedure NAZWA PROCEDURY Model Information INFORMACJE NT. MODELU Data Set WORK.EXAMPLE2 NAZWA ZBIORU DANYCH Dependent Variable puls ZMIENNA ZALEŻNA Covariance Structure Diagonal Estimation Method ML METODA OBLICZANIA Residual Variance Method Profile Fixed Effects SE Method Model-Based Degrees of Freedom Method Residual
INTERPRETACJA WYNIKÓW OKNO OUTPUT DANE Dimensions OPIS STRUKTURY DANYCH Covariance Parameters 1 Columns in X 2 Columns in Z 0 Subjects 1 Max Obs Per Subject 55 Observations Used 55 LICZBA OBSERWACJI UŻYTYCH DO OBLICZEŃ Observations Not Used 0 LICZBA POMINIĘTYCH OBSERWACJI Total Observations 55 CAŁKOWITA LICZBA OBSERWACJI
INTERPRETACJA WYNIKÓW OKNO OUTPUT WYNIKI Covariance Parameter Estimates Cov Parm Estimate Residual 65.5143 Fit Statistics WIELKOŚCI OKREŚLAJĄCE JAKOŚĆ MODELU Log Likelihood -193.1 LOGARYTM PRAWDOPODOBIEŃSTWA Akaike's Information Criterion -194.1 Schwarz's Bayesian Criterion -195.1 -2 Log Likelihood 386.1 puls=mi+wiek+e MODEL The Mixed Procedure NAZWA PROCEDURY Type 3 Tests of Fixed Effects Num Den Effect DF DF F Value Pr > F wiek 1 53 12.86 0.0007 LICZBA STOPNI SWOBODY
INTERPRETACJA WYNIKÓW OKNO OUTPUT WYNIKI Solution for Fixed Effects LICZBOWE WARTOŚCI WPŁYWU CZYNNI- KÓW UWZGLĘDNIONYCH W MODELU Standard Effect Estimate Error DF t Value Pr>|t| Intercept 4.5030 9.212 52 0.49 0.6270 wiek 0.4227 0.155 52 2.71 0.0090 masa 0.5028 0.128 52 3.92 0.0003 NAZWA WARTOŚĆ CZYNNIKA LICZBOWA
puls=mi+wiek+e puls=mi+masa+e INTERPRETACJA WYNIKÓW OKNO OUTPUT WNIOSKI puls=mi+e Columns in X 1 Columns in Z 0 Log Likelihood -198.8 puls=mi+wiek+e Columns in X 2 Log Likelihood -193.1 puls=mi+masa+e Log Likelihood -189.7 puls=mi+plec+e Columns in X 3 Log Likelihood -198.7 puls=mi+wiek+e puls=mi+masa+e
OSZACOWANE LICZBOWE WARTOŚCI WPŁYWU INTERPRETACJA WYNIKÓW OKNO OUTPUT WNIOSKI puls=mi+wiek+masa+e Standard Effect Estimate Error DF t Value Pr>|t| Intercept 4.5030 9.212 52 0.49 0.6270 wiek 0.4227 0.155 52 2.71 0.0090 masa 0.5028 0.128 52 3.92 0.0003 OSZACOWANE LICZBOWE WARTOŚCI WPŁYWU m = 4.5030 WIEK = 0.4227 Masa = 0.5028 Wiek i masa ciała mają znaczący wpływ na częstotliwość uderzeń serca (puls) Puls wzrasta wraz z wiekiem, średnio o 0.4 uderzenia serca na minutę z każdym rokiem życia Puls wzrasta wraz z przyrostem masy ciała, średnio o 0.5 uderzenia serca na minutę na kg