Displaying 2 results from an estimated 2 matches for "censtat".
Did you mean:
genstat
2017 Sep 26
0
censtats from the NADA package
Hi,
Has anyone ever used the censtats from the nada package and carried it out
per group on a dataframe?
I have it working on the entire dataframe but I need to do it by group.
Thanks
--
Le gach dea ghui,
*Shane Carey*
*GIS and Data Solutions Consultant*
[[alternative HTML version deleted]]
2006 Sep 29
0
Using censummary on censored data
Hi Forum,
i am reading a csv file and running the command censummary for a summary
statistics on a censored dataset...
the output in the console looks like, but with an errror message in the end
:(
> censtat <- read.csv("C:/Documents and
> Settings/ed/Desktop/Project-Datasets/pyrene.csv", header = TRUE)
> censtat
Pyrene Cen
1 28 TRUE
2 31 FALSE
3 32 FALSE
4 34 FALSE
5 35 TRUE
6 35 TRUE
7 40 FALSE
8 47 FALSE
9 48 FALSE
10 58 TR...