You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependent on benvo data structure that accommodates sf objects and associated characteristics,
create a new keyword e.g. saap() that accommodates subject-associated areal aggregated exposures.
As a first step could fix the predictor as a tensor product of space and area and then find a good method for generalizing to arbitrary features. For example BMI ~ sex + year + saap(Parks) will automatically fit an aggregated smooth function of subject distances and the park's corresponding distance. Could then eventually make something like BMI ~ sex + year + saap(Parks,Distance,TreeCover,Area) that would allow for a three dimension smooth as a function of subject-park distance, park tree cover and park area.
The text was updated successfully, but these errors were encountered:
Dependent on
benvo
data structure that accommodatessf
objects and associated characteristics,create a new keyword e.g.
saap()
that accommodates subject-associated areal aggregated exposures.As a first step could fix the predictor as a tensor product of space and area and then find a good method for generalizing to arbitrary features. For example
BMI ~ sex + year + saap(Parks)
will automatically fit an aggregated smooth function of subject distances and the park's corresponding distance. Could then eventually make something likeBMI ~ sex + year + saap(Parks,Distance,TreeCover,Area)
that would allow for a three dimension smooth as a function of subject-park distance, park tree cover and park area.The text was updated successfully, but these errors were encountered: