Newbies parima Posted January 23, 2007 Newbies Posted January 23, 2007 I've got this rather complex calculation that I'm supposed to do to store a value in Filemaker. I actually have the statistition who developed the formula working with me on this and he tells me that I need to either be able to use the log base 1.21 or be able to interact with an R script to get this calculation done. I only see the option in Filemaker to use log base 10 and the natural log. Can anyone help me with this? Is there a function that does the custom log or perhaps does anyone know how to interface Filemaker with R? Is there a plugin out there? I've been looking for hours and I haven't found it. Maybe I don't know what to search on.
comment Posted January 24, 2007 Posted January 24, 2007 1. Try: Ln ( yourNumber ) / Ln ( 1.21 ) 2. Have you tried interfacing with R through AppleScript (either directly or by 'do shell script')?
Recommended Posts
This topic is 6512 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now