Displaying 20 results from an estimated 20 matches for "hindu".
Did you mean:
hindi
2017 Sep 15
7
require help
....frame': 30 obs. of 4 variables:
$ year: int 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 ...
$ cnsm: num 174 175 175 172 173 ...
$ incm: num 53.4 53.7 53.5 53.2 53.3 ...
$ wlth: num 60.3 60.5 60.2 60.1 60.7 ...
--
Yadawananda Neog
Research Scholar
Department of Economics
Banaras Hindu University
Mob. 9838545073
[[alternative HTML version deleted]]
2017 Dec 27
2
require help
...ave faced problems (especially in 'terms' arguments). my results have
shown as...
Error in L %*% V : non-conformable arguments
-- kindly help me in solving this issue. I have also attached my codes
and data to this email.
Yadawananda Neog
Research Scholar
Department of Economics
Banaras Hindu University
Mob. 9838545073
2 Attachments
--
Yadawananda Neog
Research Scholar
Department of Economics
Banaras Hindu University
Mob. 9838545073
2007 Dec 02
1
speeding up likelihood computation
...data.frame$v201
alive <- data.frame$alive
age <- data.frame$age
edu <- data.frame$edu
rural <- data.frame$rur
rich <- data.frame$rich
middle <- data.frame$middle
poor <- data.frame$poor
work <- data.frame$work
jointfam <- data.frame$jfam
contracep <- data.frame$contra
hindu <- data.frame$hindu
muslim <- data.frame$muslim
scaste <- data.frame$scaste
stribe <- data.frame$stribe
obc <- data.frame$obc
ucaste <- data.frame$ucaste
N <- data.frame$dfsize
indN <- data.frame$dfsize1 # INDICATOR FUNCTION THAT dfsize==alive
nb <- data.frame$nboy
ng &l...
2017 Sep 22
2
require help
...;>> library(xts)
>>> z.xts <- as.xts(zts)
>>> z.xts
>>> </code>
>>>
>>> Berend Hasselman
>>>
>>> > Yadawananda Neog
>>> > Research Scholar
>>> > Department of Economics
>>> > Banaras Hindu University
>>> > Mob. 9838545073
>>> >
>>> > [[alternative HTML version deleted]]
>>> >
>>> > ______________________________________________
>>> > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>&...
2017 Sep 15
0
require help
...; $ year: int 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 ...
> $ cnsm: num 174 175 175 172 173 ...
> $ incm: num 53.4 53.7 53.5 53.2 53.3 ...
> $ wlth: num 60.3 60.5 60.2 60.1 60.7 ...
> --
> Yadawananda Neog
> Research Scholar
> Department of Economics
> Banaras Hindu University
> Mob. 9838545073
>
2017 Sep 22
0
require help
...;- as.xts(zts)
> >>> z.xts
> >>> </code>
> >>>
> >>> Berend Hasselman
> >>>
> >>> > Yadawananda Neog
> >>> > Research Scholar
> >>> > Department of Economics
> >>> > Banaras Hindu University
> >>> > Mob. 9838545073
> >>> >
> >>> > [[alternative HTML version deleted]]
> >>> >
> >>> > ______________________________________________
> >>> > R-help at r-project.org mailing list -- To U...
2017 Sep 16
2
require help
...n xts timeseries
>
> library(zoo)
> z.zoo <- as.zoo(zts)
> z.zoo
>
> library(xts)
> z.xts <- as.xts(zts)
> z.xts
> </code>
>
> Berend Hasselman
>
> > Yadawananda Neog
> > Research Scholar
> > Department of Economics
> > Banaras Hindu University
> > Mob. 9838545073
> >
> > [[alternative HTML version deleted]]
> >
> > ______________________________________________
> > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> > https://stat.ethz.ch/mailman/listinfo/r-hel...
2017 Nov 21
2
help
...0
Warning messages:
1: In log(sigma.det) : NaNs produced
2: In log(sigma.det) : NaNs produced
3: In log(sigma.det) : NaNs produced
so do in my ca.jo test... I have found similar NaNs results. please help me
in solving the problem.
Yadawananda Neog
Research Scholar
Department of Economics
Banaras Hindu University
Mob. 9838545073
[[alternative HTML version deleted]]
2017 Nov 21
2
help
...NaNs produced
> >3: In log(sigma.det) : NaNs produced
> >
> >so do in my ca.jo test... I have found similar NaNs results. please
> >help me
> >in solving the problem.
> >Yadawananda Neog
> >Research Scholar
> >Department of Economics
> >Banaras Hindu University
> >Mob. 9838545073
> >
> > [[alternative HTML version deleted]]
> >
> >______________________________________________
> >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> >https://stat.ethz.ch/mailman/listinfo/r-help
&g...
2017 Sep 16
0
require help
...lt;- as.zoo(zts)
>> z.zoo
>>
>> library(xts)
>> z.xts <- as.xts(zts)
>> z.xts
>> </code>
>>
>> Berend Hasselman
>>
>> > Yadawananda Neog
>> > Research Scholar
>> > Department of Economics
>> > Banaras Hindu University
>> > Mob. 9838545073
>> >
>> > [[alternative HTML version deleted]]
>> >
>> > ______________________________________________
>> > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> > https://stat.et...
2017 Nov 21
0
help
...t) : NaNs produced
>2: In log(sigma.det) : NaNs produced
>3: In log(sigma.det) : NaNs produced
>
>so do in my ca.jo test... I have found similar NaNs results. please
>help me
>in solving the problem.
>Yadawananda Neog
>Research Scholar
>Department of Economics
>Banaras Hindu University
>Mob. 9838545073
>
> [[alternative HTML version deleted]]
>
>______________________________________________
>R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide
>ht...
2009 Apr 28
1
kernlab - custom kernel
...vm(Species ~ ., data = iris,kernel = s, C = 10, cross = 5)
# above code gives the following error:
Error in votematrix[i, ret < 0] <- votematrix[i, ret < 0] + 1 :
NAs are not allowed in subscripted assignments
Thank you very much for your time and attention.
Sincerely,
Vivek
Banaras Hindu University,
India.
[[alternative HTML version deleted]]
2017 Sep 16
0
require help
...start=zdf[1,"year"])
zts
# turn data into a zoo timeseries and an xts timeseries
library(zoo)
z.zoo <- as.zoo(zts)
z.zoo
library(xts)
z.xts <- as.xts(zts)
z.xts
</code>
Berend Hasselman
> Yadawananda Neog
> Research Scholar
> Department of Economics
> Banaras Hindu University
> Mob. 9838545073
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guid...
2004 Sep 03
1
one doubt
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040903/aeac906a/attachment.htm
-------------- next part --------------
Hi all,
Im using asterisk. I have one doubt.
Im running asterisk in one machine(RedHat9.0)
running firefly softphone in 3 windows machine
I hv 3 users in sip.conf like 1001, 2001 & 3001
appropriate
2003 Jul 03
0
Artilces invited for Tarang - Indian cultural magazine
...police instead.
Contrary to popular belief and many present day
social practices, women have been given a lot more
rights, property and respect by the society which
have been abused by individual greed and ignorance.
A closer look at the very sourcebooks of Hindu
social constitution provides an interesting read
and insight into present day marriage customs!
Discussion on women's rights, roles, types of
marriages as per Classical Indian Scriptures.
* Rath Yatra of Lord Jagganath
* Spirituality - The three m...
2017 Dec 09
0
help
...ear members, I want to run Toda Yamamoto causal test in my data. I have
gone through the some of the examples. but unable to understand wald.test.
especially the 'term' argument. kindly help me in understand wald.test ??
--
Yadawananda Neog
Research Scholar
Department of Economics
Banaras Hindu University
Mob. 9838545073
[[alternative HTML version deleted]]
2017 Sep 15
0
require help
...xample:
tsdata <- data.frame(year=c(2000,2002,2003), x=c(1,2,3),y=c(10,11,12))
xy.ts <- as.ts(tsdata)
library(zoo)
as.zoo(xy.ts)
Berend Hasselman
> $ wlth: num 60.3 60.5 60.2 60.1 60.7 ...
> --
> Yadawananda Neog
> Research Scholar
> Department of Economics
> Banaras Hindu University
> Mob. 9838545073
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guid...
2010 Jan 12
0
Revolutions blog: December roundup
...ggplot2 recorded
at the December New York R User Group meeting.
http://bit.ly/893sAP showed an example of animating text using R.
Merry Christmas!
http://bit.ly/6ukQO7 reviewed Jeroen Ooms' web-based charting
application based on ggplot2.
http://bit.ly/5XJ9JB linked to a story about R in The Hindu (a major
newspaper in India).
http://bit.ly/5XJ9JB noted the upcoming R/Finance 2010 conference, to
be held in Chicago in April.
http://bit.ly/6vwrae noted the Computational Topics in Finance
conference to be held in Singapore in February.
http://bit.ly/78aA1P listed the 10 must-have R packages...
2008 Mar 20
1
For or Against
...to the will of Allah."
While Muslims regard Jesus as a great prophet, there is no
exact verse saying "love your neighbor as yourself" within
the Quran. Still, one of the five pillars of Islam is charitable
giving as a way to help the poor and to reduce economic
inequality.
From the Hindu perspective, there is a belief in reincarnation.
People were born into the untouchable caste, according to
this view, because of their actions in previous incarnations.
That does not mean people of higher castes are supposed
to mistreat untouchables. The chief concern of all people
is right behavi...
2007 Apr 12
7
[LLVMdev] Compiler name: Nāga
Hi, the idea of a dragon theme reminded me of the dragon-like serpents
called "Nāga" from Cambodian mythology, among other places.
Here's a brief link explaining the specific Cambodian meaning -
http://en.wikipedia.org/wiki/Naga_(mythology)#N.C4.81gas_in_Cambodia
I like this as a name, because it's unique short and easy to type and
remember (as long as you omit the accent,