Mark Danese

Results 16 comments of Mark Danese

FWIW, `predm[[1]]` doesn't have a df object for glm, so dfcom ends up being NULL. It probably makes sense to get it from `getfit(fit)[[1]]$df.null` assuming the null df is the...

Unfortunately, I couldn't get that to work for me on an M1 Mac OSX 12.1. Doesn't mean I did it correctly, but I tried a number of variations replacing `/usr/local`...

My fault. It works fine if I build from source. Below are the extra lines I added to my existing Makevars ``` CXX1X=/opt/homebrew/bin/g++-11 -fopenmp CXX98=/opt/homebrew/bin/g++-11 -fopenmp CXX11=/opt/homebrew/bin/g++-11 -fopenmp CXX14=/opt/homebrew/bin/g++-11 -fopenmp...

I don't really understand compilers or the compilation process so I had somebody knowledgeable helping me figure it out. Hence, I can't answer your question. My first solution worked for...

I can confirm that 0.9.8 is now back to single threaded. If someone can clarify what to change in Makevars, that would be the most helpful. I don't know what...

Just to follow-up on my comment, one has to install `fstcore` from source: `install.packages("fstcore", type = "source")` Now I get 10 threads.

@MarcusKlik It is more than just naming because it leads to my code failing. I have to load the bit64 package in order for my code to work. This never...

My apologies for not getting back to this. As I said above, it may not be an fst problem. But I wanted others to know about it, and how to...

I just updated all of my packages to R 4.3.2 and the results are the same. Just FYI. ``` R version 4.3.2 (2023-10-31) -- "Eye Holes" Copyright (C) 2023 The...

Please feel free to close this issue if it isn't related to fst. I really don't understand how all of this works, and I don't follow your explanation. It is...