Displaying 20 results from an estimated 10000 matches similar to: "Little's MCAR test"
2005 Nov 14
1
Little's Chi Square test for MCAR?
Hi.
Can anyone point me to any module in R which implements "Little's Chi
Square test" for MCAR.
The problem is that i have around 60 behavioural variables on a 6 point
categorical scale which i need to test for MCAR and MAR. What i can make
out from preliminary analysis is that moderate (0.30 to 0.60)
correlations may be present in several variable pairs leading me to
suspect
2012 Nov 30
1
Little's Chi Square test for MCAR?
Is there any further development in R to identify the missing data Mechanism?
Would you please help ?
======= Please find our Email Disclaimer here-->: http://www.ukzn.ac.za/disclaimer =======
[[alternative HTML version deleted]]
2010 Oct 12
1
Create DataSet with MCAR type
Dear all
I want to create dataset with MCAR type from my dataset.
I have my dataset with 100 records, and I want to create dataset from this
dataset to missing 5 records.
How I can do it.
THX
Jumlong
--
Jumlong Vongprasert
Institute of Research and Development
Ubon Ratchathani Rajabhat University
Ubon Ratchathani
THAILAND
34000
[[alternative HTML version deleted]]
2012 Aug 13
1
R-help question
Hi there,
I have subscribed to R-help but am not sure how to view or post questions? I think this is the right way.
I am planning on doing a multivariate regression investigating the relationship between depression (a continuous variable) and social support variables (mostly continuous, some categorical) among older people. I have a number of demographic and health-related variables that I am
2010 Aug 04
1
Question regarding S4 objects and reading in excel data with RODBC
L.S.
I am trying to get data from an excel sheet using the RODBC library, quite
like the example on page 34 of the 'Data manipulation with R' book written
by Phil Spector. It seems very straightforward, yet I get the same error
everytime I try it, with different excel sheets and trying to tweek the code
a bit. This is what I do:
library(RODBC)
sheet='X:\\example.xls'
2011 Apr 12
1
Datadist error
Dear all,
I have performed a simple logistic regression using the lrm function from
the Design library. Now I want to plot the summary, or make a nomogram. I
keep getting a datadist error: options(datadist= m.full ) not created with
datadist.
I have tried to specify datadist beforhand (although I don't know why it
should be done):
ddist<-datadist(d) ##where d is my dataset
2011 Jan 20
0
selecting predictors for model from dataframe
Dear all,
I think I have a rather strange question, but I'd like to give it a try:
I want to perform a simulation numerous times, thats why I can't do it by
hand. I sample a small dataset from a very large one, and use backward
selection to select significant predictors for some arbitrary outcome
variable Y. These predictors are to be placed in a model, and regression
coefficients
2011 Feb 07
1
multiple imputation manually
Hi,
I want to impute the missing values in my data set multiple times, and then
combine the results (like multiple imputation, but manually) to get a mean
of the parameter(s) from the multiple imputations. Does anyone know how to
do this?
I have the following script:
y1 <- rnorm(20,0,3)
y2 <- rnorm(20,3,3)
y3 <- rnorm(20,3,3)
y4 <- rnorm(20,6,3)
y <- c(y1,y2,y3,y4)
x1 <-
2015 Nov 28
1
Connection between postfix and dovecot failing
Well, post fix tries, but cannot connect. Sounds to me like problem at the receiving side.
In any case, one question would be: is amavis part of dovecot or of postfix?
sytse
--
------------------------------------------
- Sytse Kuijk - ___
- R.S.R. n.v. - o|o
- Gijzelaarsstraat 16 - \_____(.)_____/
- 2000
2015 Nov 28
0
Connection between postfix and dovecot failing
Well, I tried that. I can connect a telnet session on that port and that does not refuse the connection, it sits there waiting, but I do not know the protocol so I cannot check if it does what it is supposed to.
I also checked who is listening on that port, here is the dialog:
sh-3.2# sudo lsof -i -n -P | grep 10024
perl5.18 75844 _amavisd 5u IPv4 0x866f6119e39f833d 0t0 TCP
2005 Nov 21
2
Multinomial Nested Logit package in R?
Dear R-Help,
I'm hoping to find a Multinomial Nested Logit package in R. It would
be great to find something analogous to "PROC MDC" in SAS:
> The MDC (Multinomial Discrete Choice) procedure analyzes models
> where the
> choice set consists of multiple alternatives. This procedure
> supports conditional logit,
> mixed logit, heteroscedastic extreme value,
2004 Jun 21
2
Welch-JM-Test or Brown-Forsythe-Test in R?
Does oneway.test do what you want?
Hope this helps,
Matt Wiener
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Sven Hartenstein
Sent: Monday, June 21, 2004 3:23 PM
To: r-help at stat.math.ethz.ch
Subject: [R] Welch-JM-Test or Brown-Forsythe-Test in R?
Hi,
I want to test mean differences of > 2 groups with
2010 Jul 08
1
mimic SPSS contingency table results
Dear all
Seems that puzzles always come in packs. I was asked to help with some
statistics in blood analysis. (You can not refuse your wife's asks :-).
She has contingency table for values IgVH mutation and ZAP expression. I
can do chi-square test (in R) and get a results, and with some literature
I can try explain them. However she found an article in which they use
SPSS and use
2010 Aug 30
1
New to R
I'm relatively new to R, and not particularly adept yet, but I was wondering
if there was a simply way to simulate missing data that are MAR, MNAR and
MCAR. I've got a good work-around for the MCAR data, but it's sort of hard
to work with.
Josh
[[alternative HTML version deleted]]
2012 Apr 06
2
Multivariate Multilevel Model: is R the right software for this problem
Hello,
I've been trying to answer a problem I have had for some months now and
came across multivariate multilevel modeling. I know MPLUS and SPSS quite
well but these programs could not solve this specific difficulty.
My problem:
9 correlated dependent variables (medical symptoms; categorical, 0-3), 5
measurement points, 10 time-varying covariates (life events; dichotomous,
0-1), N ~ 900.
2009 Feb 18
2
indicator or deviation contrasts in log-linear modelling
I am fairly new to log-linear modelling, so as opposed to trying to fit
modells, I am still trying to figure out how it actually works - hence I am
looking at the interpretation of parameters. Now it seems most people skip
this part and go directly to measuring model fit, so I am finding very few
references to actual parameters, and am of course clear on the fact that
their choice is irelevant for
2007 Feb 10
1
SAS, SPSS Product Comparison Table
Hi All,
My paper "R for SAS and SPSS Users" received a bit more of a reaction
than I expected. I posted the link
(http://oit.utk.edu/scc/RforSAS&SPSSusers.pdf) about 12 days ago on
R-help and the equivalent SAS and SPSS lists. Since then people have
downloaded it 5,503 times and I've gotten lots of questions along the
lines of, "Surely R can't do for free what [fill in
2013 Jun 24
2
Nomogram (rms) for model with shrunk coefficients
Dear R-users,
I have used the nomogram function from the rms package for a logistic
regresison model made with lrm(). Everything works perfectly (r version
2.15.1 on a mac). My question is this: if my final model is not the one
created by lrm, but I internally validated the model and 'shrunk' the
regression coefficients and computed a new intercept, how can I build a
nomogram using that
2008 Nov 02
0
R Textbook for SAS and SPSS Users
Dear Lists,
I got the chance to review Bob Muenchen's book - R for SAS and SPSS users.
While my detailed review is online at www.decisionstats.com, the book is a
welcome addition in R Textbooks for beginners and an especially nice one for
people who have experience in SAS and /or SPSS languages.
AT 50 USD, it's reasonably priced for all geographies (;) , and quite handy
as a refernce book
2007 Jun 21
1
Program problem
The program is "Jack", world champion computer bridge produced by Kuijf
7 Kuijk software.
Website: http://www.jackbridge.com
Email: jack@jackbridge.com
This is a bridge program that will work with Windows 98 & up. It has a
registration code which has to be entered to start the installation.
When trying to install with Wine, the following message appears:
Unload debugger and try