powered by
This function determines index numbers ``in chain'' for those cases with an only product.
index.number.chain(x, name, opt.plot = FALSE, opt.summary = FALSE)
It is a vector containing that magnitude to be studied for a product. Thus, we have length(x) values of it.
length(x)
Chain of characters to indicate the name of the variable under study.
Logical option to indicate if a graphical descriptiony of the index number along the different stages is required. It takes the value TRUE or FALSE.
TRUE
FALSE
Logical option to indicate if a statistical summary of the index number is required. It takes the value TRUE or FALSE.
Statistical summary (optional) of the index number along the considered period.
Table containing the values of the index number for the considered stages.
Graphical summary (optional) of the index number along the considered period.
Index Number (2008) In: The Concise Encyclopedia of Statistics. Springer, New York, NY. <doi:https://doi.org/10.1007/978-0-387-32833-1>.
# NOT RUN { prices<-c(70,75,77,77,85,90,85,75,77,87,85,90,70,75,77,77,85,90) index.number.chain(prices,"Prices",opt.plot=TRUE,opt.summary=TRUE) # }
Run the code above in your browser using DataLab