search for: haillie

Displaying 4 results from an estimated 4 matches for "haillie".

2012 Jun 15
0
MCMCfactanal inquiries
...mpossible for me to acquires factor scores for those observations. It would also be great if you could let me know if MCMCfactanal is the program to use for my purposes and recommend me better functions or codes if possible. Thank you very much in advance and I look forward to any help. Sincerely, Haillie I am pasting the codes I have used below. # installing packages install.packages("MCMCpack") install.packages("foreign") install.packages("reshape") install.packages("car") ## calling libraries library(MCMCpack) library(foreign) ### this loads TeachingDem...
2011 Apr 17
1
converting data.frame into a numeric ( integer) form
...because my data.frame only contains numerica values of 1,2,3, and NA. I checked and my NAs were all numeric. Any help or advice you could provide on this issue would be greatly appreciated. Thank you very much. I would like to thank all the R experts navigating this forum in advance. Sincerely, Haillie -- View this message in context: http://r.789695.n4.nabble.com/converting-data-frame-into-a-numeric-integer-form-tp3455811p3455811.html Sent from the R help mailing list archive at Nabble.com.
2011 Apr 18
0
error message while running IRT model
I have been struggling with the same problem for the past few hours and am desperately in need of some help. The code I am running is as follows: ## opening a data set on the desktop setwd("C:/Users/haillie/Desktop") UN2010<- read.csv("UN2010.csv",header=TRUE) ##calling libraries library(reshape) library(car) ## these are the variables I want to recode colname <- names(UN2010) ## this applies the recode functionto all the variable I want to recode UN2010[colname] <- lapp...
2011 Mar 16
2
Saving summary outputs in a table form
Dear R help, Is there a way to extract a variable ( one column) from my summary statistics to save it in a table form? My post-factor analysis summary statistics gave me the output below. Is there anyway to just save the mean of all the phi? The filename of this summary output is postun2010sum. Also is there a way to just save phi(,2) or phi(,3) in a table form on my desktop? Any help would be