selective-inference / R-software

R software for selective inference
GNU General Public License v2.0
34 stars 18 forks source link

pinv: Where is this function defined? #16

Closed joftius closed 8 years ago

joftius commented 8 years ago

I was trying to run a simulation using fsInf with type="all" instead of type="active" and it uses a function "pinv" which I can't find anywhere in our repo.

ryantibs commented 8 years ago

It's in selectiveInference/R/funs.fixed.R

On Thu, Jul 21, 2016 at 7:20 PM, Joshua Loftus notifications@github.com wrote:

I was trying to run a simulation using fsInf with type="all" instead of type="active" and it uses a function "pinv" which I can't find anywhere in our repo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/selective-inference/R-software/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/AAstfSAdeXvCy7HaljRLZlypK96PfP00ks5qX_6hgaJpZM4JSTzQ .

joftius commented 8 years ago

Ohhh, I see now that the github repository search only does this: "Showing the top two matches" for each file. So the search result wasn't showing the line where it's defined.

Perhaps this function and updateQR (in funs.lar) shoud be moved to funs.common?

ryantibs commented 8 years ago

Yes, I'm fine with them being moved

On Thu, Jul 21, 2016 at 7:41 PM, Joshua Loftus notifications@github.com wrote:

Ohhh, I see now that the github repository search only does this: "Showing the top two matches" for each file. So the search result wasn't showing the line where it's defined.

Perhaps this function and updateQR (in funs.lar) shoud be moved to funs.common?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/selective-inference/R-software/issues/16#issuecomment-234416526, or mute the thread https://github.com/notifications/unsubscribe-auth/AAstfc_RrcPHtW5lWRZCvwiFXcwYdsn2ks5qYAO1gaJpZM4JSTzQ .