search for: pencer

Displaying 20 results from an estimated 51 matches for "pencer".

Did you mean: spencer
2018 Aug 06
2
Back to Xfce
On 08/06/2018 11:51 AM, Tony Schreiner wrote: > On Mon, Aug 6, 2018 at 11:33 AM Robert Moskowitz <rgm at htt-consult.com> > wrote: > >> >> On 08/06/2018 11:11 AM, Tony Schreiner wrote: >>> On Mon, Aug 6, 2018 at 10:55 AM Robert Moskowitz <rgm at htt-consult.com> >>> wrote: >>> >>>> Nicolas, >>>> >>>>
2018 Aug 06
0
making my own group repo - Re: Back to Xfce
...ot;ta_IN">X ?????? ???????</name> ??? <name xml:lang="te">X ????? ??????</name> ??? <name xml:lang="tg">???????? X Window</name> ??? <name xml:lang="th">???? X Window</name> ??? <name xml:lang="tr">X Pencere Sistemi</name> ??? <name xml:lang="uk">??????? X Window</name> ??? <name xml:lang="uk_UA">??????? X Window</name> ??? <name xml:lang="ur">????? ???? X</name> ??? <name xml:lang="vi">X Window System</name...
2020 Nov 01
6
analyzing results from Tuesday's US elections
...hy, who holds the Knight Chair in Journalism and Digital Media Economics at UNC-Chapel Hill, told me that the electoral fraud that disqualified the official winner from NC-09 to the US House in 2018 was detected by a college prof, who accessed the data two weeks after the election.[2] Spencer Graves [1] https://github.com/sbgraves237 [2] https://en.wikiversity.org/wiki/Local_Journalism_Sustainability_Act
2018 Aug 31
0
svg ignores cex.axis in R3.5.1 on macOS
On 2018-08-31 14:21, Spencer Graves wrote: > Plots produced using svg in R 3.5.1 under macOS 10.13.6 ignores > cex.axis=2.? Consider the following: > > > > plot(1:2, cex.axis=2) > > svg('svg_ignores_cex.axis.svg') > > plot(1:2, cex.axis=2) > > dev.off() > > sessionInfo() >...
2020 Jan 19
2
rpois(9, 1e10)
...ep_len(n, n2) ????? lambda <- rep_len(lambda, n2) # ????? big <- (lambda>1e6) ????? out <- rep(NA, n2) ????? out[big] <- rnorm(sum(big), lambda[big], sqrt(lambda[big])) ????? out[!big] <- rpois(sum(!big), lambda[!big]) ????? out ? } ????? Comments? ????? Thanks, ????? Spencer Graves
2020 Jul 21
0
trivial typo in ?Matrix::sparse.model.matrix.Rd
...fied behavior of some > Matrix functions, notably Matrix::Matrix() which in that next version > of Matrix will produce "diagonalMatrix" instead of > "CsparseMatrix" objects in more cases.... a good thing, but not > what those packages have assumed... > > @Spencer: Are you actively using 'giveCsparse = ..' somewhere > in your code? > If not, why would you be interested in the details of the changes > (which would be entirely invisible to you as user) ? ????? Jim Ramsay is rewriting the code for fda::fRegress.? It requires a dou...
2023 Aug 31
1
simulating future observations from heteroscedastic fits
...pred <- predict(object, DF3_2[6,], se.fit=TRUE, interval='prediction') with(pred, fit[1, 'fit'] + se.fit*rt(nSims, df)) } simPred(fit11) simPred(fit21) # How can I do the same with either fit12 and fit22 # or fit12r and fit22r? Thanks, Spencer Graves
2023 Nov 06
0
understanding predict.lm
Doh! Thanks very much. sg On 11/6/23 5:17 PM, John Fox wrote: > Dear Spencer, > > You need the t distribution with correct df, not the standard-normal > distribution: > > > pt(-z.confInt/2, df=13) > ??? 1???? 2???? 3???? 4???? 5???? 6???? 7???? 8???? 9??? 10??? 11 > 0.025 0.025 0.025 0.025 0.025 0.025 0.025 0.025 0.025 0.025 0.025 > ?? 12???...
2020 Mar 17
1
":::" operator doesn't work with data object Ecdat:::Crime
...ould naively think a user should be able to compare "Crime" objects documented in different packages using the "::" and ":::" operators, even if a package maintainer chooses not to "export" data objects. ????? What do you think? ????? Thanks, ????? Spencer Graves *** The following is from my Mac;? I could give you the comparable results from Windows 10 if you want it. > dim(Ecdat::Crime) [1] 630? 24 > Ecdat:::Crime Error in get(name, envir = asNamespace(pkg), inherits = FALSE) : ? object 'Crime' not found > sessionInfo() R v...
2023 Aug 29
1
logLIk(lme(...))?
...(y~1, lmePblm[lmePblm$gp==2, ]) (ll22 <- logLik(fit22)) (llGp1 <- logLik(fitGp1)) (llGp2 <- logLik(fitGp2)) # Why isn't (ll22 = llGp1+llGp2)? (ll22 - llGp1-llGp2) # And secondarily, how can I get the residual standard deviations # within each gp from fit22? Thanks, Spencer Graves
2020 Apr 17
3
How to find detritis rejected by "R CMD check" on Debian?
...https://github.com/JamesRamsay5/fda": NOTE Found the following files/directories: ? ?fdaMatlabPath.m? * checking for detritus in the temp directory ... OK ????? See: https://win-builder.r-project.org/incoming_pretest/fda_5.1.3_20200416_225207/Debian/00check.log ????? Thanks, ????? Spencer Graves
2023 Nov 06
2
understanding predict.lm
...h(pred.w.plim, se.fit^2+residual.scale^2)) (z.predInt <- with(pred.w.plim, (fit[,3]-fit[,2])/s.pred)) pnorm(-z.predInt/2) ** This gives me 0.01537207. I do not understand why it's not 0.025 with level = 0.95. Can someone help me understand this? Thanks, Spencer Graves
2019 Jun 28
0
R-Forge > GitHub?
...future. ????? I believe I know how to do 1, 2, and 4, and I can probably figure out 3.? However, before I start on this, I felt a need to thank everyone who contributed to this thread and invite comments, especially if someone thinks I might be better off doing something different. ????? Spencer Graves On 2019-06-26 16:34, Henrik Singmann wrote: > Whereas it is true that one has to contact GitHub to detach a GitHub > repository, it really is no problem (or at least was no problem in > 2016). I wanted to do so when I took over the maintainer role of > LaplacesDemon which on...
2020 Jan 19
2
rpois(9, 1e10)
...er.max, the choice is between returning NA or a non-integer numeric.? Consider: > 2*.Machine$integer.max [1] 4294967294 > as.integer(2*.Machine$integer.max) [1] NA Warning message: NAs introduced by coercion to integer range ????? I'd rather have the non-integer numeric. ????? Spencer
2020 Mar 29
0
status of Java & rJava?
...DLL 'rJava' not found: maybe not installed for this architecture?" under Windows 10.? "00install.out" and "Sys.getenv('PATH')" follow.? "library(rJava)" seemed to work, and "help(pac='rJava') displays 0.9-12.? Suggestions?? Thanks, Spencer Graves * installing *source* package 'Ecfun' ... ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from tempor...
2020 Jan 23
2
matplot.Date & matplot.POSIXct
...he Jim Ramsay, Giles Hooker and I are preparing a new release of "fda", and Jim asked me if we needed to to have "matplot" masking "graphics::matplot".? Rather than answer that question, I thought I would ask a larger question of this group. ????? Thanks, ????? Spencer Graves
2020 Jan 22
0
[External] Re: rpois(9, 1e10)
...ot;the best of" being memory > efficient (integer storage) in most cases (back compatible to R 3.x.x) and > returning desired random numbers in large cases (compatible to R <= 2.x.x). > > Martin Wunderbar!? Sehr gut gemacht!? ("Wonderful!? Very well done!") Thanks, Spencer > > >> On 2020-01-20 12:33 p.m., Martin Maechler wrote: > >>>>>>>> Benjamin Tyner > >>>>>>>> on Mon, 20 Jan 2020 08:10:49 -0500 writes: > >>> > >>> > On 1/20/20 4:26 AM, Martin Maec...
2020 Jul 21
3
trivial typo in ?Matrix::sparse.model.matrix.Rd
..."library(Ecfun)".? I find that interesting, because "Matrix" does not appear in the Ecfun DESCRIPTION file.? AND I don't see 'repr = ("C", "R", "T")' in the "sparse.model.matrix" help file I do see. ?????? Thanks, ????? Spencer Graves > > Best regards, > Martin > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
2019 Jul 14
2
.travis.yml ... most likely included in error
...following: https://travis-ci.org/sbgraves237/Ecdat/builds/558528361?utm_medium=notification&utm_source=email ??? ??? ????????? https://api.travis-ci.org/v3/job/558528362/log.txt ????? Or are thesejust Travis-CI problems?? If yes, what would you suggest they do? ????? Thanks, ????? Spencer Graves
2019 Jul 15
3
GitHub passwords in .git/config?
...o: ??? ?? ? ?? url = https://git at github.com:sbgraves237/sbgraves237/Ecdat ????? Then when I did "git pull" I got: fatal: unable to access 'https://git at github.com:sbgraves237/sbgraves237/Ecdat/': Port number ended with 's' ??? ? ??? ??? ? Thanks, ??? ? Spencer > Hth, Dirk >