search for: lrf

Displaying 17 results from an estimated 17 matches for "lrf".

Did you mean: lf
2006 Apr 17
2
Understanding NT_STATUS_OBJECT_PATH_NOT_FOUND
...ans. [root@monkey admin]# smbclient \\\\dapper\\dfs mypassword -U Myuser -E -W CISNET -D home\\staff\\fran -d0 -Tqca /tmp/test.tar Domain=[CISNET] OS=[Windows Server 2003 3790 Service Pack 1] Server=[Windows Server 2003 5.2] NT_STATUS_OBJECT_PATH_NOT_FOUND opening remote file \home\staff\fran\2005 LRF\2004 LRF Summary FINAL.doc (\home\staff\fran\2005 LRF\) NT_STATUS_OBJECT_PATH_NOT_FOUND opening remote file \home\staff\fran\2005 LRF\2004 LRF Summary Revised.doc (\home\staff\fran\2005 LRF\) NT_STATUS_OBJECT_PATH_NOT_FOUND opening remote file \home\staff\fran\2005 LRF\2005 LRF FINAL.doc (\home\sta...
2010 May 12
3
what the problem could be if i am suddenly unable to add abline to the scatter plot?
I am doing very regular stuff like the following: attach(wtana) fm<- lm(Body.Wt.on.SD1~Heart.Wt, data=wtana) #fm<- lm(wtana$Body.Wt.on.SD1~wtana$Heart.Wt) lrf<- loess(Body.Wt.on.SD1~Heart.Wt, wtana) #lrf<- loess(wtana$Body.Wt.on.SD1~wtana$Heart.Wt) plot(Body.Wt.on.SD1,Heart.Wt) #plot(wtana$Body.Wt.on.SD1,wtana$Heart.Wt) #lines(spline(Heart.Wt,fitted(lrf)), col=2) abline(fm, col=4) however, the abline just refuse to to show up in the scatter cloud...
2004 Dec 31
4
R-intro
Hello! I was reading R-intro and I have some suggestions: R-intro.html#A-sample-session rm(fm, fm1, lrf, x, dummy) suggestion rm(fm, fm1, lrf, x, y, w, dummy) The next section will look at data from the classical experiment of Michaelson and Morley to measure the speed of light. file.show("morley.tab") mm <- read.table("morley.tab") suggestion mm <- data(morley) rm(fm, fm...
2005 Nov 11
1
following Appendix A results in "plot.new has not been called yet"
...d when following the appendix after the first removal of variables (e.g. "rm(x,y)" ): x <- 1:20 w <- 1 + sqrt(x)/2 dummy <- data.frame(x=x, y=x + rnorm(x)*w) dummy fm <- lm(y ~ x, data=dummy) summary(fm) fm1 <- lm(y ~ x, data=dummy, weight=1/w^2) summary(fm1) attach(dummy) lrf <- lowess(x,y) plot(x,y) lines(x, lrf$y) Results in: Error in plot.xy(xy.coords(x, y), type = type, col = col, lty = lty, ...) : plot.new has not been called yet If I continue along with the list of commands, I yield similiar errors. I am unsure if this is related to using CentOS, my...
2006 Jun 14
3
Decimal series how to make.........
...ng values like this, s<- 0,0.1,0.2,0.3,0.4........,1 i tryed this statement s<-0:0.1:1 but this giving an error megssage. but by default increment 1 it is taking ,,,,,so what to do ,, i want to use this varible in for loop.. like for(j in s) thanks in advance ANIL KUMAR( METEOROLOGIST) LRF SECTION NATIONAL CLIMATE CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL DEPARTMENT SHIVIJI NAGAR PUNE-411005 INDIA MOBILE +919422023277 anilkumar@imdpune.gov.in [[alternative HTML version deleted]]
2005 Nov 09
2
problem with Running Locfit
...<-predict.locfit(fitt,newdata=sapply(tst,"[",1:1)) res_tt<-hltt cat(file="prd_model.dat",result, sep="\n") cat(file="prd_independent.dat",res_tt,sep="\n") Any help is much apreciated... thanks in advance ANIL KUMAR( METEOROLOGIST GR -II) LRF SECTION NATIONAL CLIMATE CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL DEPARTMENT SHIVIJI NAGAR PUNE-411005 INDIA MOBILE +919422023277 anilkumar@imdpune.gov.in [[alternative HTML version deleted]]
2007 Jan 22
2
Combination of variables
...want to put in some model , i want to put every combination in some model ,please help me how to find suitable combinations of these variables ........ i was not able to do this . Any package is there in R which can help me in this regards any help . thanks in Advance ANIL KUMAR( METEOROLOGIST) LRF SECTION NATIONAL CLIMATE CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL DEPARTMENT SHIVIJI NAGAR PUNE-411005 INDIA MOBILE +919422023277 anilkumar@imdpune.gov.in [[alternative HTML version deleted]]
2006 Feb 08
1
Baysian model averaging method
HI, List I want to know weather any body has used BMA Package for model averaging for prediction of future values.....What are the paprmeters we have to suplly to the model. Any script for the same. thanks in advance ANIL KUMAR( METEOROLOGIST) LRF SECTION NATIONAL CLIMATE CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL DEPARTMENT SHIVIJI NAGAR PUNE-411005 INDIA MOBILE +919422023277 anilkumar@imdpune.gov.in [[alternative HTML version deleted]]
2006 Jun 16
1
Assignemt problem ,,,,,,,,,,,,,,,
...in matrix res. like res[,1]<-ind but this code is giving error , Actualy i have a for loop and value of ind variable is changing every time ,,total 6 times,,i want to assign every vlaue of ind (5 times) to each coloumn of res,,please help me in this regards anil ANIL KUMAR( METEOROLOGIST) LRF SECTION NATIONAL CLIMATE CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL DEPARTMENT SHIVIJI NAGAR PUNE-411005 INDIA MOBILE +919422023277 anilkumar@imdpune.gov.in [[alternative HTML version deleted]]
2007 Feb 01
1
Wavlet filter using morlet mother wavelet
&nbsp; Hi, List ,I am searching any package on R which can do wavelet filtering for mother wavelet morlet ,is anybody having any script for the same ? I am new to the RwAVELET ANALSSIS.. THANKS IN ADVANCE ANIL KUMAR ANIL KUMAR(&nbsp;METEOROLOGIST) LRF SECTION&nbsp; NATIONAL CLIMATE&nbsp;CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL&nbsp;DEPARTMENT SHIVIJI NAGAR PUNE-411005 INDIA MOBILE +919422023277 anilkumar@imdpune.gov.in [[alternative HTML version deleted]]
2006 Jan 30
1
Filtering the time series
...r oscilation say 10 to 20days oscilation. i want to find out what amount of variance is explained by this mode. Which package is available in R for this purpose. and how to calculate nquest frequancy of this series. any help is much appriciated. thanks in advance anil ANIL KUMAR( METEOROLOGIST) LRF SECTION NATIONAL CLIMATE CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL DEPARTMENT SHIVIJI NAGAR PUNE-411005 INDIA MOBILE +919422023277 anilkumar@imdpune.gov.in [[alternative HTML version deleted]]
2005 Dec 01
2
What are the possible Probabilstic models in R
...e function for probability model.What are the possible methods for fitting such type of model,and what is the package name for such type of functions. i posted this question earliar ,but found no reply...so i am again posting the question. thanks in advance. anil ANIL KUMAR( METEOROLOGIST GR -II) LRF SECTION NATIONAL CLIMATE CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL DEPARTMENT SHIVIJI NAGAR PUNE-411005 INDIA MOBILE +919422023277 anilkumar@imdpune.gov.in [[alternative HTML version deleted]]
2007 Feb 27
2
Creating a PDF on the fly
A friend and I are just in the process of trying to create PDFs on the fly. This isn''t in itself too hard, but we have some repeating images that are being put in over and over again. It''s increasing file size too much unfortunately. Does anyone know the best way to ensure file size is kept to a minimum for this scenario? We know about linking to a URI, but the problem with
2013 Oct 11
9
[PATCH OSSTEST 0/6] Support for serial logs from marilith boxes
The marilith boxes use a conserver (http://www.conserver.com/) setup for serial access. Our installation exports the logs via http allowing us to grab them with wget. Sending debug keys with is handled separately via xenuse. xenuse ultimately speaks to the conserver too but it abstracts away the IP and port to use so this is preferred. With these changes the correct Serial hostprop for a
2006 Jun 13
1
how to make a series with decimal increment
...0,0.1,0.2,0.3,0.4........,1 i tryed this statement s<-0:0.1:1 but this giving an error megssage. but by default increment 1 it is taking ,,,,,so what to do ,, i want to use this varible in for loop.. like for(j in s) thanks in advance with regards anil kumar ANIL KUMAR( METEOROLOGIST) LRF SECTION NATIONAL CLIMATE CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL DEPARTMENT SHIVIJI NAGAR PUNE-411005 INDIA MOBILE +919422023277 anilkumar@imdpune.gov.in [[alternative HTML version deleted]]
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...pg?<Q7^0Grq2l=`l97 zR*j#%FJ}`jB{kZt$*nx|7WTYWte0w7!n`d9nD5pO!?*Jkc(mk;owYK2<anDsF%ZyD z#nl<3SG3 at X4uHP(V6MoygCu!^wvLydG38iK*+See`C8z&w=~hO`t;9RT6IMI!Pa+P zWdSrLZ*;c(uzZJ)^H0X^WN(!Gc*ZYkY~n+CX>d*kTn at LEj#CmK8E^t?qcBYeh+!{i z8#L6qR}pZGt at lhTlJS;``q_%T{`{&{*%=UpEjNv>yNxb2fFLrfbTEzfRbR-3jSPr> zJlG={Zpfd_eCCP4bEOY&Ob4DMIBdCs!lYQu262W*YF68TDdUcx08=Nz#%IECe?39^ z(Q>^s-Y(gutyhep`bWt&67AQ4+9}ySot-&XZBzEwk*(<IufGNStEuhFkSl51(P?5K zA!#Q%WvtzfP6v~=qSMM+0z|0cFQmi#$!b<R_><DDt+tInA<^H)pFBFXjX%*mpCKf% z%`<;i_Vkv;T`w5%luz@<kgA$qqoW=VjWF}zm(&7...
2007 Feb 24
0
after_create not creating the right object
I have 2 tables... club and forum, which use the "type" as I''m subclassing the Club and Forum objects. Tables are: clubs: id title type forums: id club_id title type I''ve put an "after_create" callback in the Club as Club has_one Forum: class Club < ActiveRecord::Base after_create :create_forum has_one :forum def self.create_forum # create it