Displaying 20 results from an estimated 50 matches for "8qq".
Did you mean:
8q
2000 Jul 28
4
gremlin in rep()
...system i686, linux-gnu
status
major 1
minor 1.0
year 2000
month June
day 15
language R
also on Solaris2.7
--
Colin Farrow
Computing Service, University of Glasgow, Glasgow G12 8QQ
Tel: 0141 330 4862, c.farrow at compserv.gla.ac.uk
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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&quo...
2012 May 17
2
MANOVA with random factor
...__
David Costantini, PhD
http://www.davidcostantini.it
NERC Postdoctoral research associate
Institute of Biodiversity, Animal Health and Comparative Medicine
School of Life Sciences
College of Medical, Veterinary and Life Sciences
University of Glasgow
Graham Kerr Building, room 511
Glasgow G12 8QQ, UK
See also my association Ornis italica
http://www.ornisitalica.com
http://www.birdcam.it
____________________________________________________
[[alternative HTML version deleted]]
2006 Apr 29
1
help with box-tidwell
...(non-NA) cases
Could anybody tell me what do "MaNS produced" and "offset=offset, singular.ok=singular.ok" mean? Why the box.tidwell did not work?
Regards
Xuemei Bian
Doctoral Researcher
Room 607C
Business and Management School
Gilbert Scott Building
University of Glasgow
G12 8QQ
Tel: 0141 3302000 ext. 0311
Fax: 0141 3305669
2006 Feb 09
2
nice log-log plots
...would be greatly appreciated!
Thanks
Tibi
____________________________________________________
Alexandru Tiberiu CODILEAN
PhD Candidate
Departmental IT Committee PG Rep.
Department of Geographical and Earth Sciences
East Quadrangle, Room 309
University Avenue
University of Glasgow
Glasgow G12 8QQ UK
Tel: +44 (0) 141 330 4872 ext. 0935
Fax: +44 (0) 141 330 4894
Email: tcodilean at ges.gla.ac.uk
Home: http://web.ges.gla.ac.uk/~tcodilean/
GRASS Mirror: http://pc188.geog.gla.ac.uk/grass/
A gleekzorp without a tornpee is like a quop without a fertsneet (sort of)
2006 Mar 09
5
Festival tts
...: disconnected
Initially I added the code to festival.scm for * but later patched the
Festival code and re-complied it.
For every test I have restarted * after Festival
Any help appreciated
Thanks
Steven
Steven Jack
Videoconferencing Manager
University of Glasgow
Computing Service
Glasgow G12 8QQ
UK
Tel +44(0)1413303828 Fax +44(0)1413303820
Email: s.jack@compserv.gla.ac.uk
2017 Jun 06
1
PROPOSAL: addition to SecuringSSH HowTo
...o that page?
Thanks
Dr. Brian O. Smith --------------------------- Brian Smith at glasgow ac uk
Institute of Molecular, Cell and Systems Biology & School of Life Sciences,
College of Medical, Veterinary & Life Sciences,
Joseph Black Building, University of Glasgow, Glasgow G12 8QQ, UK.
Tel: 0141 330 5167/6459/3089
----------------------------------------------------------------------
The University of Glasgow, charity number SC004401
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/2...
2004 Mar 16
0
mgcv 1.0
...e odd teething problem - please let me know
about them so they can get fixed.
_____________________________________________________________________
> Simon Wood simon at stats.gla.ac.uk www.stats.gla.ac.uk/~simon/
>> Department of Statistics, University of Glasgow, Glasgow, G12 8QQ
>>> Direct telephone: (0)141 330 4530 Fax: (0)141 330 4814
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2005 Mar 11
0
mgcv 1.2-0
...or any
quantities derived from a fitted gam model are provided in ?predict.gam.
_____________________________________________________________________
> Simon Wood simon at stats.gla.ac.uk www.stats.gla.ac.uk/~simon/
>> Department of Statistics, University of Glasgow, Glasgow, G12 8QQ
>>> Direct telephone: (0)141 330 4530 Fax: (0)141 330 4814
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2006 Aug 29
0
The rpanel package
...wman, Crawford, Alexander & Bowman)
_______________________________________________________________________
Prof. Adrian Bowman Tel: +44-141-330-4046
Dept. of Statistics Fax: +44-141-330-4814
The University of Glasgow E-mail:adrian at stats.gla.ac.uk
Glasgow G12 8QQ, U.K. Web: www.stats.gla.ac.uk/~adrian
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2001 Mar 19
2
Ternary plots
**********************************************************
** Dr. David Lucy **
** Centre for Forensic Statistics and Legal Reasoning **
** Department of Mathematics and Statistics **
** The University of Edinburgh **
** James Clerk Maxwell Building **
** King's Buildings
2003 Apr 07
3
spline with multiple predictor vars?
Hi, is there a way in R to generate a polynomial spline with multiple predictor
variables? I have one response and two predictors and I'm trying to fit a
spline model for this...
Please cc me on the reply..
Thanks,
nirmal
2003 Jun 03
1
S+ style implementation of GAM for R?
Hi,
I've got the R library "mgcv" for GAM written by Simon Wood which works well
in many instances. However, over the years I
got attached to the S+ implementation of GAM which allows loess smoothing in
more than 1 dimension as well as spline smoothing.
Has anyone ported the S+ GAM library to R?
Regards,
Doug Beare.
Fisheries Research Services,
Marine Laboratory,
Victoria Road,
2003 Jun 05
1
partial residuals in plot.gam()
All,
Sorry for bombarding you with GAM related questions, but...
I know a partial residual option in plot.gam() is on Simon Wood's todo
list, but since I'm in the midst of a project and not yet having acquired
sufficient R knowledge to code something usable myself I'll have to put my
trust in you. Anybody got some code lying around for doing this? Or if
someone can supply me with
2003 Jul 14
1
gam and step
hello,
I am looking for a step() function for GAM's.
In the book Statistical Computing by Crawley and a removal of predictors has
been done "by hand"
model <- gam(y ~s(x1) +s(x2) + s(x3))
summary(model)
model2 <- gam(y ~s(x2) + s(x3)) # removal of the unsignificant variable
#then comparing these two models if an significant increase occurs.
anova(model, model2,
2003 Sep 26
1
least squares regression using (inequality) restrictions
Dear R Users,
I would like to make a lesast squares regression similar to that what is
done by the command "lm". But additionally, I would like to impose some
restrictions:
1) The sum of all regression coefficients should be equal to 1.
2) Each coefficient should assume a value between 0 and 1. (inequality
restrictions)
Which command is the best to use in order to solve this problem
2003 Oct 31
1
constrained nonlinear optimisation in R?
Hello. I have searched the archives but have not found anything. I
need to solve a constrained optimisation problem for a nonlinear
function (“maximum entropy formalism”). Specifically,
Optimise: -1*SUM(p_ilog(p_i)) for a vector p_i of probabilities,
conditional on a series of constraints of the form:
SUM(T_i*p_i)=k_i for given values of T_i and k_i (these are
constraints on
2003 Nov 25
1
Y axis scale in plot.gam
Hi,
Is there any way to change the y axis range of values in a plot.gam()? I
need that two different GAM plots to be of the same scale.
Also, it is possible to change the labels?
I tried with "ylab" and "ylim" and did not work
Thanks in advance
Ricardo Lopes
Ricardo Lopes
.............................................
Instituto do Mar
Departamento de Zoologia
2004 Mar 12
1
GCV UBRE score in GAM models
hello to everybody:
I would to know with ranges of GCV or UBRE values can be considered as
adequate to consider a GAM as correct
Thanks in advance
--
David Nogu?s Bravo
Functional Ecology and Biodiversity Department
Pyrenean Institute of Ecology
Spanish Research Council
Av. Monta?ana 1005
Zaragoza - CP 50059
976716030 - 976716019 (fax)
2004 Mar 16
0
mgcv 1.0
...e odd teething problem - please let me know
about them so they can get fixed.
_____________________________________________________________________
> Simon Wood simon at stats.gla.ac.uk www.stats.gla.ac.uk/~simon/
>> Department of Statistics, University of Glasgow, Glasgow, G12 8QQ
>>> Direct telephone: (0)141 330 4530 Fax: (0)141 330 4814
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2004 Jun 16
2
gam
hi,
i'm working with mgcv packages and specially gam. My exemple is:
>test<-gam(B~s(pred1)+s(pred2))
>plot(test,pages=1)
when ploting test, you can view pred1 vs s(pred1, edf[1] ) & pred2 vs
s(pred2, edf[2] )
I would like to know if there is a way to access to those terms
(s(pred1) & s(pred2)). Does someone know how?
the purpose is to access to equation of smooths terms