Displaying 20 results from an estimated 110 matches similar to: "lme: Variances"
2009 Oct 28
2
x11(title=' ')
Dear all
I was trying to put a title for my plot, but i got this result,
> x11(width=10,height=5,title="seedling");par(mfrow=c(1,2))Error in x11(width = 10, height = 5, title = "seedling") : unused argument(s) (title = "seedling")>
The title is not taking
How can i give a title for the plot (where in need to make 2 plots within a window of x11() )
thanking
2003 Jul 22
1
Asking for help
Sirs,
I am a newbe jumping to advance routing and traffic control. I work for
one of the leading isp in kingdom of Nepal. My goal is to do bandwidth
management for our lease line customer so that they could use their
allocated bandwidth only. Bgp and ospf is implemented as a routing
protocol. All routers are cisco routers. There are about 16 routers some
are with highly danced ports. No Linux box
2003 Nov 21
1
callerid problem...zaptel ppl
hi,
i am having callerid problems with *. i have the
callerid from my telco and it shows up in my normal
phone when i connect it directly to the line but if i
connect the same phone thru * server the callerid is
not shown. i am using X101p and tdm400p. i have
everything defined in my zapata.conf well and fine. i
finally came to conclusion that this might have
happened due to the registration of
2011 Jan 20
4
Asterisk to asterisk t.38
I have a setup of asterisk 1.6 in one box and asteirsk 1.4 in another. I
can send recieve faxes from both boxes fine to and from pstn. But the
faxing between 1.6 and 1.4 extensions does fail. Any ideas please ?
--
Thank You
Amit Nepal
2009 Oct 26
3
Sandard deviation calculation
Dear all
I am trying to learn R
I was trying to calculate standard deviation
here are the commands and outputs in R
> sd(Ht_cm[type=='SD'])[1] 3.283605> sd(Ht_cm[from_treeline=='above'])[1] 16.83289> sd(Ht_cm[type=='SD'][from_treeline=='above'])[1] NA>
the problem is that, i could not understand why the third command could not give any result.
2009 Oct 26
1
defining number of samples
dear all
i am trying to perform t-test (t.test) in R
here i am putting the commands and answer i got
> t.test(Ht_cm[from_treeline=='above'][type=='SD'],Ht_cm[from_treeline=='below'][type=='SD'])
Welch Two Sample t-test
data: Ht_cm[from_treeline == "above"][type == "SD"] and Ht_cm[from_treeline == "below"][type ==
2013 Apr 20
2
creating dummy variables
Hello R-users,
The below is a snippet of my data:
fid crop year value
5_1_1 SWHE 1995 171
5_1_1 SWHE 1997 696
5_1_1 BARL 1996 114
5_1_1 BARL 1997 344
5_2_2 SWHE 1995 120
5_2_2 SWHE 1996 511
5_2_2 BARL 1996 239
5_2_2 BARL 1997 349
Here, I want to create dummy variables with the names of the content of a column 'crop' in a way
2007 Jan 17
3
Help on variable ranking
Hello all,
I want to assign relative score to the predictor variables on the basis of
its influence on the dependent variable. But I could not find any standard
statistical approach appropriate for this purpose.
Please suggest the possible approaches.
Thanks in advance,
Rupendra Chulyadyo
Institute of Engineering,
Tribhuvan University,
Nepal
[[alternative HTML version deleted]]
2010 Oct 28
2
Please help me about Monte Carlo Permutation
> Dear R experts,
>I am sorry for my inability.
>I have the following dataset:
> Qtot Itot
>1 73 684
>2 64 451
>3 71 378
>4 65 284
>5 47 179
>6 31 117
>7 19 69
>
>Now I need to perform Monte Carlo Pertutation test underlaying the
following condition.
>
>
>Condition
>
>In order to choose randomly (5000 times) for the Qtot
2004 Dec 29
3
shaping on tcp ports
hi all:
the following scipt is wokring perfectly with limiting ...on limimitng per
ip basis..
----
eth0=public static ip
eth2= private ip ( 192.168.2.1)
--
iptables -t mangle -A POSTROUTING -s ! 192.168.0.0/32 -d 192.168.2.101/32
-j MARK --set-mark 21012
tc class add dev eth2 parent 1:1 classid 1:2101 htb rate 32kbit ceil 64kbit
tc filter add dev eth2 parent 1:0 protocol ip prio 2 handle
2013 Aug 30
0
Sensitivy / Specificity and nulls
Maybe you want to check out the prevalence package
(http://cran.r-project.org/web/packages/prevalence/index.html), and its
development version on GitHub (https://github.com/brechtdv/prevalence/).
When you have two tests, and neither can be considered to be a 'gold
standard' (ie, SE & SP = 100%), Bayesian latent class approaches can
help you to estimate true prevalence, sensitivity
2011 Nov 29
0
Trying to read Nepali script on centos
I've got Chinese working, but having trouble with Nepali. Here's what
I have installed:
rpm -qa|grep -i nepal
scim-tables-nepali-0.5.6-7
m17n-db-nepali-1.3.3-48.el5
What else is needed?
Thanks
Dave
2009 Sep 11
0
How to compare the result of GLM and GAM
Dear R users
I have basic knowledge of R and unaware of many more.
I am confused about how can I compare the result of two different models?
Have count data of plant species and want to correlate with altitude, rri,
pH, moisture, temperature etc. I have made some models using GLM of
different orders and I found 2nd order GLM significant than others. Now, I
wanted to check whether GAM is more
2001 Nov 29
3
Help me Please
Kind Attention: Andrew Tridgell
Jeremy Allison
Luke Kenneth Casson Leighton
John H Terpstra
Dear Sir,
Good wishes. I am in big trouble. Please, help me. I
am trying to setup and configure our college network.
It comprises of the following:
1. RedHat Linux Server, Assembled PC, 20GB IDE, P-III,
400 MHz, 256 MB MM
eth0: IP Address: 192.168.0.1,
2009 Mar 18
1
lm function (PR#13608)
Full_Name: Michael Aaron Karsh
Version: 2.8.0
OS: Windows XP
Submission from: (NULL) (75.61.109.172)
I tried using the lm function to regress the third column listed below on the
second column listed below. It gave me an error message. My code is below.
> HDISWLSdata=read.table("RHDISWLS.txt")
> HDISWLSdata
V1 V2 V3
1 DENMARK
2005 Mar 23
10
Broadvoice alternatives
Dear all,
I have tried a lot of things to make broadvoice work with asterisk , but I
failed each time.
Please suggest a good service providers that I can use with asterisk for
outbound and inbound calls.
--
With regards,
Vicky Shrestha
System Director
WorldLink Communications
Jawalakhel , Kathmandu, Nepal
2006 May 28
0
TCNG HTB Branching the class not working. (bug or what)
Hi,
I am new to traffic control in linux. However, i have able to grab many
new knowledge in recent days. I find tcng somewhat easy to use (although
lack proper doc. of its usage).
I want to control traffic of several IP Addresses connected to my LANSIDE.
What I want is , i want to separate certain bandwidth to all my clients.
dev "etho" {
htb() {
class ( rate 400kbps, ceil
2006 Jul 18
2
how can I delete rows?
Hello, I am very new in R so I am so sorry for this question.
I have the Barro-Lee data set which contains 98 countries and I want to run the regressions only for the Latin America countries, so what do you recomend? How can I delete all the other countries or how can I select the countries of Lat. Am. thank you
this is the list of countries
SHCODE COUNTRY NAME WBCTRY
2013 Apr 19
5
how to subtotal by rows
Dear R-users,
I have a dataset as like below, and I want to subtotal the values of rice,wheat and maize by year for each fid.
fid year rice wheat maize
------------------------------------------------
1 1995 5 NA NA
1 1995 NA 3 NA
1 1995 NA NA 2
1 1996 4 NA NA
1
2005 Mar 10
5
asterisk and Broadvoice Outgoing Again :(
Hi,
I can't make outgoing calls via Broadvoice. I have tried each and every
configuration that was posted to list previously.
I am able to receive incoming calls fine.
I get the following in asterisk console:
=====================================================
asterisk*CLI> show version
Asterisk CVS-HEAD-03/10/05-22:51:28 built by vicky@asterisk on a i686 running
Linux