B.5 Filtrado
Se combinan las funciones get.id<Tabla>()
(se puede emplear cualquier variable de la correspondiente tabla;
multiple conditions are combined with &
, see e.g. dplyr::filter()
)
con la función get.idDocs()
.
B.5.1 Funciones get
get.idAuthors()
: buscar id (códigos) de autoresBuscar un autor concreto:
## Cao, Ricardo ## 16
Buscar en nombres de autores:
## Cao, Ricardo Cao-Rial, Maria Teresa ## 16 69
get.idAreas()
: Devuelve códigos de las áreas## Mathematics ## 16
## Computer Science Mathematics ## 7 16
get.idCategories()
: códigos de las categorías## Mathematics ## 28 ## Mathematics, Applied ## 29 ## Mathematics, Interdisciplinary Applications ## 30
get.idSources()
códigos de otras fuentes (como resvistas)## [1] 70
B.5.2 Obtener documentos (de autores, revistas, …)
Los indices anteriores se pueden combinar en get.idDocs()
## [1] 10 16 23 33 40 56 128 183 187 196 210 220 269 286 295 312 315 332 340
## [20] 346 347 350 359 362 372 375 384 385
Los índices de documentos se pueden utilizar como filtro p.e. en summary.wos.db()
.
B.5.3 Sumarios filtrados
Obtener sumario de autores:
## Number of documents: 28
## Authors: 40
## Period: 2008 - 2017
##
## Document types:
## Documents
## Article 26
## Article; Proceedings Paper 1
## Editorial Material 1
##
## Number of authors per document:
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 2.00 2.00 3.00 3.14 4.00 6.00
##
## Number of documents per author:
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 1.0 1.0 1.0 2.2 2.0 28.0
##
## Number of times cited:
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 0.00 1.00 2.00 3.25 4.25 14.00
##
## Indexes:
## H G
## 5 7
##
## Top Categories:
## Documents
## Statistics & Probability 26
## Mathematics, Interdisciplinary Applications 4
## Computer Science, Interdisciplinary Applications 3
## Economics 2
## Mathematical & Computational Biology 2
## Social Sciences, Mathematical Methods 2
## Automation & Control Systems 1
## Biochemistry & Molecular Biology 1
## Biology 1
## Business, Finance 1
## Others 4
##
## Top Areas:
## Documents
## Mathematics 28
## Computer Science 4
## Business & Economics 2
## Mathematical & Computational Biology 2
## Mathematical Methods In Social Sciences 2
## Automation & Control Systems 1
## Biochemistry & Molecular Biology 1
## Chemistry 1
## Instruments & Instrumentation 1
## Life Sciences & Biomedicine - Other Topics 1
## Others 1
##
## Top Journals:
## Documents
## J. Nonparametr. Stat. 4
## Comput. Stat. Data Anal. 3
## Comput. Stat. 3
## Test 2
## Ann. Inst. Stat. Math. 2
## J. Chemometr. 1
## J. Time Ser. Anal. 1
## Stat. Probab. Lett. 1
## SORT-Stat. Oper. Res. Trans. 1
## Stat. Appl. Genet. Mol. Biol. 1
## Others 9
##
## Top Countries:
## Documents
## Spain 28
## Belgium 6
## France 2
## Germany 2
## Argentina 1
## Canada 1
## India 1
## Mexico 1
## Norway 1
Obtener sumario de autores por años:
##
## Annual Scientific Production:
##
## Documents
## 2008 7
## 2009 4
## 2010 4
## 2011 1
## 2012 2
## 2013 3
## 2014 1
## 2016 2
## 2017 4
##
## Annual Authors per Document:
##
## Avg Median
## 2008 2.4286 2.0
## 2009 3.7500 3.5
## 2010 3.5000 3.5
## 2011 4.0000 4.0
## 2012 3.0000 3.0
## 2013 3.6667 4.0
## 2014 2.0000 2.0
## 2016 2.5000 2.5
## 2017 3.5000 3.5
##
## Annual Times Cited:
##
## Cites Avg Median
## 2008 42 6.0000 6.0
## 2009 20 5.0000 3.0
## 2010 9 2.2500 2.0
## 2011 1 1.0000 1.0
## 2012 1 0.5000 0.5
## 2013 8 2.6667 2.0
## 2014 4 4.0000 4.0
## 2016 3 1.5000 1.5
## 2017 3 0.7500 0.5