R/project_to.R
project_to.Rd
Simple projections of the annual 2% samples of Australian Taxation Office tax returns.
project_to(sample_file, to_fy, fy.year.of.sample.file = NULL, ...)
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 |
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
.