Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

7 results for “from:Luciane Maria Pilotto”

ordinal logistic regression with svyolr
Luciane Maria Pilotto · Apr 10, 2015 · r-help

Hello, I found in R-Help a question about how to test the assumption of proportional odds or parallel lines or slopes ordinal logistic regression with svyolr, but I did not see the answer. Will someone help? Thanks, Luciane

help - hoslem.test
Luciane Maria Pilotto · Apr 29, 2015 · r-help

Hello, I'm working with ordinal logistic regression model (polr) and would like to test the proportional odds assumption. For this, I ran the binary logistic regressions with varying cutpoints on the dependent variable, as described in the following commands...

clm funtion and CI
Luciane Maria Pilotto · Jul 8, 2015 · r-help

Hi, I'm working with ordinal logistic regression and fitting the model with the "clm" funtion of the ordinal package and would like to get the CI. According to the Tutorial on fitting Cumulative Link Models with the ordinal Package...

help - hoslem.test
Luciane Maria Pilotto · Apr 30, 2015 · r-help

load("id3.rda") attach(id3) #transformando q13 em bin?ria q131<-ifelse(q13==1,1,ifelse(q13==2,2,ifelse(q13==3,2, ifelse(q13==4,2,ifelse(q13==5,2,NA))))) id3<-cbind(id3,q131) id3$q131 <- as.factor...

clm funtion and CI
Luciane Maria Pilotto · Jul 10, 2015 · r-help

I am using the commands bellow. ########################################## load(file.choose())#dataframe:"id3.rda" attach(id3) dput(head(id3,10)) structure(list(regiao = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L), .Label = c("Norte", "Nordeste", "Sudeste", "Sul", "Centro...

help - hoslem.test
Luciane Maria Pilotto · May 5, 2015 · r-help

Hi Thanks for the help! I used the following commands to run the test hoslem: rl<-id3[,c("q06", "q08", "q10", "q11", "q12", "q13", "q14", "sexo", "edcat", "rendacat", "cpod", "getario", "bwgr_et")]#select only variables of interest dim(rl)#[1...

svyglm
Luciane Maria Pilotto · Dec 4, 2017 · r-help

Hi, I am trying to run analyzes incorporating sample weight, strata and cluster (three-stage sample) with PNS data (national health survey) and is giving error. I describe below the commands used. I could not make the code reproducible properly...

Can't find what you're looking for? Try searching with Google .