@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.gov.au/dataset/58bd6331-88f8-5459-9035-1ae7aa5784b9> a dcat:Dataset ;
    dct:description "The RShiny “SimpleLMM” application allows the user to compute a linear mixed model (LMM) over a user provided cohort. In the user interface (UI) the user can select and create the LMM formula to be compute. After this step, the tool enables the user to explore the parameter selected, the number of follow up visits available, the values at baseline and the results from statistical modelling using the parameters selected and offering different plot options." ;
    dct:identifier "58bd6331-88f8-5459-9035-1ae7aa5784b9" ;
    dct:issued "2025-09-20T14:49:20.229389"^^xsd:dateTime ;
    dct:modified "2025-09-20T14:49:20.229396"^^xsd:dateTime ;
    dct:publisher <https://data.gov.au/organization/aa2e8465-918a-44d1-aaab-34b7632fa3e5> ;
    dct:spatial [ a dct:Location ] ;
    dct:title "SimpleLMM: An easy-to-use R Shiny interface for testing longitudinal data" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Rodrigo Canovas" ] .

<https://data.gov.au/organization/aa2e8465-918a-44d1-aaab-34b7632fa3e5> a foaf:Agent ;
    foaf:mbox "csiroenquiries@csiro.au" ;
    foaf:name "CSIRO Data Access Portal" .

