Need help in getting confidence interval through srvyr package

What is this doing?

repweights = matches("REPWTP[0-9]+")

I am getting an error here.

This runs

svy <-as_survey(hhRaw,
weight =PERWT ,
type ="JK1",
scale =4/80,
rscales =rep(1,80),
mse =TRUE)

You have a data.frame

LIHTC_svy

that appears from no-where.

Have a look at FAQ Asking Questions