ericwfox / slmrf

4 stars 4 forks source link

m2LL_smw function not found #1

Open schatterjee30 opened 6 months ago

schatterjee30 commented 6 months ago

Hello, Can you please upload the m2LL_smw function? Maybe I am missing something but I could not find it. I am trying to run spatial linear regression using the reduced rank approach and therefore would need it. Also, can you please tell how to obtain dist_K and dist_S matrices which are inputs for the reduced rank splm?

ericwfox commented 6 months ago

Hi Suvo,

It's been a while since I've worked on this code. I've attached the script I have on file with the m2LL_smw function. The code in the GitHub repository is just for the simulation study, which does not use the reduced rank method (i.e., the SLM in the simulation uses the full rank covariance matrix). This is why the m2LL_smw function is not included in the repo.

Hope this helps.

Best, Eric

On Sat, Feb 17, 2024 at 4:55 PM Suvo Chatterjee @.***> wrote:

Hello, Can you please upload the m2LL_smw function? Maybe I am missing something but I could not find it. I am trying to run spatial linear regression using the reduced rank approach and therefore would need it. Also, can you please tell how to obtain dist_K and dist_S matrices which are inputs for the reduced rank splm?

— Reply to this email directly, view it on GitHub https://github.com/ericwfox/slmrf/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AED7WIXZBTFTELN6H6KCC63YUFGQHAVCNFSM6AAAAABDNW2322VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2DANRXHEZDSNI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

schatterjee30 commented 6 months ago

Thanks for the swift reply, Eric. I could not find any attachment of the m2LL_smw function in the last reply you sent.

ericwfox commented 6 months ago

I've added the m2LL_smw function in the R folder of the repo.