Displaying 3 results from an estimated 3 matches for "csat".
Did you mean:
cat
2012 Jun 07
1
Relative frequencies in table
...I
can't find how to get relative frequencies. My dataset looks similar to the
example below:
Satisfaction <- c(1,1,2,3,4,5,2,2,2,3,1,1,4,5,4,2,3,2,2,2,3,1,3,2,4)
Store <- c(1,1,2,3,3,2,2,1,2,3,1,2,3,2,1,3,2,1,2,1,2,3,2,1,3)
Week <- c(1,1,1,1,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4,4,4)
csat <- data.frame(Satisfaction, Store, Week)
csat[,1] <- factor(csat[,1], levels=c(1,2,3,4,5), labels=c("Very
satisfied", "Satisfied", "Neutral", "Dissatisfied", "Very dissatisfied"))
csat[,2] <- factor(csat[,2], levels=c(1,2,3), labels=c("...
2007 Apr 25
1
prelim.norm() function not working
...of the package
"norm". Specifically, I need to use this pre-processing function to
later use the EM algorithm and DA procedures in the norm package. I
am getting an error with the following code.
----------------------
> pre <- prelim.norm(usnews)
Error in as.double.default(list(csat = c(972L, 961L, NA, 881L, NA, NA, :
(list) object cannot be coerced to 'double'
---------------------
I have read the previous postings and I am wondering if the problem
with prelim.norm is the size of the usnews dataset or the amount of
missing data.
--------------------
> d...
2008 Oct 23
4
Soap4R
The following two line code creates the issue:
factory =
SOAP::WSDLDriverFactory.new("http://aspire388:8080/ClubConcierge306/axis/LWFlowerService?wsdl")
soap = factory.create_rpc_driver
The error message is:
part: requestParams cannot be resolved
RAILS_ROOT: E:/Pavo/csat
Application Trace | Framework Trace | Full Trace
c:/ruby/lib/ruby/1.8/wsdl/soap/methodDefCreator.rb:144:in
`rpcdefinedtype''
c:/ruby/lib/ruby/1.8/wsdl/soap/methodDefCreator.rb:49:in
`collect_rpcparameter''
c:/ruby/lib/ruby/1.8/wsdl/soap/methodDefCreator.rb:47:in `collect''...