SlideShare a Scribd company logo
1 of 2
> random.effects(city.rcr)
Error: could not find function "random.effects"
> library(nlme)
> summary(city.rcr)
Linear mixed-effects model fit by REML
 Data: NULL
     AIC BIC logLik
 1821.515 1852.99 -900.7574

Random effects:
 Formula: ~datamat[, 4] + datamat[, 5] | datamat[, 2]
 Structure: General positive-definite, Log-Cholesky parametrization
         StdDev Corr
(Intercept) 190.326223 (Intr) dt[,4]
datamat[, 4] 56.925087 0.981
datamat[, 5] 2.682005 0.963 0.986
Residual     24.536273

Fixed effects: datamat[, 1] ~ datamat[, 4] + datamat[, 5]
           Value Std.Error DF t-value p-value
(Intercept) 136.39569 38.17054 148 3.573324 0.0005
datamat[, 4] 29.30436 11.42273 148 2.565444 0.0113
datamat[, 5] 1.26051 0.75790 148 1.663165 0.0984
 Correlation:
        (Intr) dt[,4]
datamat[, 4] 0.975
datamat[, 5] 0.640 0.695

Standardized Within-Group Residuals:
     Min       Q1       Med       Q3     Max
-3.194121265 -0.206262211 -0.001507792 0.198449874 6.407690740

Number of Observations: 175
Number of Groups: 25
> random.effects(city.rcr)
  (Intercept) datamat[, 4] datamat[, 5]
1 -29.403774 -15.584571 -0.7722463
2 -117.505875 -27.842606 -1.2552137
3 -47.748165 -29.003930 -1.3762317
4 -63.095682 -21.409519 -0.9970781
5 -111.220805 -28.137529 -1.2899786
6 815.889477 242.382177 11.3117023
7 -113.028470 -24.218162 -1.0606728
8 -33.612794 -7.229820 -0.3687349
9 128.387215 24.765428 1.1932962
10 56.521249 -3.704298 -0.3271703
11 -54.702653 -5.005235 -0.1387420
12 -117.331198 -27.203998 -1.2221728
13 -71.551241 -30.965424 -1.4732413
14 -6.454851 2.266289 0.1646867
15 -108.574858 -25.292143 -1.1284143
16 -84.682279 -22.004758 -1.0726460
17 239.106120 94.193221 4.2382465
18 -35.606421 -16.025132 -0.7973699
19 -14.120941 -15.878845 -0.8213709
20 34.702867 7.777985 0.3959752
21 -97.236760 -26.762150 -1.2146494
22 -82.794647 -23.851708 -1.1093991
23 -42.900392 -5.124046 -0.1733412
24 -109.220834 -24.095606 -1.0438236
25 66.185710 7.954381 0.3385900
> corMatrix(city.rcr)
Error in UseMethod("corMatrix") :
 no applicable method for 'corMatrix' applied to an object of class "lme"
> corMatrix(city.rcr)
Error in UseMethod("corMatrix") :
 no applicable method for 'corMatrix' applied to an object of class "lme"
> summary(city.rcr)
Linear mixed-effects model fit by REML
 Data: NULL
    AIC BIC logLik
 1821.515 1852.99 -900.7574

Random effects:
 Formula: ~datamat[, 4] + datamat[, 5] | datamat[, 2]
 Structure: General positive-definite, Log-Cholesky parametrization
         StdDev Corr
(Intercept) 190.326223 (Intr) dt[,4]
datamat[, 4] 56.925087 0.981
datamat[, 5] 2.682005 0.963 0.986
Residual     24.536273

Fixed effects: datamat[, 1] ~ datamat[, 4] + datamat[, 5]
           Value Std.Error DF t-value p-value
(Intercept) 136.39569 38.17054 148 3.573324 0.0005
datamat[, 4] 29.30436 11.42273 148 2.565444 0.0113
datamat[, 5] 1.26051 0.75790 148 1.663165 0.0984
 Correlation:
        (Intr) dt[,4]
datamat[, 4] 0.975
datamat[, 5] 0.640 0.695

Standardized Within-Group Residuals:
     Min       Q1       Med       Q3     Max
-3.194121265 -0.206262211 -0.001507792 0.198449874 6.407690740

Number of Observations: 175
Number of Groups: 25
> bigsigma = matrix(0,3,3)
> for (i in 1:25)
+ bigsigma = bigsigma + (newbeta[,i]%*%t(newbeta[,i]))/(n-1)
> bigsigma
         [,1]    [,2]   [,3]
[1,] 36404.4770 10628.6980 473.08450
[2,] 10628.6980 3263.4453 151.01059
[3,] 473.0845 151.0106 11.78515
> sum2 = smallsigma*solve(t(x)%*%x)
> sum2
        [,1] [,2]     [,3]
[1,] 217.67560 0.00000 -31.096514
[2,] 0.00000 23.32239 0.000000
[3,] -31.09651 0.00000 7.774129
> bigsigma - sum2
        [,1]    [,2]    [,3]
[1,] 36186.801 10628.6980 504.181012
[2,] 10628.698 3240.1229 151.010595
[3,] 504.181 151.0106 4.011024

More Related Content

Similar to Hw8p5

Financial Data Mining Talk
Financial Data Mining TalkFinancial Data Mining Talk
Financial Data Mining TalkMike Bowles
 
RunHeading (x1).docx
RunHeading (x1).docxRunHeading (x1).docx
RunHeading (x1).docxSUBHI7
 
Actividad3 1 david a. condori tantani
Actividad3 1  david a. condori tantaniActividad3 1  david a. condori tantani
Actividad3 1 david a. condori tantaniAntonio Condori
 
Concise Implementation of Linear Regression
Concise Implementation of Linear RegressionConcise Implementation of Linear Regression
Concise Implementation of Linear RegressionEng Teong Cheah
 
Forest Biomass Estimation using GIS data.pptx
Forest Biomass Estimation using GIS data.pptxForest Biomass Estimation using GIS data.pptx
Forest Biomass Estimation using GIS data.pptxsahl_2fast
 
Linear Regression Implementation From Scratch
Linear Regression Implementation From ScratchLinear Regression Implementation From Scratch
Linear Regression Implementation From ScratchEng Teong Cheah
 
Problema 6.2 método newton raphson
Problema 6.2 método newton raphson Problema 6.2 método newton raphson
Problema 6.2 método newton raphson Yoel Diomedez
 
Data equation
Data equation Data equation
Data equation ressas
 
Design of experiment methodology
Design of experiment methodologyDesign of experiment methodology
Design of experiment methodologyCHUN-HAO KUNG
 
Sheet1stateviolentmurdermetrowhitehsgradpovertysnglparviofitviores.docx
Sheet1stateviolentmurdermetrowhitehsgradpovertysnglparviofitviores.docxSheet1stateviolentmurdermetrowhitehsgradpovertysnglparviofitviores.docx
Sheet1stateviolentmurdermetrowhitehsgradpovertysnglparviofitviores.docxlesleyryder69361
 
2 d qsar model of dihydrofolate reductase (dhfr) inhibitors with activity in ...
2 d qsar model of dihydrofolate reductase (dhfr) inhibitors with activity in ...2 d qsar model of dihydrofolate reductase (dhfr) inhibitors with activity in ...
2 d qsar model of dihydrofolate reductase (dhfr) inhibitors with activity in ...Prasanthperceptron
 
Trigonometric tables
Trigonometric tablesTrigonometric tables
Trigonometric tablesJayapal Jp
 

Similar to Hw8p5 (20)

Financial Data Mining Talk
Financial Data Mining TalkFinancial Data Mining Talk
Financial Data Mining Talk
 
RunHeading (x1).docx
RunHeading (x1).docxRunHeading (x1).docx
RunHeading (x1).docx
 
Actividad3 1 david a. condori tantani
Actividad3 1  david a. condori tantaniActividad3 1  david a. condori tantani
Actividad3 1 david a. condori tantani
 
Usuario stata
Usuario stataUsuario stata
Usuario stata
 
Concise Implementation of Linear Regression
Concise Implementation of Linear RegressionConcise Implementation of Linear Regression
Concise Implementation of Linear Regression
 
Forest Biomass Estimation using GIS data.pptx
Forest Biomass Estimation using GIS data.pptxForest Biomass Estimation using GIS data.pptx
Forest Biomass Estimation using GIS data.pptx
 
Climate change and nrcs practices chambers
Climate change and nrcs practices   chambersClimate change and nrcs practices   chambers
Climate change and nrcs practices chambers
 
Linear Regression Implementation From Scratch
Linear Regression Implementation From ScratchLinear Regression Implementation From Scratch
Linear Regression Implementation From Scratch
 
Problema 6.2 método newton raphson
Problema 6.2 método newton raphson Problema 6.2 método newton raphson
Problema 6.2 método newton raphson
 
Data equation
Data equation Data equation
Data equation
 
Data Science Is More Than Just Statistics
Data Science Is More Than Just StatisticsData Science Is More Than Just Statistics
Data Science Is More Than Just Statistics
 
Monthly-MIS.ppt
Monthly-MIS.pptMonthly-MIS.ppt
Monthly-MIS.ppt
 
Geometry Commands
Geometry CommandsGeometry Commands
Geometry Commands
 
Design of experiment methodology
Design of experiment methodologyDesign of experiment methodology
Design of experiment methodology
 
Trabajo del examen
Trabajo del examenTrabajo del examen
Trabajo del examen
 
Metode nakayasu
Metode nakayasuMetode nakayasu
Metode nakayasu
 
Research data
Research dataResearch data
Research data
 
Sheet1stateviolentmurdermetrowhitehsgradpovertysnglparviofitviores.docx
Sheet1stateviolentmurdermetrowhitehsgradpovertysnglparviofitviores.docxSheet1stateviolentmurdermetrowhitehsgradpovertysnglparviofitviores.docx
Sheet1stateviolentmurdermetrowhitehsgradpovertysnglparviofitviores.docx
 
2 d qsar model of dihydrofolate reductase (dhfr) inhibitors with activity in ...
2 d qsar model of dihydrofolate reductase (dhfr) inhibitors with activity in ...2 d qsar model of dihydrofolate reductase (dhfr) inhibitors with activity in ...
2 d qsar model of dihydrofolate reductase (dhfr) inhibitors with activity in ...
 
Trigonometric tables
Trigonometric tablesTrigonometric tables
Trigonometric tables
 

Recently uploaded

Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 

Recently uploaded (20)

Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 

Hw8p5

  • 1. > random.effects(city.rcr) Error: could not find function "random.effects" > library(nlme) > summary(city.rcr) Linear mixed-effects model fit by REML Data: NULL AIC BIC logLik 1821.515 1852.99 -900.7574 Random effects: Formula: ~datamat[, 4] + datamat[, 5] | datamat[, 2] Structure: General positive-definite, Log-Cholesky parametrization StdDev Corr (Intercept) 190.326223 (Intr) dt[,4] datamat[, 4] 56.925087 0.981 datamat[, 5] 2.682005 0.963 0.986 Residual 24.536273 Fixed effects: datamat[, 1] ~ datamat[, 4] + datamat[, 5] Value Std.Error DF t-value p-value (Intercept) 136.39569 38.17054 148 3.573324 0.0005 datamat[, 4] 29.30436 11.42273 148 2.565444 0.0113 datamat[, 5] 1.26051 0.75790 148 1.663165 0.0984 Correlation: (Intr) dt[,4] datamat[, 4] 0.975 datamat[, 5] 0.640 0.695 Standardized Within-Group Residuals: Min Q1 Med Q3 Max -3.194121265 -0.206262211 -0.001507792 0.198449874 6.407690740 Number of Observations: 175 Number of Groups: 25 > random.effects(city.rcr) (Intercept) datamat[, 4] datamat[, 5] 1 -29.403774 -15.584571 -0.7722463 2 -117.505875 -27.842606 -1.2552137 3 -47.748165 -29.003930 -1.3762317 4 -63.095682 -21.409519 -0.9970781 5 -111.220805 -28.137529 -1.2899786 6 815.889477 242.382177 11.3117023 7 -113.028470 -24.218162 -1.0606728 8 -33.612794 -7.229820 -0.3687349 9 128.387215 24.765428 1.1932962 10 56.521249 -3.704298 -0.3271703 11 -54.702653 -5.005235 -0.1387420 12 -117.331198 -27.203998 -1.2221728 13 -71.551241 -30.965424 -1.4732413 14 -6.454851 2.266289 0.1646867 15 -108.574858 -25.292143 -1.1284143 16 -84.682279 -22.004758 -1.0726460 17 239.106120 94.193221 4.2382465 18 -35.606421 -16.025132 -0.7973699 19 -14.120941 -15.878845 -0.8213709 20 34.702867 7.777985 0.3959752 21 -97.236760 -26.762150 -1.2146494 22 -82.794647 -23.851708 -1.1093991 23 -42.900392 -5.124046 -0.1733412 24 -109.220834 -24.095606 -1.0438236
  • 2. 25 66.185710 7.954381 0.3385900 > corMatrix(city.rcr) Error in UseMethod("corMatrix") : no applicable method for 'corMatrix' applied to an object of class "lme" > corMatrix(city.rcr) Error in UseMethod("corMatrix") : no applicable method for 'corMatrix' applied to an object of class "lme" > summary(city.rcr) Linear mixed-effects model fit by REML Data: NULL AIC BIC logLik 1821.515 1852.99 -900.7574 Random effects: Formula: ~datamat[, 4] + datamat[, 5] | datamat[, 2] Structure: General positive-definite, Log-Cholesky parametrization StdDev Corr (Intercept) 190.326223 (Intr) dt[,4] datamat[, 4] 56.925087 0.981 datamat[, 5] 2.682005 0.963 0.986 Residual 24.536273 Fixed effects: datamat[, 1] ~ datamat[, 4] + datamat[, 5] Value Std.Error DF t-value p-value (Intercept) 136.39569 38.17054 148 3.573324 0.0005 datamat[, 4] 29.30436 11.42273 148 2.565444 0.0113 datamat[, 5] 1.26051 0.75790 148 1.663165 0.0984 Correlation: (Intr) dt[,4] datamat[, 4] 0.975 datamat[, 5] 0.640 0.695 Standardized Within-Group Residuals: Min Q1 Med Q3 Max -3.194121265 -0.206262211 -0.001507792 0.198449874 6.407690740 Number of Observations: 175 Number of Groups: 25 > bigsigma = matrix(0,3,3) > for (i in 1:25) + bigsigma = bigsigma + (newbeta[,i]%*%t(newbeta[,i]))/(n-1) > bigsigma [,1] [,2] [,3] [1,] 36404.4770 10628.6980 473.08450 [2,] 10628.6980 3263.4453 151.01059 [3,] 473.0845 151.0106 11.78515 > sum2 = smallsigma*solve(t(x)%*%x) > sum2 [,1] [,2] [,3] [1,] 217.67560 0.00000 -31.096514 [2,] 0.00000 23.32239 0.000000 [3,] -31.09651 0.00000 7.774129 > bigsigma - sum2 [,1] [,2] [,3] [1,] 36186.801 10628.6980 504.181012 [2,] 10628.698 3240.1229 151.010595 [3,] 504.181 151.0106 4.011024