search for: familyid

Displaying 20 results from an estimated 90 matches for "familyid".

2006 Mar 22
1
lme convergence
Dear All: lme(sbp ~ cengirth, data = family, random= ~ 1 | familyid) converges but lme(sbp ~ cengirth, data = family, random= ~ cengirth | familyid) does not. I get the following message: Error in lme.formula(sbp ~ cengirth, data = family, random = ~cengirth | : iteration limit reached without convergence (9) The data has 488 rows...
2013 Feb 14
3
appending data to a row
For an analysis of data from twins, I'd like to do some rearranging in my dataframe. Currently, each twin has his or her own row. I'd like to add several columns of the co-twin's data to each row. In other words, this is the current situation: FamilyID ParticipantID IQ Digit_span 1 1 95 6 1 2 93 7 2 3 102 8 2 4 101 9 3 5 106 7 3 6 108 9 And this is what I'd like to have, only with even more co-twin data: FamilyI...
2004 Apr 07
4
Problems with rlm
Dear all, When calling rlm with the following data, I get an error. (R v.1.8.1, WinXP Pro 2002 with service pack 1.) > d <- na.omit(data.frame(CPRATIO, HEIGHTZ, FAMILYID)) > c <- tapply(d$CPRATIO, d$FAMILYID, mean) > h <- tapply(d$HEIGHTZ, d$FAMILYID, mean) > c 1 2 3 6 7 9 10 11 6.000000 2.500000 3.250000 4.000000 2.333333 2.400000 2.750000 2.000000 12 13 14...
2008 Aug 12
1
Problem with using read.csv with web address
...bourhood.statistics.gov.uk/dissemination/LeadTableView.do?a=3&b=5940246&c=Stoke&d=14&e=7&f=73&g=401878&i=1001x1003x1004x1005&l=145&o=1&m=0&r=1&s=1211997884568&enc=1&downloadTable=Download+this+table I was trying the following: #the parameter FamilyId I will need to change to get other datasets url1 <- paste(" http://www.neighbourhood.statistics.gov.uk/dissemination/LeadTableView.do?a=3&b=5940246&c=Stoke&d=14&e=7&f=73&g=401878&i=1001x1003x1004x1005&l=",FamilyId,"&o=1&m=0&r=1&s=12...
2010 Jun 22
1
Generalised Estimating Equations on approx normal outcome with limited range
...levels). One aim of the analysis is to assess whether the measures are related to certain covariates, and I have tried the generalised estimating equation function geeglm (library geepack) with the 'gaussian' family details like so: geeout <- geeglm(outcome ~ covariate1 + covariate2, id=familyID, family=gaussian, data=dat, corstr="unstructured") But I'm thinking that the limited range of the outcome violates the assumption of normality and that the results could be off. Q: Is there a way in R, either in geeglm or another appropriate function, to take the limited range of the...
2004 Dec 23
2
[LLVMdev] A first!
...gt; force myself into a windows build (i.e. cough up the money > for VC++ 7.1). You can also download MS Visual C++ Toolkit 2003 - contains the VC++ 7.1 compiler/linker as well as all the standard libraries and headers. No gui, no debugger though: http://www.microsoft.com/downloads/details.aspx?FamilyID=272be09d-40bb-4 9fd-9cb0-4bfa122fa91b&DisplayLang=en The actual file: http://download.microsoft.com/download/3/9/b/39bac755-0a1e-4d0b-b72c-3a1 58b7444c4/VCToolkitSetup.exe Oleg.
2007 Aug 31
2
Microsoft RTAudio
Hi people Just wondered what your thoughts are on Microsoft's RTAudio codec that they use in their Unified Communications stuff: http://www.microsoft.com/downloads/details.aspx?familyid=5D79B584-79C9-42A8-90C4-4AB3F03D19C4&displaylang=en They let people license it to use in their own products. I couldn't find any sample clips of RTAudio encoded speech. Apart from being $35000 less expensive, does anyone have any other reasons as to why Speex is better? -Thom -----------...
2008 Mar 20
6
Application tried to create a window, but no driver could be
...s went to Applications>Wine>winehelp and nothing seemed to happen. I should note that none of the launchers have icons after >Wine (dont know if thats normal or not). I then tried to run ie6setup.exe (internet explorer) using wine taken from http://www.microsoft.com/downloads/thankyou.aspx?familyId=1e1550cb-5e5d-48f5-b02b-20b602228de6&displayLang=en Same result, nothing seemed to happen.
2003 Aug 24
1
GS geek info
Remembering that at one point I was a hardware geek, th GS seems to use the TMS320VC5402 PGE100 chip. According to TI's web site http://focus.ti.com/docs/tool/list.jthml?familyId=324&toolTypeId=32 there are a number of other Codec's available, including GSM ;) This information was figured out via already public sources of info. Now if they would use the DSP+RISC then you could actually load Linux on the box ;) Plus there is a 3DES module for this chip enjoy
2008 Apr 18
1
PowerPoint Viewer 2007 crashes
Hi! PowerPoint Viewer 2007 (downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyID=048dc840-14e1-467d-8dca-19d2a8fd7485&DisplayLang=en) doesn't run on Wine 0.9.59 (installed from Wine repository) on Ubuntu Gutsy. Installation completes successfully but all I get after trying to run the app is: $ wine Program\ Files/Microsoft\ Office/Office12/PPTVIEW.EXE fixme:heap:HeapS...
2009 Aug 12
3
SOLVED. I did it!!!
Thanks to everybody who tryied help me and in some way.. did it. Steps: 1) I updated the wine version to wine 1.1.27 on august 12 2009. 2)After that, I installed mdac_typ.exe from http://www.microsoft.com/downloads/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&displaylang=en 3) Copied the ntwlib.dll from a windows system and pasted it on system32 folder of wine. 4)executed Code: wine cliconfg on terminal. Then enabled the protocols TCP/IP and NAMED PIPES. Do it in that order. And don't modify the properti...
2004 Dec 23
0
[LLVMdev] A first!
...indows build (i.e. cough up the money > > for VC++ 7.1). > You can also download MS Visual C++ Toolkit 2003 - contains the VC++ 7.1 > compiler/linker as well as all the standard libraries and headers. No > gui, no debugger though: > http://www.microsoft.com/downloads/details.aspx?FamilyID=272be09d-40bb-4 > 9fd-9cb0-4bfa122fa91b&DisplayLang=en > > The actual file: > http://download.microsoft.com/download/3/9/b/39bac755-0a1e-4d0b-b72c-3a1 > 58b7444c4/VCToolkitSetup.exe > > Oleg. > > _______________________________________________ > LLVM Developers...
2008 May 11
0
[LLVMdev] Preferring to use GCC instead of LLVM
...don't know about your computer, by mine comes with an >> assembler. > > MS Windows does not come with an assembler, AFAIK. > You should really learn how to use Google. Got this as the top hit for "Microsoft Assembler": http://www.microsoft.com/downloads/details.aspx?FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64&displaylang=en > -bw
2010 Jul 26
2
Animation:Master 2004
Hi all, Has anyone got Animation:Master (preferably the 2004 version) working on Wine in Ubuntu? I know the AppDB lists Animation:Master 2005 rating as 'Garbage' because it requires the CD to run, but that hasn't been a problem for me. The program actually shows the splash screen and appears to load quite well, but when the main program window appears, there is no mouse cursor (it
2007 Jul 13
2
error on running Advanced Diary v1.3
...up then I get an error box that says: Error Creating Object. Please verify that Microsoft Data Access Components 2.1 or later have been properly installed. The program stops there. A google search turned up this a download page for MDAC 2.8 here: http://www.microsoft.com/downloads/details.aspx?familyid=6c050fe3-c795-4b7d-b037-185d0506396c&displaylang=en What I need to know is if I jump through the hoops to be able to download that 1) is it likely to fix the problem and 2) what do I do with it once it's downloaded, does it just go into the same folder of wine that the Advanced Diary pr...
2008 Oct 17
1
problem usmgr Version 3.2.4
hi , i have a few problems with usmgr on Version 3.2.4 ( Version 3.2.4-8.1-1931-SUSE-SL11.0 ) samba pdc ldap the download version from ms http://www.microsoft.com/Downloads/details.aspx?FamilyID=c0011ab8-3178-4701-a791-eafba0f42de2&displaylang=en doesnt work giving "device attached to the system is not functioning" whatever i do a old version from usermgr works partially but magic only with the first user in Domain Admins Group other users in Domain Admins dont work ( root...
2003 Sep 27
2
frustration with ave()
Dear All, I'm confused why I'm getting NA's in the output from ave() (at the end). Any help would be greatly appreciated. I'm including the data in case that is where the problem lies: > f <- factor(FAMILYID) > bodyfat <- na.omit(data.frame(loessBODYFAT, f)) > bodyfat$loessBODYFAT [1] -8.950153e-01 -9.175285e-01 3.174061e-01 -2.101260e-01 2.534174e-02 [6] 1.846599e-01 8.322865e-01 1.348331e+00 1.241318e+00 1.634000e+00 [11] 1.611048e+00 6.824926e-01 2.346168e+00 2.924673e-...
2010 Feb 07
2
Reading hierarchical data
I would like to read the following hierarchical data set. There is a family record followed by one or more personal records. If col. 7 is "1" it is a family record. If it is "2" it is a personal record. The family record is formatted as follows: col. 1-5 family id col. 7 "1" col. 9 dwelling type code The personal record is formatted as follows: col.
2009 Mar 30
1
Help with tm assocation analysis and Rgraphviz installation.
...st&q=Rgraphviz#b7917083646d9cd2 and https://stat.ethz.ch/pipermail/bioconductor/2008-June/022838.html What I did is 1. Close down any R sessions you have open. 2. Download and install Microsoft Visual C++ 2005 SP1 Redistributable Package: http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en 2. Download and install the Graphviz 2.16.1 from the archives: I also tried 2.18.1, and 2.22.2 3. Check your PATH to see how Graphviz was added: graphvis 2.18 and later versions will automatically add C:\Program Files\Graphviz2.16\Bin t...
2009 Mar 04
6
Quality of system images captured with (G)ImageX
Hi, I'm using Wine 1.1.16 on Ubuntu 8.10 x86. ImageX is from Windows Vista SP1 AIK found here (http://www.microsoft.com/downloads/details.aspx?familyid=94BB6E34-D890-4932-81A5-5B50C657DE08&displaylang=en). And standalone imagex here (http://www.tipandtrick.net/2008/imagex-600118000-x86-and-x64-for-windows-server-2008-and-vista-sp1-standalone-download/). GImageX requires special library wimgapi.dll (goes with WAIK and standalone download). GIma...