search for: glaz

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

Did you mean: glad
2012 Dec 18
0
R function for computing Simultaneous confidence intervals for multinomial proportions
Dear all, Does someone know an R function implementing the method of Sison and Glaz (1995) (see full ref below) for computing Simultaneous confidence intervals for multinomial proportions? As alternative method, I think to boostrap the mean of each proportion and get in that way confidence interval of the mean. I observed 21 times a response that could be one out of 8 categori...
2023 Apr 09
1
simultaneous confidence intervals for multinomial proportions: sample size
Hello! I want to calculate simultaneous confidence intervals for a nominal variable with three categories: "yes", "no", "partially" and I expect that far more than 5 samples fall into each category. I have read that Glaz & Sison's method is only appropriate for variables with 7 or more categories. Therefore, the Goodman method seems like a good idea. I have found the R function "MultinomCI" {DescTools} to calculate these CIs. However, I have not found a way to calculate in advance the required sam...
2008 Jan 14
0
multinomial confidence interval
Hi R users! Is there a function that extracts the simultaneous confidence intervals for multinomial proportions as described by Sison and Glaz 1995? or anyone else for that matter? I have seen that SAS has macro for this ( http://www.jstatsoft.org/v05/i06) and i was wondering if R had something similar? Thank you and have a great day ahead! --------------------------------- [[alternative HTML version deleted]]
2009 Jun 29
1
Printing output together
Hi!   I want to print the output all together with a single column name   s21<-c(1:1000); var21<-lapply(s21,function(x){    ns<-rnorm(78,8,9);    n<-length(ns);    Mn<-mean(ns)    Sn2<-var(ns)    return(cbind(x,Mn,Sn2)); }); var21 but my code is giving me somewhat like the following [[1]] x   Mn          Sn2   [1,] 1 7.86 10.56540 [[2]] x   Mn          Sn2  
2008 Mar 16
1
form_for error
Hi all, I have the following code in my application layout: <div id="utility"> <% if logged_in? %> <%= link_to "Sign Out", logout_path %> <% else %> <%= link_to_function "Sign in", "$(''signin'').toggle();$(''signin_link'').toggle()", :id => "signin_link" %>
2013 Mar 21
0
Processed (with 1 errors): Fix broken submitters (double encoded)
...f-base] libatlas3-base: when the LAPACK?alternative points to ATLAS, the BLAS alternative should always point to ATLAS Changed Bug submitter to 'Francesco Potort? <Potorti at isti.cnr.it>' from 'Francesco Potort?? <Potorti at isti.cnr.it>' > submitter 578245 Kj? Hansi Glaz <kjo at a4nancy.net.eu.org> Bug #578245 {Done: Michael Biebl <biebl at debian.org>} [gnome-disk-utility] gnome-disk-utility: In french window is larger than 1024px Changed Bug submitter to 'Kj? Hansi Glaz <kjo at a4nancy.net.eu.org>' from 'Kj?? Hansi Glaz <kjo at a4...
2008 May 11
0
Switching Google Maps API Key from Deplyoment to Production
Hi there everyone, I have a rails app that used Google Maps in some of the views. In order to use it I have to include the following code at the top of my view: <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAIMKpaY7H31fBaN42JFh17RTJQa0g3IQ9GZqIMmInSLzwtGDKaBR7f3BOyzEp9wqLchJrd7-MYS2n0Q" type="text/javascript"></script> However,