project_to {grattan} | R Documentation |
Simple projections of the annual 2% samples of Australian Taxation Office tax returns.
Description
Simple projections of the annual 2% samples of Australian Taxation Office tax returns.
Usage
project_to(sample_file, to_fy, fy.year.of.sample.file = NULL, ...)
Arguments
sample_file |
A |
to_fy |
A string like "1066-67" representing the financial year for which forecasts of the sample file are desired. |
fy.year.of.sample.file |
The financial year of |
... |
Other arguments passed to |
Value
A sample file with the same number of rows as sample_file
but
with inflated values as a forecast for the sample file in to_fy
.
If WEIGHT
is not already a column of sample_file
, it will be added and its sum
will be the predicted number of taxpayers in to_fy
.
[Package grattan version 2024.1.1 Index]