Displaying 5 results from an estimated 5 matches for "approah".
Did you mean:
approach
2005 Aug 12
2
coercing created variables into a new data frame using na.omit()
Hi,
I am an R newbie and one thing I am having trouble with binding variables that
I have created within one data frame into a new data frame when using
na.omit(). To illustrate this problem I will give the example I am working on
and the approah I have been using:-
data.frame1<-filepath....
attach(data.frame1)
#create a new variable using a function
new.variable<-rep(1,length(weight3))
for (x in 1:length(new.variable))
{f<-((((age1[x]-7)*(weight[x]-mw))+((age2[x]-7)*(weight2[x]-mw))+((age3[x]-7)*
(weight3[x]-mw)))/(((age1[x]-7)^2...
2007 Nov 29
0
[LLVMdev] LLVM and OpenMP
Devang Patel wrote:
> Right now, one big missing piece in this puzzle is - dependence
> analysis.
Right. I was only trying to say that it shouldn't be very difficult to
find these for/do loops which are interesting from the parallelization
perspective (in general, not all for/do loops can be reconstructed).
As for the dependence analysis, I need this piece for my project, and I
am
2007 Nov 29
3
[LLVMdev] LLVM and OpenMP
On Nov 29, 2007, at 11:11 AM, Wojciech Matyjewicz wrote:
> As you have noticed, loops aren't represented directly in the LLVM IR.
> However, there are analysis passes which may be helpful to
> "reconstruct"
> them. For example: LoopInfo pass detects natural loops (as sets of
> basic
> blocks) and ScalarEvolution pass finds loop induction variables (and
>
2002 Apr 02
10
A request
Can we expect to see an R package on Statistical Quality Control in the
future like SPLUS? I can't understand why nobody made this package before.
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
______________________
EC- 195
Salt Lake City, Sector -1
Calcutta 700064
West Bengal
2002 Apr 02
10
A request
Can we expect to see an R package on Statistical Quality Control in the
future like SPLUS? I can't understand why nobody made this package before.
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
______________________
EC- 195
Salt Lake City, Sector -1
Calcutta 700064
West Bengal