Displaying 10 results from an estimated 10 matches for "chirantan".
Did you mean:
chintan
2009 May 06
4
tapply changing order of factor levels?
...der of levels is maintained as it
is.
> mysummary<-tapply(myfactor,mydata,length)
> mysummary
IN0019800021 IN0020020064 IN0020020155
4 3 2
# Now the order has changed.
Is this the expected behavior? Any idea on how to avoid the change in order?
Regards,
Chirantan
____________________________________
Visit us at http://www.2pirad.com
[[alternative HTML version deleted]]
2009 May 05
2
Can't build termstrc package from source
...e
source into a .tar.gz file.
This is the first time I'm trying to build an R package from source. I
installed the R toolset for Windows and set RTools as well as Perl & MinGW
directories in the path.
Anybody tried this out? Any file missing in the source?
Any help is appreciated.
Thanks,
Chirantan
____________________________________
Visit us at http://www.2pirad.com
[[alternative HTML version deleted]]
2006 Jun 07
2
o2cb_ctl: internal logic failure while creating node
....6.9-22.ELsmp-1.0.7-1.i686.rpm
ocfs2console-1.0.3-1.i386.rpm
ocfs2-tools-1.0.3-1.i386.rpm
after that I gave command
ocfs2console
Select Cluster ? Configure Nodes
Click on Add and enter the Name and IP Address of each node in the cluster
and when I apply I get following error
Thanks & Regards
Chirantan Pandya
Oracle DBA
Tech Mahindra Pune
Email :cpandya at techmahindra.com
Tel : +91 - 20- 66018100 Ext - 1471
Mob :9890025341
============================================================================================================================
Tech Mahindra, formerly Mahindra-British T...
2006 Jul 11
8
Stop updated_at from auto updating?
Hi
Is there any way to temporarily stop the updated_at field from being
updated when a record is modified with ActiveRecord?
I have a date field which is keeping track of when the record data was
last checked by my application and my app manually updates it, of course
when I do this the updated_at field is also touched making it fairly
useless for finding out when the actual data was changed
2009 Mar 20
1
How to use termstrc functions?
...when I try to invoke those with the
data supplied with the package (say, corpbonds), it throws error
saying "Error in as.vector(x, mode) : invalid 'mode' argument". Can
anybody provide some working example for these?
I'm on Windows XP and using R-2.7.2 + termstrc 1.1.
Thanks,
Chirantan
____________________________________
Visit us at http://www.2pirad.com
2009 Apr 15
0
How to use cubic spline coefficients from termstrc package?
...pha7 in the equation of yield? For example, if I'm trying to
find the yield at, say, 12.25 years, which falls between 3rd & 4th knot
points what should the formula (expectedly a cubic polynomial with
coefficients from the alpha set) for the computation be?
Any help is appreciated.
Thanks,
Chirantan
____________________________________
Visit us at http://www.2pirad.com
[[alternative HTML version deleted]]
2019 Oct 15
7
[PATCH 0/5] virtiofs: Fix couple of deadlocks
Hi,
We have couple of places which can result in deadlock. This patch series
fixes these.
We can be called with fc->bg_lock (for background requests) while
submitting a request. This leads to two constraints.
- We can't end requests in submitter's context and call fuse_end_request()
as it tries to take fc->bg_lock as well. So queue these requests on a
list and use a worker to
2009 May 05
1
self organizing map advice for categorical data
...(randomForest) (H?ring)
85. Re: About the Transfer Function Model(ARIMAX) (Ramanath Roy)
86. Time series ARIMAX and multivariate models (Ramanath Roy)
87. smoothing spline in package gam (? ??)
88. Re: Support Vector Machines (excalibur)
89. Can't build termstrc package from source (Chirantan Kundu)
90. Re: Reversing axis label order (Jim Lemon)
91. noisy quantisation (William Simpson)
92. limits (Hassan Mohamed)
93. stepAICc function (based on MASS:::stepAIC.default)
(Christoph Scherber)
94. JGR (r at quantide.com)
95. problem with rgl package (Erin Hodgess)
------...
2009 Apr 09
0
Invoking bond_prices function of termstrc package
Hi,
I'm trying to invoke the function bond_prices from termstrc package.
Here is the code snippet:
library(termstrc)
data(eurobonds)
b <- matrix(rep(c(0,0,0, 1),1),nrow=1,byrow=TRUE)
group<-c("GERMANY")
colnames(b) <- c("beta0","beta1","beta2","tau1")
germaturities<-create_maturities_matrix(eurobonds$GERMANY)
2008 Jul 01
0
acts_as_audited on ActiveResource
I came across this awesome plugin used for auditing models. This is an
ActiveRecord extension. However I was wondering if I could tweak it a
little to make it work for ActiveResource.
In case you haven''t heard about acts_as_audited plugin, here is the
link to check it out.
http://opensoul.org/2006/07/21/acts_as_audited
Is there anyone who has experience in similar context? Please help!