Displaying 20 results from an estimated 700 matches similar to: "source code of MARS"
2011 Aug 22
1
Problem with xtable
Dear all,
I am having trouble creating LaTex tables using the xtable command. I am
using the bayesm package to analyse data. However, I am unable to generate
LaTex tables converting the output from summary(out$deltadraws.) I have made
several attempts using xtable but have been unsuccessful and receive the
below error message. Does anyone have any ideas on how I can solve this
problem or an
2011 Jul 07
1
deming regresion to make 2 variables comparable
Hi,
I have a dataset which has var1 from 1 sourse and var2 from 2 different
methods. I need a new variable such that var2 values from both methods can
beused as 1 variable.
I believe deming regression can be used to do this. I just don't know how to
do it.
My data looks like:
idvar1var2method1var2method2
11.22.1NA
21.62.4NA
31.52.2NA
41.3NA2.8
51.6NA3.1
61.4NA2.7
Please help.
Sincerely,
2007 May 13
1
Strange behavior of debugger
Hi, All:
I had some trouble debugging C source dynamically loaded into R , when I issued N in gdb(or insight) , the debugger, instead of moving downward step by step, jumped to strange positions (upward, downward, one step, a few steps away).
To enter the debugger, I issued gdb(insight) Rgui.exe in Cygwin and add this line : asm("int $3"); to my C code. After
entering R, I
2017 Dec 06
1
I can't start video streaming
Dear Guys;
I am very beginner of Icecast, but I already setup several icecast servers
with MP3 audio music broadcasting with icecast2 (2.4) and BUTT or ices as
source clients. Those are works well for almost one year already.
I tried to make video casting with icecast2 (2.4) and VLC media player as a
source client, but icecast never recognize VLC as a source.
icecast.xml had set just same as I
2010 Jul 16
4
Usb thumbdrive hardware Id
Hi
Is there a way to attach Usb thumbdrive serial number to mounted drive? I see that there is something in the Winecfg. but it does not seem to either save the serial when I put it. Maybe it is unfuncional. The reason I am looking for a solution for this is that I have Windows app that checks the usb drives real serial number.
thanks
2017 Nov 01
1
Creating Tag
i want to tag categories to its menuname.
i have a csv containing menu item name and in other csv i have a column
containing some strings,
i want to pick that strings from categories and look into menu items if
any menu item containing that string i want to create a new column next to
menu item name flagged as 1 otherwise 0
and the only condition is once a menu item flagged as 1 i don't need
2008 Jun 09
7
[LLVMdev] regression? Or did I do something wrong again?
I don't know if the toy program in chapter 4 of the tutorial
implementing Kaleidoscope in llvm with C++ is part of your
regression suite, but with the version of llvm I installed
last weekend, it does not compile:
hendrik at lovesong:~/dv/llvm/tut$ g++ -g toy.cpp `llvm-config --cppflags --ldflags --libs core jit native` -O3 -o toy
toy.cpp: In member function ‘virtual llvm::Value*
2006 May 26
1
VoIP provider for Turkey from India with Asterisk
Hi Friends,
At present, I am using VoIPJET.COM provider for make calls to USA. I have two doubts.
1) I am unable to make call to UK Mobile phone. Why?
2) I want to make calls to "Turkey" country from "India". With VoIPJET, I am unable to make call to "Turkey" and unable to find VoIP provider for Turkey. Please tell me VoIP Provider for Turkey from India.
2011 Mar 22
2
Changing daylight saving time for Turkey.
Hi,
Normally daylight date change last sunday march for Turkey but this year
daylight saving time will change for Turkey at 28 March 2011 at 03.00 AM so
how can i change daylight save time setting for this year on CentOS servers
?
I wrote rule file like below and compile it with zic but when I compile rule
file,it has changed date immediately but it should be change at 28 March
2011 03.00 AM.
2005 Aug 09
3
file
hi
im saleh
please help me
I WANT SOURSE CODE SIMILAR THIS CODE
package asl;
import java.awt.*;
import java.awt.event.*
;
import java.applet.*;
public class animat1 extends Applet implements Runnable{
int c = 290, d = 300;
int x = 20, k = 20, o = 0, m = 10, n = 0, y = 0;
Thread t = new Thread(this);
Image img1, img2, img3;
// AudioClip a1;
public void init() {
2009 Apr 21
6
Sampling in R
[This email is either empty or too large to be displayed at this time]
2011 Mar 22
4
I cannot install dotnet20
Hi
I just compiled the latest version from git repo and trying to install dotnet20 and this is what I get
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you
2009 May 03
13
Ruby or Rails bug?
In irb all works fine:
# irb
irb(main):001:0> require ''rubygems''
=> true
irb(main):002:0> require ''raspell''
=> true
irb(main):003:0> speller = Aspell.new("ru_RU")
=> #<Aspell:0x7f8692c9d158>
irb(main):004:0> speller.suggestion_mode = Aspell::NORMAL
=> "normal"
irb(main):005:0>
2013 Mar 11
12
Error: stack level too deep
I''m running a previously working set of modules with the Puppet master
version 3.1.0-rc2.
I''m getting the Error: stack level too deep
Here is a chunk of the debug
Debug: Scope(Class[Zabbix]): Retrieving template zabbix/zabbix.conf.php.erb
Debug:
template[/etc/puppet/environments/production/modules/zabbix/templates/zabbix.conf.php.erb]:
Bound template variables for
2008 Jan 20
2
Newbie question on subsets
Hi...
I'm working through the book, A Handbook of Statistical Analyses
using R by Everitt, and I'm trying to do the following (p. 19 of his
book):
boxplot(log(marketvalue)~country,
data = subset(Forbes2000,
country %in% c("United
Kingdom","Germany","India","Turkey")),
ylab="log(marketvalue",
2013 Feb 28
2
data grouping and fitting mixed model with lme function
Dear all,
I have data from the following experimental design and trying to fit a mixed model with lme function according to following steps but struggling. Any help is deeply appreciated.
1) Experimental design: I have 40 plants each of which has 4 clones. Each clone planted to one of 4 blocks. Phenotypes were collected from each clone for 3 consecutive years. I have genotypes of plants. I
2011 Apr 25
1
dovecot lda aliases doesn't work
Hi,
I am trying to use dovecot as lda.
I have put this line in my .qmail-default file:
#|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/dovecot-lda -d
$EXT@$USER
It is working correct with real addresses but couldn't find forwarding
addresses.
This is my /usr/local/etc/dovecot-sql.conf:
driver = mysql
connect = host=localhost user=vpopmailuser password=vpopmailpassword
2017 Dec 06
0
Icecast Digest, Vol 162, Issue 2
Messrs
I am sorry I am not familiar with the protocol how to reply to your
message. because this was the first message I sent your mailing list.
Please forgive me even if I am impolite in your way.
Dear Marvin Scholz;
Thank you for your very quick reply. I really appreciate your support.
You said "Using VLC as source client for Icecast is very tricky due to
several
usability", and I
2003 Jul 21
3
R commands from a text file ?
Hello
I was wondering if it was possible to enter R commands from an external
text file. If it is possible, it will be easy for repetetive tasks.
Does anyone have an idea ?
thanks in advance
Ahmet Temiz
TURKEY
______________________________________
______________________________________
The views and opinions expressed in this e-mail message are ...{{dropped}}
2024 Jan 13
1
Strange results : bootrstrp CIs
Dear Duncan,
Dear Ivan,
I really thank you a lot for your response.
So, if I correctly understand your answers the problem is coming from this line:
coef(lm(Score~ Time + factor(Country)),data=data[idx,])
This line should be:
coef(lm(Score~ Time + factor(Country),data=data[idx,]))
If yes, now I get an error message (code here below)! So, it still does not work.
Error in t.star[r, ] <-