Displaying 2 results from an estimated 2 matches for "casestatus".
2006 Jan 27
1
Basic Many-to-One association
...) has multiple Cases (Many) as detail records!!!)
We probably should add "has_many :cases" to the case_status model as
well. I did not need that for the below to work, but it is part of
what is describe on page 234.
3) I edited the app/view/case/list.rhtml file to replace
<%=h CaseStatus.find(a_case.status_id).status %>
with
<%=h a_case.case_status.status %>
Now that this is done, you should be able to use
"a_case.case_status.active" as well in the controller.
Hope that helps
Greg
--
Greg Freemyer
The Norcross Group
Forensics for the 21st Century
2011 Feb 27
3
nested case-control study
Hi, I am wondering if there is a package for doing conditional logistic
regression for nested case-control study as described in "Estimation of absolute
risk from nested case-control data" by Langholz and Borgan (1997) where
Horvitz-Thompson sampling weight (log of (number in the risk set divided by the
number sampled)) is used with regression. In SAS Proc Phreg, this is implemented