Ok, that's more helpful.
The problem is with replicate-weight designs, and it's because svyglm()
uses the fitted coefficients from the point estimate as starting values for
fitting the replicates. And even if that is changed, the computation of
the replicate variance doesn't like all the replicat
Well, I have uploaded the data in the public folder of my dropbox. Due
to data confidentiality, I haved to change the labels. To load the data:
con <- url( "http://dl.dropboxusercontent.com/u/101865137/datEx.rda"; )
print(load(con))
# The replicate weights were created according to the jackknife
On Fri, May 3, 2013 at 2:27 AM, Sebastian Weirich <
sebastian.weir...@iqb.hu-berlin.de> wrote:
> Hello,
>
> I want to specify a linear regression model in which the metric outcome is
> predicted by two factors and their interaction. glm() computes effects for
> each factor level and the levels of
On Tue, Oct 16, 2012 at 10:40 PM, Sebastian Weirich
wrote:
> Hello,
>
> svyvar from the survey package computes variances (with standard errors)
> from survey design objects. Is there any way to compute standard deviations
> and their standard errors in a similar manner?
Usually you can do this s
>>>>> "JS" == Joel Schwartz
>>>>> on Sat, 18 Dec 2010 19:09:24 -0800 writes:
>> -Original Message- From: David Winsemius
>> [mailto:dwinsem...@comcast.net] Sent: Saturday, December
>> 18, 2010 5:54 PM To: Joe
> -Original Message-
> From: David Winsemius [mailto:dwinsem...@comcast.net]
> Sent: Saturday, December 18, 2010 5:54 PM
> To: Joel Schwartz
> Cc: r-help@r-project.org
> Subject: Re: [R] package survey
>
>
> On Dec 18, 2010, at 8:11 PM, Joel Schwartz wro
On Dec 18, 2010, at 8:11 PM, Joel Schwartz wrote:
and does anyone know if it is possible to find the codes for
functions in survey package?
Yes, you can find the code by doing the following:
1) Go to the CRAN R package list (http://cran.r-project.org/web/packages/
),
scroll down to the "su
> and does anyone know if it is possible to find the codes for
> functions in survey package?
Yes, you can find the code by doing the following:
1) Go to the CRAN R package list (http://cran.r-project.org/web/packages/),
scroll down to the "survey" package link and click on it.
2) Scroll down t
I think this has already been fixed in version 3.9-1.
Also, you probably want to add na.rm=TRUE to the call
svyby(~p_igov,~div_a,desenho_nps,svytotal,drop.empty.groups=TRUE,vartype
=c("se","var","cvpct"), na.rm=TRUE)
otherwise the estimated total will be NA whenever any observation is NA.
On Sun, 23 Sep 2007, Rita Cristina Pinto Sousa wrote:
I?m using the package survey to obtain the statistics, fundamentally the
variance estimates. Can you explain why do I obtain the same result with the
replicate weights (as.svrepdesign function), for a stratified sample, and
without the repli
On Thu, 20 Sep 2007, Rita Sousa wrote:
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
There is currently no easy way to affect the amount of memory that this
uses, un
11 matches
Mail list logo