search for: jkn

Displaying 7 results from an estimated 7 matches for "jkn".

Did you mean: jan
2004 Apr 19
1
specifying as.svrepdesign with odd number PSUs
Is there a way to create a BRR svrepdesign from a survey design when the number of PSUs is odd in one or more stratum? Creating a JKn svrepdesign with that condition works okay, but when I tried to create a svrepdesign with type="BRR" I get an error and this message: "Can't split with odd numbers of PSUs in a stratum" I get that message when I tell it to merge the PSUs. Maybe I'm just not do...
2007 Sep 20
2
Package Survey
Hello, How I use the function as.svrepdesign without memory.size problems? desenho_npc_JK <- as.svrepdesign(desenho_npc,type="JKn") Error: cannot allocate vector of size 161.3 Mb In addition: Warning messages: 1: Reached total allocation of 1022Mb: see help(memory.size) 2: Reached total allocation of 1022Mb: see help(memory.size) 3: Reached total allocation of 1022Mb: see help(memory.size) 4: Reached total alloc...
2006 Nov 14
2
Variance of a complex estimator using survey package ...
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20061114/6c1fa862/attachment.pl
2003 Jul 28
0
survey package
Version 1.9 of the survey package, now percolating through CRAN, adds a beta implementation of replication weights. These can either be created from a survey design (using BRR, JK1, or JKn schemes) or provided by the user. These have been tested on only a few examples so far: there seem to be relatively few published datasets with suitable analyses. As with earlier versions of the package, I particularly welcome feedback on the user interface from practising survey statisticians....
2003 Jul 28
0
survey package
Version 1.9 of the survey package, now percolating through CRAN, adds a beta implementation of replication weights. These can either be created from a survey design (using BRR, JK1, or JKn schemes) or provided by the user. These have been tested on only a few examples so far: there seem to be relatively few published datasets with suitable analyses. As with earlier versions of the package, I particularly welcome feedback on the user interface from practising survey statisticians....
2007 Mar 19
1
debugging an app which crashes my Window manager?
Hi all I'm running a Win32 application, Ecco Pro, under Wine on my Gentoo Linux system. The app is 'mostly working' but there are some circumstances where it repeatably crashes. I'd like to investigate further to see if I can improve things. I have an embedded systems & windows programming background, so I'm confident I have some of the skills; however I'm a novice
2006 Dec 14
3
Problem with ActiveRecord and Associations
Hi, I''m having what I believe to be a typecast problem with ActiveRecord and Associations. In the code below, I need to flag a contact record for deletion if the contact doesn''t have any addresses or books records: sql = "select id, delete_flag from contacts where id = #{params[:id]}" contact = Contact.find_by_sql(sql) if (contact[0].addresses.count +