search for: dykim7411

Displaying 3 results from an estimated 3 matches for "dykim7411".

2024 Nov 10
1
How to install rgeoda in R
...ed changes to be supported on CRAN. This may get corrected soon or never. There are instructions for compiling it yourself at https://geodacenter.github.io/rgeoda/ or you can contact the maintainer about their plans for getting it back on CRAN from there. On November 9, 2024 9:01:05 AM PST, D <dykim7411 at gmail.com> wrote: >When trying to install rgeoda in R, I received an error message: > >Warning in install.packages : package ?rgeoda? is not available for this >version of R > >A version of this package for your version of R might be available >elsewhere, see the ideas at...
2024 Nov 09
1
How to install rgeoda in R
When trying to install rgeoda in R, I received an error message: Warning in install.packages : package ?rgeoda? is not available for this version of R A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages How could I install the code of rgeoda? Any advice would be
2024 Dec 06
1
Sum by group
I have population data (?totpopE?) at the census tract level (?GEOID?), which are nested within Precincts (?Precinct?). Please see below my data structure. I used the code to sum population data per precinct: inters <- inters %>% group_by(Precinct) %>% mutate(TotalPop = sum(totpopE) ) However, said code produced too large sums because each census tract (?GEOID?) has multiple