search for: caseid

Displaying 15 results from an estimated 15 matches for "caseid".

Did you mean: cased
2010 Dec 14
0
Merge() error
...evious names Error. I've found other people discussing this error, but they don't seem to match my situation, and the strange thing is that changing the order of the data frames that I'm merging can remove the error. For example: bt <- merge(assessmentb, assessmentb2, by=("caseid"), all=TRUE) bt <- merge(bt, tbassessment2, by=("caseid"), all=TRUE) bt <- merge(bt, tbarms2, by=("caseid"), all=TRUE) bt <- merge(bt, tbstudydetail, by=("caseid"), all=TRUE) But if I change it to: bt <- merge(assessmentb, assessmentb2, by=(&quo...
2006 Aug 07
1
datetime_select problems
...ms, and the only difference is that with this form, the one that won''t work, I have my form data retrieval in a do loop, because I did not search by id in my controller. I am instead searching by my session variable (case_id), which I understand returns an array, so I need the loop: @caseid = session[:case_id] @report = Report.find(:all, :conditions => "case_id = ''#{@caseid}''") Could the presence of a do loop cause the datetime_select to not function properly? Any help always appreciated! :-) Thank you! Ali Williams
2006 Feb 22
2
Merging data
...ses in DATA2. I have additional variables on these cases in DATA1, which is a larger data set with many additional cases. I know how to merge data sets if the datasets contain the same cases. However, I want to eliminate all the cases from DATA1 that are not present in DATA2 and then merge. The CASEID is my matching variable, and there are no duplicate variable names. Any guidance would be greatly appreciated. Thanks in advance, Brian [[alternative HTML version deleted]]
2012 Apr 13
2
Long command in Sweave
..., I am writing a vignette for a package, which contains long command like this, >reduce(Lipset_cs,"SURVIVAL",c("GNPCAP", "URBANIZA", "LITERACY", "INDLAB", "GOVSTAB"),explain="positive",remainder="exclude",case="CASEID") It is longer than the width a page and part of it will become "missing". Currently, I have to manually break the command into multiple lines. Is there a better way to handle such issue? It seems that others have raised similar question which seems to remain unsolved in a satisfacto...
2006 Jul 10
9
ROR questions
...t; when working with .rhtml forms in the Controller?? When is it appropriate to use these? ? Second - ?Why do I sometimes have to use a while loop to access my queried data in the .rhtml form?? Example: ? Controller-Edit Method @edit = Cause.find(:all, :conditions => "case_id = ''#{@caseid}''") ? View-Edit.rhtml <h2>Editing Case <%= @edit.case_id %> ? This method of data retrieval has worked for me in other similar forms, and I can''t figure out why it won''t work here.? The error it gives is that case_id is not a valid method, but it is a val...
2006 Jul 25
1
HELP with NLME
...= llbin + llnorm; end; else do; eta2 = a0 + a1*lnndsTs; eta1 = b0 + b1*eta2 + u; llbin = anybc.cens.ind*eta1 - log(1+exp(eta1)); ll = llbin; end; sigma2 = sigmasq*b1**2 /*variance of random effect; model anybc.cens.indic ~ general(ll); random u ~ normal(0,sigma2) subject = CaseID; */; run; #################################################################### R Code with error message: me.km.nlme <- nlme(model = anybc.cens.indic ~ vs.flag*((anybc.cens.indic*(b0+b1*lnbldT) - log(1 + exp(b0+b1*lnbldT))) + (((-1/(2*sigsq))*(lnbldT -a0 -a1*lnndsTs)^2) - 0.5*log(sigsq))) +...
2012 Feb 09
4
Getting codebook data into R
...separating fields - rather you have to look into the codebook and what number of digits along the line the data you need is. The data I want are the following, where 1,12,int means that the data I'm interested starts in column 1 and finishes in column 12 and is an integer. ('caseid', 1, 12, int), ('nbrnaliv', 22, 22, int), ('babysex', 56, 56, int), ('birthwgt_lb', 57, 58, int), ('birthwgt_oz', 59, 60, int), ('prglength', 275, 276, int), ('outcome', 277,...
2013 Mar 26
2
GAM model with interactions between continuous variables and factors
...+ maternal_educ + birth_order Resid. Df Resid. Dev Df Deviance Pr(>Chi) 1 28986 24175 2 28989 24196 -3.6952 -21.378 0.0001938 *** --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 > str(rwanda2) 'data.frame': 29027 obs. of 18 variables: $ CASEID : Factor w/ 10718 levels " 1 5 2",..: 289 2243 7475 9982 6689 10137 7426 428 8415 10426 ... $ mortality.under.2 : int 0 1 0 0 0 0 0 0 1 0 ... $ maternal_age_disct: Factor w/ 3 levels "-25","+35","25-35": 1 1 1 1 1 1 3 1 3 1 ... $ mater...
2006 May 24
0
Chat With Your Websites/Weblogs Visitors
...p for it at http://www.sirlook.com/live Please email us at info@sirlook.com if you have any question. Best regards, SirLook Team http://www.sirlook.com ================================ Click on the link below to have access to the newsletter archive: http://www.sirlook.com/newsletter/index1.php?caseid=archive ================================ You have received this email because you or someone else have signed up for SirLook Newsletter. If you don't like to receive our newsletter, please click on the link below and remove your email from our list: http://www.sirlook.com/newsletter/index1.php?...
2008 Feb 20
3
reshaping data frame
Dear all, I'm having a few problems trying to reshape a data frame. I tried with reshape{stats} and melt{reshape} but I was missing something. Any help is very welcome. Please find details below: ################################# # data in its original shape: indiv <- rep(c("A","B"),c(10,10)) level.1 <- rpois(20, lambda=3) covar.1 <- rlnorm(20, 3, 1) level.2
2004 Sep 21
2
Ever see a stata import problem like this?
...s. This dataset is called "morgen.dta" and I dropped a copy online in case you are interested http://www.ku.edu/~pauljohn/R/morgen.dta looks like this to R (I tried various options on the read.dta command): > myDat <- read.dta("morgen.dta") > summary(myDat) CASEID year id hrs1 hrs2 Min. : 19721 Min. :1972 Min. : 1 NAP : 0 NAP : 0 1st Qu.: 1983475 1st Qu.:1978 1st Qu.: 445 DK : 0 DK : 0 Median : 1996808 Median :1987 Median : 905 NA : 0 NA : 0 Mean : 9963040 Mea...
2007 Mar 19
1
Wine FileMaker 6.0 Calculated Date Fields
I am running FileMaker 6.0 via Wine on Ubuntu 6.10. I have a file/ table/whatever it is called Case.fp5 and another table called Actions.fp5. Case is a one to many relationship to Actions, related via the CaseID. Date Closed is calculated in Case: If Last(Actions::Action Type) = "Close" then Date Closed = Last(Actions::Date Created) (something like that since I can't actually see the Define Field text! another issue i'm having..). When I search the Actions table by populating "Da...
2006 Aug 02
1
Ad-hoc database queries from models
...9;'password'') => #<DBI::DatabaseHandle:0xb750bf58 @trace_mode=2, @handle=#<DBI::DBD::ODBC::Database:0xb750bea4 @attr={}, @handle=#<ODBC::Database:0xb750becc>>, @trace_output=#<IO:0xb7d35fec>> >> conn.select_one(''SELECT Subject FROM CASE WHERE CaseId = 12345678;'') => ["Test Case"] >> conn.disconnect Assuming this is the best way to achieve this (unless there''s good reason to do so I don''t want to create models as the SQL code above is greatly simplified: in fact to get a name, email and phone num...
2011 Nov 05
0
ANESRAKE package: Inappropriate error message, given the data
...51) > ethnic <- c(58, 14, 5, 23) > income <- c(1, 4, 7, 15, 18, 16, 19, 17, 1, 1,1) > targets <- list(age, gender, ethnic, income) > names(targets) <- c("age", "gender", "ethnic", "income") > outsave <- anesrake(targets, medufo, caseid=1, verbose = TRUE) > write.csv(print(outsave), "C:/Users/lenovo/Desktop/Medufo_weights/outsave.csv") HERE IS THE DATA LISTING > list(medufo) [[1]] age gender ethnic income 20 2 1 1 7 23 3 1 4 6 28 2 1 1 10 31 2 1...
2012 Apr 10
0
VT-d BIOS problem with DMAR/ACPI tables | Sabertooth X58
...the documentation page of the motherboard about VT-d and to declare that Linux is not supported. I confirmed that I activated the VT-d option in the BIOS and I declared that I can make any test on any platform. I had a response a few days ago that the case was transmit to Asus Headquarters. (ASUS CASEID=RTM2012040201379-727) Let''s see what happened. "Intel developers also want to know about broken IOMMU/VT-d BIOS implementations, see this email: http://lists.xensource.com/archives/html/xen-devel/2010-01/msg00841.html, so let them know all the details about your hardware and softwar...