powered by
US national population by four groups from 1900 to 1979. The four groups are: Age 0; Age 20; Age 40; Age 60.
data(USpopu)
A data frame with 320 observations on 3 variables.
age
year
population
https://www.census.gov/data/tables/time-series/demo/popest/pre-1980-national.html, U.S. Census Bureau, National Intercensal Tables: 1900-1990. Last Revised: November 30, 2016
T.L2, T.aov, T.var.
T.L2
T.aov
T.var
# NOT RUN { data(USpopu) t1 <- T.L2(USpopu$year, USpopu$population, USpopu$age, degree=2) t1 plot(t1) plot(t1, test.statistic=FALSE, legend.position="topleft") # }
Run the code above in your browser using DataLab