search for: redcap

Displaying 4 results from an estimated 4 matches for "redcap".

Did you mean: recap
2012 Aug 10
2
replacing a character string
I am working on modifying a REDCap survey. The data dictionary column for the response field has the following value. 1, Strongly disagree | 2, Disagree | 3, Agree | 4, Strongly Agree | 5, Don't Know | 6, Refuse to Answer | 7, Not Applicable I am wanting to convert this so that it looks as follows: 1, A. Strongly disagree |...
2017 Apr 11
0
Data Manager Position - CDC Atlanta - Immediate Need
...as a Data Manager, Data Programmer or Data Analyst. Minimum of 2 years' experience and high-level expertise in R statistical software. Minimum 2 years' experience in following database entry programs: Census and Survey Processing System (CSPro), Microsoft Access, Open Data Kit (ODK) and RedCap. Familiarity with SAS, STATA, SPSS or EPI info is a plus. To apply please visit: http://scimetrika.submit4jobs.com/index.cfm?fuseaction=85392.viewjobdetail&CID=85392&JID=241243 or visit www.scimetrika.com<http://www.scimetrika.com> [[alternative HTML version deleted]]
2001 Nov 03
2
partition not found when remounting in RW mode
Hi, I installed RH 7.2 with the original kernel and decided to use ext3 as the fs. All partitions are now ext3. This is working fine as long as I'm using the original kernels. Now I wanted to compile my own kernel (2.4.13), but there seems to be a problem. When it it tries to remount my root partition / in RW, I get an error message that the partition cannot be found. When I reboot using the
2007 Apr 30
2
Structuring a rails application
I try to structure my rails application with modules, but i have problems to define the routes. Is'' it possible to use someting like this: <%= link to ''...'', :module => :module_name, :controller => :ctrl_name [...] -%> ? The controllers i want to access are in app/controllers/module_name. I thougt i could define something like this: map.connect