Home
last modified time | relevance | path

Searched refs:doFit (Results 1 – 11 of 11) sorted by relevance

/dports/math/R-cran-MatrixModels/MatrixModels/man/
H A Dglm4.Rd16 sparse = FALSE, drop.unused.levels = FALSE, doFit = TRUE,
68 \item{doFit}{logical indicating if the model should be fitted (or just
98 str(glm4(uptake ~ 0 + Type*Treatment, data=CO2, doFit = FALSE), 4)
100 str(glm4(uptake ~ 0 + Type*Treatment, data=CO2, doFit = FALSE,
/dports/graphics/hugin/hugin-2020.0.0/src/tools/
H A Dpano_modify.cpp180 bool doFit=false; in main() local
260 doFit=true; in main()
531 doFit=true; in main()
535 doFit=true; in main()
956 if(doFit) in main()
/dports/games/golly/golly-3.3-src/gui-ios/Golly/
H A DPatternViewController.h43 - (IBAction)doFit:(id)sender;
H A DPatternViewController.m581 - (IBAction)doFit:(id)sender
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_plot_curve.cpp451 const bool doFit = ( d_data->attributes & Fitted ) && d_data->curveFitter; in drawLines() local
476 if ( !doFit && !doFill ) in drawLines()
505 if ( doFit ) in drawLines()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_plot_curve.cpp451 const bool doFit = ( d_data->attributes & Fitted ) && d_data->curveFitter; in drawLines() local
476 if ( !doFit && !doFill ) in drawLines()
505 if ( doFit ) in drawLines()
/dports/math/R-cran-MatrixModels/MatrixModels/R/
H A DmodelMatrix.R253 sparse = FALSE, drop.unused.levels = FALSE, doFit = TRUE, argument
284 if (doFit)
/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/robust/
H A Drstats.cpp195 bool doSum,doSumPlus,doFit; // sum, find range, step, gaps member in GlobalData
274 doSum = doSumPlus = doFit = false; in SetDefaults()
372 if(GD.doFit) { iret = FitPoly(); if(iret) break; } in main()
632 GD.doFit = (opts.count("fit") > 0); in GetCommandLine()
668 if(GD.doFit) { in GetCommandLine()
/dports/math/R-cran-lme4/lme4/tests/
H A Dlmer-1.Rout.save318 + #Pm1 <- lmer1(strength ~ (1|batch) + (1|sample), Pastes, doFit = FALSE)
319 + #Pm2 <- lmer1(strength ~ (1|sample) + (1|batch), Pastes, doFit = FALSE)
/dports/math/R-cran-lme4/lme4/tests/testthat/
H A Dtest-methods.R640 doFit <- function(){
649 fm <- doFit()
/dports/math/R-cran-lme4/lme4/
H A DChangeLog35 glmer function itself. Eliminated the doFit argument which is
290 doFit=FALSE.