search for: lebauer

Displaying 5 results from an estimated 5 matches for "lebauer".

2010 Oct 15
2
using optimize with two unknowns, e.g. to parameterize a distribution with given confidence interval
...(plnorm(x_lcl, mean, var) - (alpha/2))^2 b <- (plnorm(x_ucl, mean, var) - (1-alpha/2))^2 return(a+b) } optimize(fn=prior, interval = c(-5, 100), 1, 20) I understand that this problem has a closed form solution, but I would like to make this a general function. Thanks, David -- David LeBauer, PhD Energy Biosciences Institute University of Illinois Urbana-Champaign 1206 W. Gregory Drive Urbana, IL? 61801, U.S.A.
2010 Sep 30
2
can I add line breaks to the paste() function?
Can I add a line break to the paste() function to return the following: 'this is the first line' 'this is the second line' instead of 'this is the first line this is the second line' ?
2018 Aug 28
0
Scientific Programmer: Simulation Analysis of Engineered Plants (University of Arizona, Tucson AZ)
...ta analysis and land surface simulation models (such as BioCro, ED2, and/or CLM5) using the PEcAn (pecanproject.org) simulation modeling and analysis workflow software that integrates data collected from a variety of handheld, aerial, and ground-based sensor platforms. _____________________ David LeBauer, PhD Director of Data Science for the Arizona Experiment Station 1230 N Cherry Avenue, Tucson, Arizona 85721 207 BSRL University of Arizona 520-621-4381 mailto:dlebauer at email.arizona.edu [[alternative HTML version deleted]]
2010 Jun 17
1
is there a function to find the quantile of the mean of a vector?
Hello, I am interested in finding the quantile of the mean of a vector, something analogous to using the pnorm(), but for an mcmc chain instead of a distribution with known parameters. One approach would be to write a function that finds the index of x_i that minimizes (x-mean(x))^2 I suspect there is a function available to do this, but I can't find it? Thank you, David
2010 Jun 16
4
Is there a non-parametric repeated-measures Anova in R ?
Hello Prof. Harrell and dear R-help mailing list, I wish to perform a non-parametric repeated measures anova. If what I read online is true, this could be achieved using a mixed Ordinal Regression model (a.k.a: Proportional Odds Model). I found two packages that seems relevant, but couldn't find any vignette on the subject: http://cran.r-project.org/web/packages/repolr/