siasgdw: Data from brazillian government bid processes

Description Usage Format Source Examples

Description

Data from Sistema Integrado de Administracao de Servicos Gerais (SIASG) from goods and services purchases by the Brazilian government

A dataset containing all bids made in 2018 It has some simulated data, to be used for learning purposes.

Usage

1

Format

A dataset of bids made by Brazillian government offices, totalizing 164372 observations, on the following variables

id_compra

ID of the bidding process

no_processo

Number of the processo protocol

dt_compra

Reference date of the purchase

id_unidde

ID of the department of a public agency responsible for the purchase

no_unidade

Name of the department a public agency responsible for the purchase

orgao

Name of the public agency to which the one responsible for the purchase is subordinate

orgao_sup

Name of the supervisor public agency of the respective responsible for the purchase

modalidae

The category of juridic rules and procedures involved in the bidding process

valor_compra

The purchase amount involved in the bidding process

qtd_forn

The number of bidders involved in the bidding process

qtd_itens

The number of different goods and/or services demanded in the bidding process

controle_01 / 12

Internal controls failure occurrences (binary)

risco_01 / 05

Risk occurrences (binary)

risco_06 / 08

Risk occurrences (financial losses)

tempo_total

Total time spent, in days, for the conclusion of the bidding process

tempo_fase_interna

Total time spent, in days, for the planning of the bidding process

Source

Sistema Integrado de Administração de Serviços Gerais(SIASG)

Examples

1
2
3
4
5
library(auditsampling)
data('siasgdw')
############# Subscripting
uasg_cgu <- siasgdw[siasgdw$id_unidade == 370003,]
summary(uasg_cgu)

cgu-dados/auditsampling documentation built on March 24, 2021, 9:38 a.m.