Skip to content

Add missing imports from standard R packages#7

Open
MichaelChirico wants to merge 3 commits into
kaufman-lab:masterfrom
MichaelChirico:patch-1
Open

Add missing imports from standard R packages#7
MichaelChirico wants to merge 3 commits into
kaufman-lab:masterfrom
MichaelChirico:patch-1

Conversation

@MichaelChirico

@MichaelChirico MichaelChirico commented Feb 14, 2023

Copy link
Copy Markdown

As seen e.g. here:

beta[i,] <- coefficients( tmp )
if( any(!is.na(coefficients(tmp))) ){
beta.sd[i,!is.na(coefficients(tmp))] <- sqrt(diag(vcov(tmp)))

@MichaelChirico MichaelChirico changed the title Add missing 'coefficients' import Add missing imports from standard R packages Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant