Displaying 4 results from an estimated 4 matches for "occues".
Did you mean:
occures
2012 Aug 14
1
Error; contrasts can be applied only to factors with 2 or more levels
Hi,
I have been running the same code without problem for the last few days,
changing data sets etc with no issue.
Today I changed the covariates for the model and am now getting this error
message:
Error in `contrasts<-`(`*tmp*`, value = contr.funs[1 + isOF[nn]]) :
contrasts can be applied only to factors with 2 or more levels
Everything in the code looks the same to me, but I'm a
2003 Dec 04
2
[LLVMdev] another question
hi,
when i change the OBJ_ROOT and recompile the llvm, it's successful.
but run following test, then the error occues:
-----------------------------------------------------
[yue at RH9 obj]$ make -C ./test/Programs
make: Entering directory `/home/yue/llvm/obj/test/Programs'
make[1]: Entering directory `/home/yue/llvm/obj/test/Programs/SingleSource'
make[2]: Entering directory
`/home/yue/llvm/obj/test/Prog...
2006 Jul 06
1
Table name problem
...name: description
I use the following code in my project:
#controller
auto_complete_for :equipment, :description
#view
<%= text_field_with_auto_complete :equipment, :description %>
and I get this error:
undefined method `description'' for #<Array:0x35541a8>
This error only occues when i use this table name.
--
Posted via http://www.ruby-forum.com/.
2013 Jul 18
2
Help building OPUS library using FIXED_POINT option
Hi,
We are rebasing our audio compression subsystem using OPUS rather than SPEEX. The platform is Android but this piece is written in C code: we need to support armv5/armv7/x86 architectures.... and we use the released opus-1.1beta package from here<http://downloads.xiph.org/releases/opus/opus-1.1-beta.tar.gz>.
A lot of our OPUS build system + code to drive the audio compression has been