search for: lancaster

Displaying 20 results from an estimated 371 matches for "lancaster".

2011 Jan 11
9
Can I omit respond_with.
If I don''t want xml results but only html can I omit respond_with in some actions? For example index from: respond_with(@sectors = Sector.all) becomes only @sectors = Sector.all isn''t it? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2014 Oct 22
1
"make check" fails on lapack.R and stats-Ex.R
...kl=sequential --with-lapack=-mkl=sequential --disable-openmp --with-tcl-config=/usr/shared_apps/packages/tcl-8.5.12/lib/tclConfig.sh --with-tk-config=/usr/shared_apps/packages/tk-8.5.12/lib/tkConfig.sh Regards, Mike. ----- Dr Mike Pacey, Email: M.Pacey at lancaster.ac.uk<mailto:M.Pacey at lancaster.ac.uk> HPC Manager, Phone: 01524 510659 Information Systems Services, Fax: 01524 594459 ISS Building, Lancaster University, Lancaster LA1 4WA
2002 Sep 20
1
Install with 64-bit GCC 3.2 (PR#2048)
...et when running configure. I have tried a compilation by hand adding this flag to the link stage and the above compilation goes completes. Hoping this of use, -- Regards, ---------------------------------------------------------------------- * Kevin M. Buckley e-mail: K.Buckley@lancaster.ac.uk * * * * Systems Administrator * * Computer Centre * * Lancaster University Voice: +44 (0) 1524 5 93718 * * LA...
2005 Mar 18
4
passing arguments to FUN in lapply
...ch generates two same titles "var 1/var 2" and "var 1/var 2" lapply(denlist, plot, main=list("var 1", "var 2")) which generates two same titles "var 1" Both are not I want. -- Pingping Zheng Department of Mathematics and Statistics Fylde College Lancaster University Lancaster LA1 4YF UK
2004 Mar 05
4
Command Line Expressions
...pressions and return results to stdout, something like >R CMD -e "R.version$minor" then you got return >"8.1" Or do a simple calculation >R CMD -e "sin(1.2)" >0.932039 Thanks. -- Pingping Zheng Department of Mathematics and Statistics Fylde College Lancaster University Lancaster LA1 4YF UK
2002 Feb 13
3
pnorm, relative accuracy in the tails
...can also be written as 1/lambda(x) where lambda(x) is the hazard rate for the normal distribution. Is there a way to calculate lambda(x) without using pnorm() ? Any help would be appreciated. Cheers Ole Christensen -- Ole F. Christensen Department of Mathematics and Statistics Fylde College, Lancaster University Lancaster, LA1 4YF, England -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the...
2002 May 18
5
Length of a string
Hi, Suppose I have created something like this in R: foo <- "myfoo" and I want to find out the number of character in foo (in other words, R should return 5 since "myfoo" has 5 charactors. How can I do it? I tried: length(foo) but it returned 1. Cheers, Kevin ------------------------------------------------------------------------------ Ko-Kang Kevin Wang
2002 Feb 23
4
bug in options() - help page (PR#1323)
...system i686, linux-gnu status major 1 minor 4.1 year 2002 month 01 day 30 language R Cheers Ole -- Ole F. Christensen Department of Mathematics and Statistics Fylde College, Lancaster University Lancaster, LA1 4YF, England -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not t...
2011 Jan 10
8
Creating a Dynamic/Custom form
I am pretty new at rails and seem to be stuck on an issue. Trying to find a way to get me app admin to create a form on our rails app. These would include: - Select form control type - Select required validation - Select price change if selected How should I even start going at this? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2001 Nov 21
2
contour as a generic function?
After "image" and "persp" would it be interesting to als have contour as a generic function? Cheers Paulo Justiniano Ribeiro Jr Dept Maths & Stats - Fylde College Lancaster University Lancaster LA1 4YF - U.K. e-mail: Paulo.Ribeiro@est.ufpr.br http://www.maths.lancs.ac.uk/~ribeiro -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "...
2009 Nov 15
2
lme model specification
...gtr} with \mu_{g}, W_{gt} and Z_{gtr} as previous and U_{g} ~ N(0,\gamma^{2}), but I do NOT want to specify a random gene effect. I have scoured Bates and Pinheiro without coming across a parallel example. Any help would be greatly appreciated Best Gerwyn Green School of Health and Medicine Lancaster Uinversity
2006 Nov 03
1
(no subject)
From: Martin Maechler <maechler at stat.math.ethz.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17739.46076.735981.117358 at stat.math.ethz.ch> Date: Fri, 3 Nov 2006 22:26:20 +0100 To: Barry Rowlingson <B.Rowlingson at lancaster.ac.uk> Cc: Sarah Goslee <sarah.goslee at gmail.com>, r-help at stat.math.ethz.ch, Sarah White <swhite at sgul.ac.uk> Subject: Re: [R] Translation of R code required In-Reply-To: <454B8CAE.6060602 at lancaster.ac.uk> References: <454B80F6.2040605 at sgul.ac.uk> &l...
2002 May 06
3
function sort.list()
...ng the same (non-sensical) result using order() order(c(0, 2, 10, 11, 4)) [1] 1 2 5 3 4 Of course rank(c(0, 2, 10, 11, 4)) 1] 1 2 4 5 3 gives the correct result. Am I missing something obvious here ? Cheers Ole -- Ole F. Christensen Department of Mathematics and Statistics Fylde College, Lancaster University Lancaster, LA1 4YF, England -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the...
2006 Apr 04
1
Houston Ruby/RoR Meetup 8 April
...access :-). If you are in town and feel like joining us, we''ll be getting started around 4:00PM. This time round I will be doing a brief overview / demo of Watir, the ruby web testing tool (http://wtr.rubyforge.org/). See http://groups.yahoo.com/group/Houston-RoR/ for more info. Keith Lancaster -- Posted via http://www.ruby-forum.com/.
2006 Feb 02
1
First Houston RoR Meetup
A few of us have decided to meet in Houston to try to kick off a Houston Ruby/RubyOnRails group. If you are in town and would like to drop in, we are meeting at The Daily Grind on Washington Ave. at 10:00AM Saturday 4 Feb. ( http://houston.citysearch.com/profile/41420997/) Keith Lancaster -- Posted via http://www.ruby-forum.com/.
2000 Nov 09
0
creating dll file
> Date: Thu, 9 Nov 2000 15:00:20 +0000 (GMT) > From: "Paulo J. Ribeiro Jr" <p.ribeiro at lancaster.ac.uk> > I'm trying to create a dll file for the windows distribution of a package. > > I've tried mingw32 and cygwin with the commands given below and it seems > that there is a problem related with C random() function. > (-mno-cygwin only included when using cygwin...
2001 Oct 18
0
uniform generator (default)
...the distribution function from which these sample from is the copula F(x,y)=exp(-(u^(1/alpha)+v^(1/alpha))^alpha) where u=-log(x) and v=-log(y). Thanks in advance. Alec Stephenson tel +44 (0) 1524 593950 Department of Mathematics and Statistics fax +44 (0) 1524 592681 Lancaster University email a.stephenson at lancaster.ac.uk Lancaster LA1 4YF -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscrib...
2003 Aug 05
1
levelplot and points
...are not in the correct position. They are a little bit shifted to the left..(i think) Any suggestions are really appreciated. Regards, Theodore Theodore Kypraios, Postgraduate Student ================================================ Web: http://www.maths.lancs.ac.uk/~kypraios email: t.kypraios@lancaster.ac.uk Department of Mathematics and Statistics Fylde College Lancaster University Lancaster, LA1 4YF UK Tel:+(44)(0)1524 593094 Fax:+(44)(0)1524 592681 ================================================ [[alternative HTML version deleted]]
2007 May 23
0
make check fails tools-Ex in 2.5.0
...'tools') > db <- Rd_db("base") > db list() Earlier versions I've compiled and installed (2.3.1, 2.4.0) populate db with a lot of information. Any suggestions on what might be wrong here? Regards, Mike. ----- Dr Mike Pacey, Email: M.Pacey at lancaster.ac.uk High Performance Systems Support, Phone: 01524 593543 Information Systems Services, Fax: 01524 594459 Lancaster University, Lancaster LA1 4YW ----- Tail end of tools-Ex.Rout.fail: > library('tools') > > assign(".oldSearch", search(), pos = 'C...
2002 Sep 20
1
Install with 64-bit GCC 3.2 : FIX (PR#2049)
...IB_LDFLAGS = -G -m64 these only had "-G" by default. Dunno why they dont pick them up as part of the standard configure though - one for you I guess ! -- Regards, ---------------------------------------------------------------------- * Kevin M. Buckley e-mail: K.Buckley@lancaster.ac.uk * * * * Systems Administrator * * Computer Centre * * Lancaster University Voice: +44 (0) 1524 5 93718 * * LA...