alfonso.carfora at uniparthenope.it
2014-Sep-22 09:16 UTC
[R] splm package: Spatial weights matrix of the 103 Italian provinces
Hello, I'm using the spatial weights matrix of the 103 Italian provinces "itaww" of the package splm example: library(splm) data(itaww) itaww It is a matrix of 103 rows and 103 columns. Each row (and each column) corresponds to an italian province and I would like to know the row's names of the matrix (currently defined by numeric ID). Thank you for your help Alfonso ****************************************************************************** IL MERITO DEGLI STUDENTI VIENE RICONOSCIUTO Il 5 per mille all'Universita' degli Studi di Napoli "Parthenope" incrementa le borse di studio agli studenti - codice fiscale 80018240632 http://www.uniparthenope.it/index.php/5xmille Questa informativa e' inserita in automatico dal sistema al fine esclusivo della realizzazione dei fini istituzionali dell'ente.
Rui Barradas
2014-Sep-22 09:40 UTC
[R] splm package: Spatial weights matrix of the 103 Italian provinces
Hello,
I have no knoledge of that package, but you could try
rownames(itaww)
colnames(itaww)
or ask the package maintainer
maintainer("splm")
Hope this helps,
Rui Barradas
Em 22-09-2014 10:16, alfonso.carfora at uniparthenope.it
escreveu:> Hello,
>
> I'm using the spatial weights matrix of the 103 Italian provinces
> "itaww" of the package splm
> example:
>
> library(splm)
>
> data(itaww)
>
> itaww
>
> It is a matrix of 103 rows and 103 columns. Each row (and each column)
> corresponds to an italian province and I would like to know the row's
> names of the matrix (currently defined by numeric ID).
>
> Thank you for your help
>
> Alfonso
>
>
>
>
>
>
******************************************************************************
>
> IL MERITO DEGLI STUDENTI VIENE RICONOSCIUTO
>
> Il 5 per mille all'Universita' degli Studi di Napoli
"Parthenope"
> incrementa le borse di studio agli studenti - codice fiscale 80018240632
> http://www.uniparthenope.it/index.php/5xmille
> Questa informativa e' inserita in automatico dal sistema al fine
> esclusivo della realizzazione dei fini istituzionali dell'ente.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.