├── ChangeLog ├── DESCRIPTION ├── GPL-2 ├── MD5 ├── NAMESPACE ├── R ├── bam.r ├── coxph.r ├── deprecated.r ├── efam.r ├── fast-REML.r ├── gam.fit3.r ├── gam.fit4.r ├── gam.sim.r ├── gamlss.r ├── gamm.r ├── gfam.r ├── inla.r ├── jagam.r ├── mcmc.r ├── mgcv.r ├── misc.r ├── mvam.r ├── plots.r ├── scasm.r ├── smooth.r ├── soap.r └── sparse.r ├── data ├── columb.polys.rda └── columb.rda ├── inst ├── CITATION └── po │ ├── de │ └── LC_MESSAGES │ │ ├── R-mgcv.mo │ │ └── mgcv.mo │ ├── en@quot │ └── LC_MESSAGES │ │ ├── R-mgcv.mo │ │ └── mgcv.mo │ ├── fr │ └── LC_MESSAGES │ │ ├── R-mgcv.mo │ │ └── mgcv.mo │ ├── ko │ └── LC_MESSAGES │ │ ├── R-mgcv.mo │ │ └── mgcv.mo │ └── pl │ └── LC_MESSAGES │ ├── R-mgcv.mo │ └── mgcv.mo ├── man ├── Beta.Rd ├── FFdes.Rd ├── NCV.Rd ├── Predict.matrix.Rd ├── Predict.matrix.cr.smooth.Rd ├── Predict.matrix.soap.film.Rd ├── Rrank.Rd ├── Sl.initial.repara.Rd ├── Sl.repara.Rd ├── Sl.setup.Rd ├── Tweedie.Rd ├── XWXd.Rd ├── anova.gam.Rd ├── bam.Rd ├── bam.update.Rd ├── bandchol.Rd ├── bcg.Rd ├── blas.thread.test.Rd ├── bug.reports.mgcv.Rd ├── cSplineDes.Rd ├── chol.down.Rd ├── choose.k.Rd ├── clog.Rd ├── cnorm.Rd ├── columb.Rd ├── concurvity.Rd ├── coxph.Rd ├── coxpht.Rd ├── cpois.Rd ├── dDeta.Rd ├── dpnorm.Rd ├── dppois.Rd ├── exclude.too.far.Rd ├── extract.lme.cov.Rd ├── factor.smooth.Rd ├── family.mgcv.Rd ├── fix.family.link.Rd ├── fixDependence.Rd ├── formXtViX.Rd ├── formula.gam.Rd ├── fs.test.Rd ├── gam.Rd ├── gam.check.Rd ├── gam.control.Rd ├── gam.convergence.Rd ├── gam.fit.Rd ├── gam.fit3.Rd ├── gam.fit5.post.proc.Rd ├── gam.mh.Rd ├── gam.models.Rd ├── gam.outer.Rd ├── gam.reparam.Rd ├── gam.scale.Rd ├── gam.selection.Rd ├── gam.side.Rd ├── gam.vcomp.Rd ├── gam2objective.Rd ├── gamObject.Rd ├── gamSim.Rd ├── gamlss.etamu.Rd ├── gamlss.gH.Rd ├── gamm.Rd ├── gammals.Rd ├── gaulss.Rd ├── get.var.Rd ├── gevlss.Rd ├── gfam.Rd ├── ginla.Rd ├── gumbls.Rd ├── identifiability.Rd ├── in.out.Rd ├── inSide.Rd ├── influence.gam.Rd ├── initial.sp.Rd ├── interpret.gam.Rd ├── jagam.Rd ├── k.check.Rd ├── ldTweedie.Rd ├── ldetS.Rd ├── linear.functional.terms.Rd ├── logLik.gam.Rd ├── lp.Rd ├── ls.size.Rd ├── magic.Rd ├── magic.post.proc.Rd ├── mchol.Rd ├── mgcv-FAQ.Rd ├── mgcv-package.Rd ├── mgcv-parallel.Rd ├── mini.roots.Rd ├── missing.data.Rd ├── model.matrix.gam.Rd ├── mono.con.Rd ├── mroot.Rd ├── multinom.Rd ├── mvn.Rd ├── negbin.Rd ├── new.name.Rd ├── notExp.Rd ├── notExp2.Rd ├── null.space.dimension.Rd ├── ocat.Rd ├── one.se.rule.Rd ├── pcls.Rd ├── pdIdnot.Rd ├── pdTens.Rd ├── pen.edf.Rd ├── place.knots.Rd ├── plot.gam.Rd ├── polys.plot.Rd ├── predict.bam.Rd ├── predict.gam.Rd ├── print.gam.Rd ├── psum.chisq.Rd ├── qq.gam.Rd ├── rTweedie.Rd ├── random.effects.Rd ├── residuals.gam.Rd ├── rig.Rd ├── rmvn.Rd ├── s.Rd ├── scasm.Rd ├── scat.Rd ├── sdiag.Rd ├── shash.Rd ├── single.index.Rd ├── slanczos.Rd ├── smooth.construct.Rd ├── smooth.construct.ad.smooth.spec.Rd ├── smooth.construct.bs.smooth.spec.Rd ├── smooth.construct.cr.smooth.spec.Rd ├── smooth.construct.ds.smooth.spec.Rd ├── smooth.construct.fs.smooth.spec.Rd ├── smooth.construct.gp.smooth.spec.Rd ├── smooth.construct.mrf.smooth.spec.Rd ├── smooth.construct.ps.smooth.spec.Rd ├── smooth.construct.re.smooth.spec.Rd ├── smooth.construct.so.smooth.spec.Rd ├── smooth.construct.sos.smooth.spec.Rd ├── smooth.construct.sz.smooth.spec.Rd ├── smooth.construct.t2.smooth.spec.Rd ├── smooth.construct.tensor.smooth.spec.Rd ├── smooth.construct.tp.smooth.spec.Rd ├── smooth.info.Rd ├── smooth.terms.Rd ├── smooth2random.Rd ├── smoothCon.Rd ├── sp.vcov.Rd ├── spasm.construct.Rd ├── step.gam.Rd ├── summary.gam.Rd ├── t2.Rd ├── te.Rd ├── tensor.prod.model.matrix.Rd ├── totalPenaltySpace.Rd ├── trichol.Rd ├── trind.generator.Rd ├── twlss.Rd ├── uniquecombs.Rd ├── vcov.gam.Rd ├── vis.gam.Rd ├── ziP.Rd └── ziplss.Rd ├── po ├── R-de.po ├── R-en@quot.po ├── R-fr.po ├── R-ko.po ├── R-mgcv.pot ├── R-pl.po ├── de.po ├── en@quot.po ├── fr.po ├── ko.po ├── mgcv.pot └── pl.po └── src ├── Makevars ├── coxph.c ├── davies.c ├── discrete.c ├── gdi.c ├── general.h ├── init.c ├── magic.c ├── mat.c ├── matrix.c ├── matrix.h ├── mgcv.c ├── mgcv.h ├── misc.c ├── mvn.c ├── ncv.c ├── qp.c ├── qp.h ├── soap.c ├── sparse-smooth.c ├── sparse.c ├── tprs.c └── tprs.h /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/ChangeLog -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /GPL-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/GPL-2 -------------------------------------------------------------------------------- /MD5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/MD5 -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/NAMESPACE -------------------------------------------------------------------------------- /R/bam.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/bam.r -------------------------------------------------------------------------------- /R/coxph.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/coxph.r -------------------------------------------------------------------------------- /R/deprecated.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/deprecated.r -------------------------------------------------------------------------------- /R/efam.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/efam.r -------------------------------------------------------------------------------- /R/fast-REML.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/fast-REML.r -------------------------------------------------------------------------------- /R/gam.fit3.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/gam.fit3.r -------------------------------------------------------------------------------- /R/gam.fit4.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/gam.fit4.r -------------------------------------------------------------------------------- /R/gam.sim.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/gam.sim.r -------------------------------------------------------------------------------- /R/gamlss.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/gamlss.r -------------------------------------------------------------------------------- /R/gamm.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/gamm.r -------------------------------------------------------------------------------- /R/gfam.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/gfam.r -------------------------------------------------------------------------------- /R/inla.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/inla.r -------------------------------------------------------------------------------- /R/jagam.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/jagam.r -------------------------------------------------------------------------------- /R/mcmc.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/mcmc.r -------------------------------------------------------------------------------- /R/mgcv.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/mgcv.r -------------------------------------------------------------------------------- /R/misc.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/misc.r -------------------------------------------------------------------------------- /R/mvam.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/mvam.r -------------------------------------------------------------------------------- /R/plots.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/plots.r -------------------------------------------------------------------------------- /R/scasm.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/scasm.r -------------------------------------------------------------------------------- /R/smooth.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/smooth.r -------------------------------------------------------------------------------- /R/soap.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/soap.r -------------------------------------------------------------------------------- /R/sparse.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/R/sparse.r -------------------------------------------------------------------------------- /data/columb.polys.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/data/columb.polys.rda -------------------------------------------------------------------------------- /data/columb.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/data/columb.rda -------------------------------------------------------------------------------- /inst/CITATION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/CITATION -------------------------------------------------------------------------------- /inst/po/de/LC_MESSAGES/R-mgcv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/po/de/LC_MESSAGES/R-mgcv.mo -------------------------------------------------------------------------------- /inst/po/de/LC_MESSAGES/mgcv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/po/de/LC_MESSAGES/mgcv.mo -------------------------------------------------------------------------------- /inst/po/en@quot/LC_MESSAGES/R-mgcv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/po/en@quot/LC_MESSAGES/R-mgcv.mo -------------------------------------------------------------------------------- /inst/po/en@quot/LC_MESSAGES/mgcv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/po/en@quot/LC_MESSAGES/mgcv.mo -------------------------------------------------------------------------------- /inst/po/fr/LC_MESSAGES/R-mgcv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/po/fr/LC_MESSAGES/R-mgcv.mo -------------------------------------------------------------------------------- /inst/po/fr/LC_MESSAGES/mgcv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/po/fr/LC_MESSAGES/mgcv.mo -------------------------------------------------------------------------------- /inst/po/ko/LC_MESSAGES/R-mgcv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/po/ko/LC_MESSAGES/R-mgcv.mo -------------------------------------------------------------------------------- /inst/po/ko/LC_MESSAGES/mgcv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/po/ko/LC_MESSAGES/mgcv.mo -------------------------------------------------------------------------------- /inst/po/pl/LC_MESSAGES/R-mgcv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/po/pl/LC_MESSAGES/R-mgcv.mo -------------------------------------------------------------------------------- /inst/po/pl/LC_MESSAGES/mgcv.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/inst/po/pl/LC_MESSAGES/mgcv.mo -------------------------------------------------------------------------------- /man/Beta.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/Beta.Rd -------------------------------------------------------------------------------- /man/FFdes.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/FFdes.Rd -------------------------------------------------------------------------------- /man/NCV.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/NCV.Rd -------------------------------------------------------------------------------- /man/Predict.matrix.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/Predict.matrix.Rd -------------------------------------------------------------------------------- /man/Predict.matrix.cr.smooth.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/Predict.matrix.cr.smooth.Rd -------------------------------------------------------------------------------- /man/Predict.matrix.soap.film.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/Predict.matrix.soap.film.Rd -------------------------------------------------------------------------------- /man/Rrank.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/Rrank.Rd -------------------------------------------------------------------------------- /man/Sl.initial.repara.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/Sl.initial.repara.Rd -------------------------------------------------------------------------------- /man/Sl.repara.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/Sl.repara.Rd -------------------------------------------------------------------------------- /man/Sl.setup.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/Sl.setup.Rd -------------------------------------------------------------------------------- /man/Tweedie.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/Tweedie.Rd -------------------------------------------------------------------------------- /man/XWXd.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/XWXd.Rd -------------------------------------------------------------------------------- /man/anova.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/anova.gam.Rd -------------------------------------------------------------------------------- /man/bam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/bam.Rd -------------------------------------------------------------------------------- /man/bam.update.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/bam.update.Rd -------------------------------------------------------------------------------- /man/bandchol.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/bandchol.Rd -------------------------------------------------------------------------------- /man/bcg.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/bcg.Rd -------------------------------------------------------------------------------- /man/blas.thread.test.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/blas.thread.test.Rd -------------------------------------------------------------------------------- /man/bug.reports.mgcv.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/bug.reports.mgcv.Rd -------------------------------------------------------------------------------- /man/cSplineDes.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/cSplineDes.Rd -------------------------------------------------------------------------------- /man/chol.down.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/chol.down.Rd -------------------------------------------------------------------------------- /man/choose.k.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/choose.k.Rd -------------------------------------------------------------------------------- /man/clog.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/clog.Rd -------------------------------------------------------------------------------- /man/cnorm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/cnorm.Rd -------------------------------------------------------------------------------- /man/columb.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/columb.Rd -------------------------------------------------------------------------------- /man/concurvity.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/concurvity.Rd -------------------------------------------------------------------------------- /man/coxph.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/coxph.Rd -------------------------------------------------------------------------------- /man/coxpht.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/coxpht.Rd -------------------------------------------------------------------------------- /man/cpois.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/cpois.Rd -------------------------------------------------------------------------------- /man/dDeta.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/dDeta.Rd -------------------------------------------------------------------------------- /man/dpnorm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/dpnorm.Rd -------------------------------------------------------------------------------- /man/dppois.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/dppois.Rd -------------------------------------------------------------------------------- /man/exclude.too.far.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/exclude.too.far.Rd -------------------------------------------------------------------------------- /man/extract.lme.cov.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/extract.lme.cov.Rd -------------------------------------------------------------------------------- /man/factor.smooth.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/factor.smooth.Rd -------------------------------------------------------------------------------- /man/family.mgcv.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/family.mgcv.Rd -------------------------------------------------------------------------------- /man/fix.family.link.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/fix.family.link.Rd -------------------------------------------------------------------------------- /man/fixDependence.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/fixDependence.Rd -------------------------------------------------------------------------------- /man/formXtViX.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/formXtViX.Rd -------------------------------------------------------------------------------- /man/formula.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/formula.gam.Rd -------------------------------------------------------------------------------- /man/fs.test.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/fs.test.Rd -------------------------------------------------------------------------------- /man/gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.Rd -------------------------------------------------------------------------------- /man/gam.check.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.check.Rd -------------------------------------------------------------------------------- /man/gam.control.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.control.Rd -------------------------------------------------------------------------------- /man/gam.convergence.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.convergence.Rd -------------------------------------------------------------------------------- /man/gam.fit.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.fit.Rd -------------------------------------------------------------------------------- /man/gam.fit3.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.fit3.Rd -------------------------------------------------------------------------------- /man/gam.fit5.post.proc.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.fit5.post.proc.Rd -------------------------------------------------------------------------------- /man/gam.mh.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.mh.Rd -------------------------------------------------------------------------------- /man/gam.models.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.models.Rd -------------------------------------------------------------------------------- /man/gam.outer.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.outer.Rd -------------------------------------------------------------------------------- /man/gam.reparam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.reparam.Rd -------------------------------------------------------------------------------- /man/gam.scale.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.scale.Rd -------------------------------------------------------------------------------- /man/gam.selection.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.selection.Rd -------------------------------------------------------------------------------- /man/gam.side.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.side.Rd -------------------------------------------------------------------------------- /man/gam.vcomp.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam.vcomp.Rd -------------------------------------------------------------------------------- /man/gam2objective.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gam2objective.Rd -------------------------------------------------------------------------------- /man/gamObject.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gamObject.Rd -------------------------------------------------------------------------------- /man/gamSim.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gamSim.Rd -------------------------------------------------------------------------------- /man/gamlss.etamu.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gamlss.etamu.Rd -------------------------------------------------------------------------------- /man/gamlss.gH.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gamlss.gH.Rd -------------------------------------------------------------------------------- /man/gamm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gamm.Rd -------------------------------------------------------------------------------- /man/gammals.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gammals.Rd -------------------------------------------------------------------------------- /man/gaulss.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gaulss.Rd -------------------------------------------------------------------------------- /man/get.var.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/get.var.Rd -------------------------------------------------------------------------------- /man/gevlss.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gevlss.Rd -------------------------------------------------------------------------------- /man/gfam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gfam.Rd -------------------------------------------------------------------------------- /man/ginla.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/ginla.Rd -------------------------------------------------------------------------------- /man/gumbls.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/gumbls.Rd -------------------------------------------------------------------------------- /man/identifiability.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/identifiability.Rd -------------------------------------------------------------------------------- /man/in.out.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/in.out.Rd -------------------------------------------------------------------------------- /man/inSide.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/inSide.Rd -------------------------------------------------------------------------------- /man/influence.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/influence.gam.Rd -------------------------------------------------------------------------------- /man/initial.sp.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/initial.sp.Rd -------------------------------------------------------------------------------- /man/interpret.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/interpret.gam.Rd -------------------------------------------------------------------------------- /man/jagam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/jagam.Rd -------------------------------------------------------------------------------- /man/k.check.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/k.check.Rd -------------------------------------------------------------------------------- /man/ldTweedie.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/ldTweedie.Rd -------------------------------------------------------------------------------- /man/ldetS.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/ldetS.Rd -------------------------------------------------------------------------------- /man/linear.functional.terms.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/linear.functional.terms.Rd -------------------------------------------------------------------------------- /man/logLik.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/logLik.gam.Rd -------------------------------------------------------------------------------- /man/lp.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/lp.Rd -------------------------------------------------------------------------------- /man/ls.size.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/ls.size.Rd -------------------------------------------------------------------------------- /man/magic.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/magic.Rd -------------------------------------------------------------------------------- /man/magic.post.proc.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/magic.post.proc.Rd -------------------------------------------------------------------------------- /man/mchol.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/mchol.Rd -------------------------------------------------------------------------------- /man/mgcv-FAQ.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/mgcv-FAQ.Rd -------------------------------------------------------------------------------- /man/mgcv-package.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/mgcv-package.Rd -------------------------------------------------------------------------------- /man/mgcv-parallel.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/mgcv-parallel.Rd -------------------------------------------------------------------------------- /man/mini.roots.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/mini.roots.Rd -------------------------------------------------------------------------------- /man/missing.data.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/missing.data.Rd -------------------------------------------------------------------------------- /man/model.matrix.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/model.matrix.gam.Rd -------------------------------------------------------------------------------- /man/mono.con.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/mono.con.Rd -------------------------------------------------------------------------------- /man/mroot.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/mroot.Rd -------------------------------------------------------------------------------- /man/multinom.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/multinom.Rd -------------------------------------------------------------------------------- /man/mvn.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/mvn.Rd -------------------------------------------------------------------------------- /man/negbin.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/negbin.Rd -------------------------------------------------------------------------------- /man/new.name.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/new.name.Rd -------------------------------------------------------------------------------- /man/notExp.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/notExp.Rd -------------------------------------------------------------------------------- /man/notExp2.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/notExp2.Rd -------------------------------------------------------------------------------- /man/null.space.dimension.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/null.space.dimension.Rd -------------------------------------------------------------------------------- /man/ocat.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/ocat.Rd -------------------------------------------------------------------------------- /man/one.se.rule.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/one.se.rule.Rd -------------------------------------------------------------------------------- /man/pcls.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/pcls.Rd -------------------------------------------------------------------------------- /man/pdIdnot.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/pdIdnot.Rd -------------------------------------------------------------------------------- /man/pdTens.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/pdTens.Rd -------------------------------------------------------------------------------- /man/pen.edf.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/pen.edf.Rd -------------------------------------------------------------------------------- /man/place.knots.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/place.knots.Rd -------------------------------------------------------------------------------- /man/plot.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/plot.gam.Rd -------------------------------------------------------------------------------- /man/polys.plot.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/polys.plot.Rd -------------------------------------------------------------------------------- /man/predict.bam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/predict.bam.Rd -------------------------------------------------------------------------------- /man/predict.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/predict.gam.Rd -------------------------------------------------------------------------------- /man/print.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/print.gam.Rd -------------------------------------------------------------------------------- /man/psum.chisq.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/psum.chisq.Rd -------------------------------------------------------------------------------- /man/qq.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/qq.gam.Rd -------------------------------------------------------------------------------- /man/rTweedie.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/rTweedie.Rd -------------------------------------------------------------------------------- /man/random.effects.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/random.effects.Rd -------------------------------------------------------------------------------- /man/residuals.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/residuals.gam.Rd -------------------------------------------------------------------------------- /man/rig.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/rig.Rd -------------------------------------------------------------------------------- /man/rmvn.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/rmvn.Rd -------------------------------------------------------------------------------- /man/s.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/s.Rd -------------------------------------------------------------------------------- /man/scasm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/scasm.Rd -------------------------------------------------------------------------------- /man/scat.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/scat.Rd -------------------------------------------------------------------------------- /man/sdiag.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/sdiag.Rd -------------------------------------------------------------------------------- /man/shash.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/shash.Rd -------------------------------------------------------------------------------- /man/single.index.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/single.index.Rd -------------------------------------------------------------------------------- /man/slanczos.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/slanczos.Rd -------------------------------------------------------------------------------- /man/smooth.construct.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.Rd -------------------------------------------------------------------------------- /man/smooth.construct.ad.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.ad.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.bs.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.bs.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.cr.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.cr.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.ds.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.ds.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.fs.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.fs.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.gp.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.gp.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.mrf.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.mrf.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.ps.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.ps.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.re.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.re.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.so.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.so.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.sos.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.sos.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.sz.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.sz.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.t2.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.t2.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.tensor.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.tensor.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.construct.tp.smooth.spec.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.construct.tp.smooth.spec.Rd -------------------------------------------------------------------------------- /man/smooth.info.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.info.Rd -------------------------------------------------------------------------------- /man/smooth.terms.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth.terms.Rd -------------------------------------------------------------------------------- /man/smooth2random.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smooth2random.Rd -------------------------------------------------------------------------------- /man/smoothCon.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/smoothCon.Rd -------------------------------------------------------------------------------- /man/sp.vcov.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/sp.vcov.Rd -------------------------------------------------------------------------------- /man/spasm.construct.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/spasm.construct.Rd -------------------------------------------------------------------------------- /man/step.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/step.gam.Rd -------------------------------------------------------------------------------- /man/summary.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/summary.gam.Rd -------------------------------------------------------------------------------- /man/t2.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/t2.Rd -------------------------------------------------------------------------------- /man/te.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/te.Rd -------------------------------------------------------------------------------- /man/tensor.prod.model.matrix.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/tensor.prod.model.matrix.Rd -------------------------------------------------------------------------------- /man/totalPenaltySpace.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/totalPenaltySpace.Rd -------------------------------------------------------------------------------- /man/trichol.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/trichol.Rd -------------------------------------------------------------------------------- /man/trind.generator.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/trind.generator.Rd -------------------------------------------------------------------------------- /man/twlss.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/twlss.Rd -------------------------------------------------------------------------------- /man/uniquecombs.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/uniquecombs.Rd -------------------------------------------------------------------------------- /man/vcov.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/vcov.gam.Rd -------------------------------------------------------------------------------- /man/vis.gam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/vis.gam.Rd -------------------------------------------------------------------------------- /man/ziP.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/ziP.Rd -------------------------------------------------------------------------------- /man/ziplss.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/man/ziplss.Rd -------------------------------------------------------------------------------- /po/R-de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/R-de.po -------------------------------------------------------------------------------- /po/R-en@quot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/R-en@quot.po -------------------------------------------------------------------------------- /po/R-fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/R-fr.po -------------------------------------------------------------------------------- /po/R-ko.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/R-ko.po -------------------------------------------------------------------------------- /po/R-mgcv.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/R-mgcv.pot -------------------------------------------------------------------------------- /po/R-pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/R-pl.po -------------------------------------------------------------------------------- /po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/de.po -------------------------------------------------------------------------------- /po/en@quot.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/en@quot.po -------------------------------------------------------------------------------- /po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/fr.po -------------------------------------------------------------------------------- /po/ko.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/ko.po -------------------------------------------------------------------------------- /po/mgcv.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/mgcv.pot -------------------------------------------------------------------------------- /po/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/po/pl.po -------------------------------------------------------------------------------- /src/Makevars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/Makevars -------------------------------------------------------------------------------- /src/coxph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/coxph.c -------------------------------------------------------------------------------- /src/davies.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/davies.c -------------------------------------------------------------------------------- /src/discrete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/discrete.c -------------------------------------------------------------------------------- /src/gdi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/gdi.c -------------------------------------------------------------------------------- /src/general.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/general.h -------------------------------------------------------------------------------- /src/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/init.c -------------------------------------------------------------------------------- /src/magic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/magic.c -------------------------------------------------------------------------------- /src/mat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/mat.c -------------------------------------------------------------------------------- /src/matrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/matrix.c -------------------------------------------------------------------------------- /src/matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/matrix.h -------------------------------------------------------------------------------- /src/mgcv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/mgcv.c -------------------------------------------------------------------------------- /src/mgcv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/mgcv.h -------------------------------------------------------------------------------- /src/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/misc.c -------------------------------------------------------------------------------- /src/mvn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/mvn.c -------------------------------------------------------------------------------- /src/ncv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/ncv.c -------------------------------------------------------------------------------- /src/qp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/qp.c -------------------------------------------------------------------------------- /src/qp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/qp.h -------------------------------------------------------------------------------- /src/soap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/soap.c -------------------------------------------------------------------------------- /src/sparse-smooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/sparse-smooth.c -------------------------------------------------------------------------------- /src/sparse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/sparse.c -------------------------------------------------------------------------------- /src/tprs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/tprs.c -------------------------------------------------------------------------------- /src/tprs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/mgcv/HEAD/src/tprs.h --------------------------------------------------------------------------------